SlideShare une entreprise Scribd logo
1  sur  83
Télécharger pour lire hors ligne
Introduction

Elio Rojano

Sinologic.net
@hellc2

http://www.sinologic.net/

Elio Rojano Ruiz
Introduction

Sinologic.net
Asterisk
PBX

Elio Rojano Ruiz
Introduction

Asterisk PBX

Sinologic.net
Asterisk SCF

Scalable Communications Framework
Astricon - October 2010

Elio Rojano Ruiz
Introduction

Asterisk PBX

Sinologic.net
Asterisk SCF

Scalable Communications Framework
September 2012

Elio Rojano Ruiz
Introduction

Sinologic.net
Asterisk
Framework

Elio Rojano Ruiz
Introduction

Sinologic.net
Software as ideas, are better
the more you can leverage

Elio Rojano Ruiz
Introduction

Stable
Production
2007

Unstable
Development

Asterisk 1.4

Sinologic.net
Asterisk 1.6

2008
2010

Asterisk 1.8

Asterisk 10

2011
2012

Asterisk 11
Asterisk 12

2013
2014
Elio Rojano Ruiz

Asterisk 13
Introduction

We will see some changes in Asterisk to
become a Framework of development of
voice applications

Sinologic.net
Elio Rojano Ruiz
Flexibility
Flexibility

+ Flexible

Sinologic.net
+ Options

+ Powerful
+ Solutions

Elio Rojano Ruiz
Flexibility

PBX

Framework

VoiceMail(account,options)
VoiceMailMain([account])

VoiceMail(account,options)
VoiceMailMain([account])
+
MinivmGreet
MinivmRecord
MinivmMWI
MinivmNotify
MinivmAccMess
MinivmDelete

Sinologic.net
Elio Rojano Ruiz
Flexibility

ConfBridge
Asterisk 1.8

Sinologic.net
ConfBridge([confno][,options])

Asterisk 11

ConfBridge(conference[,bridge_profile[,user_profile[,menu]]])

Users templates

Elio Rojano Ruiz

Bridges templates

Menus templates
Flexibility

Fax
Asterisk 1.8 allow:
Send faxes (SendFax)
Recieve faxes (RecieveFax)

Sinologic.net
You can not relay faxes using T.38 - FaxRelay

We recieve a Fax using T.38
we want send to any ATA
where a Fax machine is installed.
Asterisk 11
exten=>fax,1,FAXOPT(gateway)=yes
exten=>fax,n,Dial(SIP/FaxATA)

Elio Rojano Ruiz
Flexibility
Number of lines of code*
2000000

Sinologic.net
1500000

1000000

500000

0

Asterisk 1.8.24

Asterisk 10.12.3

Asterisk 11.6.0 Asterisk 12-beta1

Más información: http://www.sinologic.net/proyectos/voip2day/2013/indice-asterisk

Elio Rojano Ruiz
Multi-tenant
Multi-Tenant

Sinologic.net
Multitenancy:

Principle in software architecture where a single
instance of the software runs on a server, serving
multiple client-organizations (tenants).

Elio Rojano Ruiz
Multi-Tenant

Sinologic.net
Elio Rojano Ruiz
Multi-Tenant

$
Sinologic.net
Most common structure
Elio Rojano Ruiz
Multi-Tenant

Sinologic.net
Multi-tenant system
Elio Rojano Ruiz
Multi-Tenant

How it could be
implemented?

Sinologic.net
...some of code...

Elio Rojano Ruiz
Multi-Tenant

extensions.conf

...
exten=>912345678,1,Goto(company1,s,1)
...
exten=>987654321,1,Goto(companyN,s,1)
...
[company1]
#include “extensions_company1.conf”

Sinologic.net
...

[companyN]
#include “extensions_companyN.conf”
...

exten => s,1,Set(CHANNEL(namedcallgroup)=company1)
exten => s,n,Playback(company1_bienvenida)
exten => s,n,Goto(company1_IVR,s,1)
[company1_IVR]
exten => s,1,Read(opcion,company1_menuyopciones)
exten => s,n,Goto(company1_IVR,${opcion},1)
exten
exten
exten
exten
...

=>
=>
=>
=>

1,1,Dial(SIP/company1_300)
2,1,Dial(SIP/company1_301)
3,1,Queue(company1_comercial)
4,1,Queue(company1_soporte)

[company1_outgoing]
exten=>_3XX,1,Dial(SIP/company1_${EXTEN})
exten=>_[67]XXXXXXXX,1,Macro(outboundCall,”company1”)
exten=>_[89]XXXXXXXX,1,Macro(outboundCall,”company1”)
...
exten=>*89,1,Answer()
exten=>*89,n,VoiceMailMain(company1_${CALLERID(name)}@company1)
...

Elio Rojano Ruiz
Multi-Tenant
Parkings

features.conf (Asterisk 1.8, 10, 11)
res_parking.conf (Asterisk 12)

Users / Phones

sip.conf

[company]
context => company1_park
parkpos => 800-850
findslot => next
comebacktoorigin = no
comebackdialtime = 90
comebackcontext = company1_outgoing
parkedmusicclass = company1_moh

[default](!)
type=friend
secret=c82j34r9c82j398c9jh9438cj
host=dynamic
label=cuenta
nat=force_rport
context=none

Command: Park(company1[,options])

[company1](!,default)
context=company1_outgoing
namedcallgroup=company1
namedpickupgroup=company1

Sinologic.net
[company1_ext300](company1)
callerid=300 <300>
secret=rcn2398rjc92834jc92
…
[company1_ext399](company1)
callerid=399 <399>
secret=icj984j92834jc928984c
…

Elio Rojano Ruiz
Multi-Tenant

extensions.conf
[company1_default]
exten => s,1,Set(CHANNEL(namedcallgroup)=company1)
exten => s,n,Playback(company1_welcome)
exten => s,n,Goto(company1_IVR,s,1)

Sinologic.net
[company1_IVR]
exten => s,1,Read(option,company1_menuandoptiones)
exten => s,n,Goto(company1_IVR,${option},1)
exten
exten
exten
exten
...

Elio Rojano Ruiz

=>
=>
=>
=>

1,1,Dial(SIP/company1_300)
2,1,Dial(SIP/company1_301)
3,1,Queue(company1_commercial)
4,1,Queue(company1_support)
Codecs
Codecs

Asterisk 1.8 supports:
Alaw / G.711a / PCMA
Ulaw / G.711u / PCMU
G.729a
iLBC
Speex
G.722
G.726
GSM
LPC10
SLIN

Sinologic.net
Elio Rojano Ruiz
Codecs

G.722 marked a milestone in quality of the sound

Sinologic.net
From then, every IP phones support G.722
Elio Rojano Ruiz
Codecs

Codecs Asterisk 10
Alaw / G.711a / PCMA
Ulaw / G.711u / PCMU
G.729a
iLBC
Speex 8/16/32
G.722
G.726
GSM
LPC10
SLIN 8/12/16/24/32/44/48/96/192
CELT 32/44/48
SILK 8/12/16/24

Sinologic.net
Codecs HD
Elio Rojano Ruiz
Codecs

March 3, 2009:
Skype release SILK

Sinologic.net
OPUS
September 11, 2012:
Xiph (creator of Speex and CELT) uses SILK and release:

“The definitive codec”
http://www.sinologic.net/blog/2012-09/ha-nacido-un-nuevo-codec-opus.html

Elio Rojano Ruiz
Codecs

OPUS

Sinologic.net
Elio Rojano Ruiz
Codecs

Asterisk 11 supports:
Alaw / G.711a / PCMA
Ulaw / G.711u / PCMU
G.729a
iLBC
Speex
G.722
G.726
GSM
LPC10
SLIN 8/12/16/24/32/44/48/96/192
CELT
SILK
OPUS

Sinologic.net
Elio Rojano Ruiz
Codecs
Opus is the codec that everyone have dreamed to have:

- Quality equal or better than MP3

Sinologic.net
- Bandwidth equal or less than G.729

- Auto-adjust quality to bandwidth available
- Standard of other tecnologies: WebRTC
- Consumption of processor awesome
- Really a free codec (free like freedom)

Elio Rojano Ruiz
Codecs

OPUS
Asterisk 11 supports Opus and VP8
using a patch

Sinologic.net
https://github.com/meetecho/asterisk-opus

Asterisk 12 supports Opus and VP8
native but passthrough
(for the moment)

http://lists.digium.com/pipermail/asterisk-dev/2013-May/060421.html

Elio Rojano Ruiz
Codecs

Asterisk 12 supports:
Alaw / G.711a / PCMA
Ulaw / G.711u / PCMU
G.729a
iLBC

Sinologic.net
G.722
G.726
GSM
LPC10
SLIN 8/12/16/24/32/44/48/96/192
OPUS

Elio Rojano Ruiz
Databases
Databases
Asterisk uses database...
to store configuration.
to store calls CDR/CEL.
to store dialplan.
to store ASTDB.

Sinologic.net
PostgreSQL
ODBC
SQLite3
TDS
LDAP

Elio Rojano Ruiz
Databases

AstDB = SQLite3

Sinologic.net
# sqlite3 /var/lib/asterisk/astdb.sqlite3
SQLite version 3.7.13 2012-06-11 02:05:22
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite> .tables
astdb
sqlite> select * from astdb;
/SIP/Registry/erojano|90.126.122.53:54468:3600:erojano:sip:erojano@192.168.0.1:1024
/SIP/Registry/ratienza|90.126.122.53:54468:3600:ratienza:sip:ratienza@192.168.0.2:1024
/dundi/secret|LeQyTgBhJzpYUtUZgDL+Iw==;HhDfflzf+gPSLgpstOZTaQ==
/dundi/secretexpiry|1383599365

Elio Rojano Ruiz
Databases

Each database supported is a different
module with its own support.

Sinologic.net
ODBC Postgre
MySQL
SQL LDAP

TDS

Asterisk
Elio Rojano Ruiz

AstDB

SQLite
Databases

Asterisk 12

Sorcery

Sinologic.net
Sorcery Data Access
ODBC Postgre
AstDB
MySQL Abstraction TDS
Layer SQLite
SQL LDAP

Asterisk
Elio Rojano Ruiz
Databases

Abstract layers will
be very important
from now.

Sinologic.net
Elio Rojano Ruiz
Enhanced
management of
NAT
NAT

Sinologic.net
NAT is a problem

Elio Rojano Ruiz
NAT

Sinologic.net
IAX2 isn’t the solution of NAT
Mapping ports neither
Using DMZ even less

Elio Rojano Ruiz
NAT

Exists some real solutions and
Asterisk already supports

Sinologic.net
ICE
Interactive Connectivity Establishment protocol

More information: http://www.slideshare.net/saghul/ice-4414037
Elio Rojano Ruiz
NAT

ICE is a protocol to discover what
kind of NAT we are behind.
If there is some way to establish a communication, ICE will find it.

Sinologic.net
ICE is supporting in STUN servers

If it can't transmit audio directly,
then we must to use TURN to relay
the audio.
Elio Rojano Ruiz
NAT

ICE must be supported on the client side
too. (softphones / IP phones)
List of STUN servers available: https://gist.github.com/hellc2/7290201

Sinologic.net
sip.conf

[general]
...
icesupport = yes
stunaddr=servidor.stun.org
...

rtp.conf

[general]
...
icesupport = yes
stunaddr=servidor.stun.org
turnaddr=servidor.turn.org
turnusername=USUARIO
turnpassword=PASSWORD
...

Elio Rojano Ruiz
WebRTC
WebRTC
You already must to know

what WebRTC is

Sinologic.net
Requirements of Asterisk:

Support of WebSocket
Support of OPUS
Support of VP8
Support of ICE
Support of SRTP

Elio Rojano Ruiz
WebRTC
So we can use WebRTC in Asterisk?

YES

Sinologic.net
http.conf
[general]
enabled=yes
bindaddr=0.0.0.0
bindport=8088
prefix=asterisk

Configuring WebSocket support

;; Port where Websocket will listen to
;; http://SERVER:8088/asterisk/ws

[webrtc_user1]
type=friend
Configuring SIP accounts with the requirements
host=dynamic
context=webrtc
WebRTC
secret=user1@webrtcpass1
transport=ws,wss
;; Enabling of WebSocket support and WebSocketSecure
encryption=yes
;; Enabling of SRTP
avpf=yes
;; Kind of stream we are working with
nat=yes,force_rport ;; Compatibility with Asterisk 11
disabled=all
allow=opus,vp8

sip.conf

Elio Rojano Ruiz

of
WebRTC

Sinologic.net
https://github.com/versatica/JsSIP

Elio Rojano Ruiz
Enhance Security
Security

SIP crypted using TLS
RTP crypted using SRTP
Password crypted using MD5

Sinologic.net
Access Control Lists - ACL

Special log system for Security

Authenticate,VMAutenticate applications
Control of records and attempts of calls

Management of contexts based in permissions of SIP accounts
Applications to manage ports like portsentry, port-knocking,...
Posibility of using internal and external firewalls
Use of crypted VPN
Slap to who touch

...
Elio Rojano Ruiz
Security

Very serious topic
Lots of different kind of attacks
Lots of different kind of defense

Sinologic.net
You only need to use it
Elio Rojano Ruiz
Security

1234 isn’t a real password

pass100 neither

Sinologic.net
Elio Rojano Ruiz
Security

Too much information = No information
logger.conf

Sinologic.net
security => security
console => notice,warning,error,debug
messages => notice,warning,error
full => notice,warning,error,debug,verbose,dtmf,fax

tail -f /var/log/asterisk/security

[Nov 3 20:02:53] SECURITY[5995] res_security_log.c:
SecurityEvent="InvalidPassword",
EventTV="2013-11-03T20:02:53.585+0100",
Severity="Error",
Service="SIP",
EventVersion="2",
AccountID="1001",
SessionID="0x7f4cf4dcc788",
LocalAddress="IPV4/UDP/178.60.201.227/5060",
RemoteAddress="IPV4/UDP/90.126.102.129/1024",
Challenge="7b331afe",
ReceivedChallenge="7b331afe",ReceivedHash="3bd127dc9f06e7f7d6a2fb2000364bf8"

Elio Rojano Ruiz
Security

ACL : Access Control List

Sinologic.net
sip.conf

[erojano]
type=friend
host=dynamic
nat=force_rport
secret=TH1S1SMyFxCk3DP4SsW0rD
deny=0.0.0.0/0.0.0.0
permit=192.168.0.0/255.255.255.0
permit=80.33.84.32/255.255.255.255
permit=10.0.0.0/255.255.0.0
permit=195.245.135.53/255.255.255.255

Elio Rojano Ruiz
Security

ACL : Access Control List

Sinologic.net
sip.conf

[erojano]
type=friend
host=dynamic
nat=force_rport
secret=TH1S1SMyFxCk3DP4SsW0rD
acl=erojano_sites

Elio Rojano Ruiz
Security

ACL : Access Control List

Sinologic.net
acl.conf
[erojano_sites]
deny=0.0.0.0
permit=192.168.0.0/255.255.255.0
permit=80.33.84.32/255.255.255.255
permit=10.0.0.0/255.255.0.0
permit=195.245.135.53/255.255.255.255

Elio Rojano Ruiz
Security

ACL : Access Control List
http://www.sinologic.net/proyectos/asterisk/acl/

Sinologic.net
wget http://www.sinologic.net/proyectos/asterisk/acl/acl_ES.conf -O /etc/asterisk/

acl.conf

[ES]
#include “acl_ES.conf”

**Warning!**
Using ACL don’t avoid attacks ;)

Elio Rojano Ruiz
Security

ACL : Access Control List

Sinologic.net
[erojano]
type=friend
host=dynamic
nat=force_rport
secret=TH1S1SMyFxCk3DP4SsW0rD
acl=ES
;; Only connections from Spain
acl=DE
;; Only connections from Germany

sip.conf

Elio Rojano Ruiz
Security
Basic test of security:
-

Do you allow anonymous calls to PSTN?
Do you have any user without password?
Are there some numeric password?
Are there any password that includes the username?
Are there some users with the same password?
Do you allow users from any IP?
Can some user pretend to be other?

Sinologic.net
If answer YES to some of this questions, then
you should review your security.
Repeat this test each 7 days

Elio Rojano Ruiz
Instant Messaging
Instant Messaging

VoIP >> Voice over IP

Sinologic.net
Voice

Messaging

Elio Rojano Ruiz

Video
Instant Messaging

XMPP

gtalk.conf

motif.conf

Sinologic.net
SIP

sip.conf

MESSAGE

WebRTC
Elio Rojano Ruiz

????
Instant Messaging

Google every day complicates the
connection with its messaging
services

Sinologic.net
¿¿¿ May 2014 ???

Ideally for messaging is to use
our own XMPP/Jabber Server

Elio Rojano Ruiz
Instant Messaging

Sinologic.net
How many companies has got its
own messaging XMPP/Jabber
server?

Elio Rojano Ruiz
Instant Messaging

Instant Messaging

Sinologic.net
XMPP
SIP
Elio Rojano Ruiz
Instant Messaging

JABBER/XMPP

Asterisk supports functions of
messaging compatible with
Jabber and XMPP

Sinologic.net
JabberJoin: Join a chat room
JabberLeave: Leave a chat room
JabberSend: Sends an XMPP message to a buddy.
JabberSendGroup: Send a Jabber Message to a specified chat room
JabberStatus: Retrieve the status of a jabber list member

Elio Rojano Ruiz
Instant Messaging

SIP SIMPLE
exten=>1,1,Set(MESSAGE(body)="Prueba de Mensaje”)
exten=>1,n,MessageSend(sip:erojano@sinologic.net)

Sinologic.net
<--- SIP read from UDP:178.60.201.227:5060 --->
MESSAGE sip:erojano@sinologic.net SIP/2.0
Via: SIP/2.0/UDP 178.60.201.227:5060;branch=z9hG4bK0bb64867
Max-Forwards: 70
From: "asterisk" <sip:asterisk@178.60.201.227>;tag=as72ef437d
To: <sip:erojano@sinologic.net>
Contact: <sip:asterisk@178.60.201.227:5060>
Call-ID: 053bbbb50a2cbe414a258a1e7c769c17@178.60.201.227:5060
CSeq: 102 MESSAGE
User-Agent: Asterisk PBX 12.0.0-beta1
Content-Type: text/plain;charset=UTF-8
Content-Length: 19
"Prueba de Mensaje"

You don't need send the message to an open channel
Elio Rojano Ruiz
Instant Messaging

PRESENCE MANAGEMENT
not_set: Presence is UNDEFINED
unavailable: Marked as UNAVAILABLE.
available: Available for communication.
away: It isn’t near from system and surely it will not answer.

Sinologic.net
xa: It is out, and we don't know when he comes.
chat: Only avail to chat message (no phone).
dnd: Do not disturb.

exten=>1234,hint,CustomPresence:led1
exten=>_XXXXXXXXX,1,Set(PRESENCE_STATE(CustomPresence:led1)=dnd,,On the phone)
exten=>_XXXXXXXXX,n,Dial(SIP/Operador/${EXTEN})
exten=>h,1,Set(PRESENCE_STATE(CustomPresence:led1)=available,,)

Elio Rojano Ruiz
API development
API development
A must for any Framework
API = Application Programming Interface

CLI

AGI

AMI
ARI

Asterisk REST Interface
Elio Rojano Ruiz

ASTERISK

Sinologic.net
API development

ARI
CLI

...

AMI

/info

/channels

AGI

/applications

/events

ARI

Sinologic.net
canales

...

Sorcerer

STASIS BUS MESSAGE
ASTERISK

Elio Rojano Ruiz

apps
API development

ARI allow realize lots of things that actually we
do with Manager, although it isn't a substitute of
Manager.

Sinologic.net

You can create 'services' that can been launched
via REST requests
STASIS is other of the features of Asterisk 12
oriented to the development and a very important
change in the form of work with Asterisk.
Elio Rojano Ruiz
API development

We can get some information like manager does.
curl http://USER:PASS@www.sinologic.net:8088/ari/asterisk/info
{
"status":{
"startup_time":"2013-10-25T22:09:25.241+0200",
"last_reload_time":"2013-10-25T22:09:25.241+0200"
},
"build":{
"user":"root",
"options":"LOADABLE_MODULES, BUILD_NATIVE, OPTIONAL_API",
"machine":"x86_64",
"os":"Linux",
"kernel":"2.6.32-19-pve",
"date":"2013-10-10 14:55:47 UTC"
},
"system":{
"version":"12.0.0-beta1",
"entity_id":"00:00:00:00:00:00"
},
"config":{
"default_language":"en",
"name":"",
"setid":{"user":"","group":""}
}

Sinologic.net
}

Elio Rojano Ruiz
API development

curl http://USER:PASS@www.sinologic.net:8088/ari/channels
[

{

"id":"1383507920.1",
"state":"Up",
"name":"SIP/webrtc",
"caller":{
"name":"",
"number":""
},
"connected":{
"name":"",
"number":""
},
"accountcode":"",
"dialplan":{
"context":"webrtc",
"exten":"1",
"priority":2
},
"creationtime":"2013-11-03T20:45:20.508+0100"

Sinologic.net
]

Elio Rojano Ruiz

}
New SIP channel
New SIP channel

SIP channel needs a deep change

Sinologic.net
Difficult to change
Easy to broke
Only a little team knows how really it
works

Elio Rojano Ruiz
New SIP channel

Sinologic.net
Use other
SIP stack
Elio Rojano Ruiz

Rewrite chan_sip
from scratch
New SIP channel

PJSIP
Asterisk 12

Sinologic.net
It have to compile separately.
Don't be excited: chan_sip continues working.

Elio Rojano Ruiz
New SIP channel

Basic example: pjsip.conf
Transport
[transport-udp]
type=transport
protocol=udp ;,tcp,tls,ws,wss
bind=0.0.0.0
localnet=192.168.1.0/24
external_media_address=178.60.101.227
external_signaling_address=178.60.101.227

Users

Sinologic.net
Trunks

[mytrunk]
type=registration
transport=transport-udp
outbound_auth=mytrunk_auth
server_uri=sip:sip.example.com
client_uri=sip:1234567890@sip.example.com
contact_user=1234567890
retry_interval=60
forbidden_retry_interval=600
expiration=3600
[mytrunk_auth]
type=auth
auth_type=userpass
password=1234567890
username=1234567890
realm=sip.example.com

Elio Rojano Ruiz

[erojano]
transport=transport-udp
type=endpoint
context=outgoing
mailbox=erojano
disallow=all
allow=alaw
auth=auth-erojano
aors=erojano
[auth-erojano]
type=auth
auth_type=userpass
username=erojano
password=m1gr4ns3cr3t0
[erojano]
type=aor
max_contacts=3
minimum_expiration=60
Questions?
Thanks

THANKS!!!
✴ VoIP2DAY organization
✴Developers and users of the Asterisk community
✴Rosa for her hours of investigations, advises and support.
✴Tomás for his support and tests with ARI
✴Saúl for his documentation published about ICE and XMPP
✴Iñaki y Jose Luís for JSSIP and docs about WebRTC
✴ Avanzada7 for let me come here
✴All of you for continuing been here

Sinologic.net
Elio Rojano Ruiz

Contenu connexe

Tendances

Astricon 2010: Scaling Asterisk installations
Astricon 2010: Scaling Asterisk installationsAstricon 2010: Scaling Asterisk installations
Astricon 2010: Scaling Asterisk installationsOlle E Johansson
 
Build HA Asterisk on Microsoft Azure using DRBD/Heartbeat
Build HA Asterisk on Microsoft Azure using DRBD/HeartbeatBuild HA Asterisk on Microsoft Azure using DRBD/Heartbeat
Build HA Asterisk on Microsoft Azure using DRBD/HeartbeatSanjay Willie
 
Understanding and Troubleshooting ASA NAT
Understanding and Troubleshooting ASA NATUnderstanding and Troubleshooting ASA NAT
Understanding and Troubleshooting ASA NATCisco Russia
 
Asterisk security with kingasterisk
Asterisk security with kingasteriskAsterisk security with kingasterisk
Asterisk security with kingasteriskKing Asterisk
 
Todo lo lo que necesita saber para implementar FreePBX
Todo lo lo que necesita saber para implementar FreePBXTodo lo lo que necesita saber para implementar FreePBX
Todo lo lo que necesita saber para implementar FreePBXPaloSanto Solutions
 
CCNA Security - Chapter 4
CCNA Security - Chapter 4CCNA Security - Chapter 4
CCNA Security - Chapter 4Irsandi Hasan
 
CCNA Security Lab 9 - Enabling SSH and HTTPS access to Cisco IOS Routers - CLI
CCNA Security Lab 9 - Enabling SSH and HTTPS access to Cisco IOS Routers - CLICCNA Security Lab 9 - Enabling SSH and HTTPS access to Cisco IOS Routers - CLI
CCNA Security Lab 9 - Enabling SSH and HTTPS access to Cisco IOS Routers - CLIHoàng Hải Nguyễn
 
CCNA Security 09- ios firewall fundamentals
CCNA Security 09- ios firewall fundamentalsCCNA Security 09- ios firewall fundamentals
CCNA Security 09- ios firewall fundamentalsAhmed Habib
 
NZNOG 2020 - Getting IPv6 Private Addressing Right
NZNOG 2020 - Getting IPv6 Private Addressing RightNZNOG 2020 - Getting IPv6 Private Addressing Right
NZNOG 2020 - Getting IPv6 Private Addressing RightMark Smith
 
Asterisk WebRTC frontier: make client SIP Phone with sipML5 and Janus Gateway
Asterisk WebRTC frontier: make client SIP Phone with sipML5 and Janus GatewayAsterisk WebRTC frontier: make client SIP Phone with sipML5 and Janus Gateway
Asterisk WebRTC frontier: make client SIP Phone with sipML5 and Janus GatewayAlessandro Polidori
 

Tendances (18)

No More Fraud, Astricon, Las Vegas 2014
No More Fraud, Astricon, Las Vegas 2014No More Fraud, Astricon, Las Vegas 2014
No More Fraud, Astricon, Las Vegas 2014
 
Asterisk sip channel performance
Asterisk sip channel performanceAsterisk sip channel performance
Asterisk sip channel performance
 
Astricon 2010: Scaling Asterisk installations
Astricon 2010: Scaling Asterisk installationsAstricon 2010: Scaling Asterisk installations
Astricon 2010: Scaling Asterisk installations
 
Cipc
CipcCipc
Cipc
 
Build HA Asterisk on Microsoft Azure using DRBD/Heartbeat
Build HA Asterisk on Microsoft Azure using DRBD/HeartbeatBuild HA Asterisk on Microsoft Azure using DRBD/Heartbeat
Build HA Asterisk on Microsoft Azure using DRBD/Heartbeat
 
Understanding and Troubleshooting ASA NAT
Understanding and Troubleshooting ASA NATUnderstanding and Troubleshooting ASA NAT
Understanding and Troubleshooting ASA NAT
 
Asterisk Deployments
Asterisk DeploymentsAsterisk Deployments
Asterisk Deployments
 
Live streaming in Android
Live streaming in AndroidLive streaming in Android
Live streaming in Android
 
Asterisk quick start Guide
Asterisk quick start Guide Asterisk quick start Guide
Asterisk quick start Guide
 
Asterisk security with kingasterisk
Asterisk security with kingasteriskAsterisk security with kingasterisk
Asterisk security with kingasterisk
 
Todo lo lo que necesita saber para implementar FreePBX
Todo lo lo que necesita saber para implementar FreePBXTodo lo lo que necesita saber para implementar FreePBX
Todo lo lo que necesita saber para implementar FreePBX
 
CCNA Security - Chapter 4
CCNA Security - Chapter 4CCNA Security - Chapter 4
CCNA Security - Chapter 4
 
Nat
NatNat
Nat
 
CCNA Security Lab 9 - Enabling SSH and HTTPS access to Cisco IOS Routers - CLI
CCNA Security Lab 9 - Enabling SSH and HTTPS access to Cisco IOS Routers - CLICCNA Security Lab 9 - Enabling SSH and HTTPS access to Cisco IOS Routers - CLI
CCNA Security Lab 9 - Enabling SSH and HTTPS access to Cisco IOS Routers - CLI
 
CCNA Security 09- ios firewall fundamentals
CCNA Security 09- ios firewall fundamentalsCCNA Security 09- ios firewall fundamentals
CCNA Security 09- ios firewall fundamentals
 
Kamailio - SIP Servers Everywhere
Kamailio - SIP Servers EverywhereKamailio - SIP Servers Everywhere
Kamailio - SIP Servers Everywhere
 
NZNOG 2020 - Getting IPv6 Private Addressing Right
NZNOG 2020 - Getting IPv6 Private Addressing RightNZNOG 2020 - Getting IPv6 Private Addressing Right
NZNOG 2020 - Getting IPv6 Private Addressing Right
 
Asterisk WebRTC frontier: make client SIP Phone with sipML5 and Janus Gateway
Asterisk WebRTC frontier: make client SIP Phone with sipML5 and Janus GatewayAsterisk WebRTC frontier: make client SIP Phone with sipML5 and Janus Gateway
Asterisk WebRTC frontier: make client SIP Phone with sipML5 and Janus Gateway
 

En vedette

El control de la informacion
El control de la informacionEl control de la informacion
El control de la informacionElio Rojano
 
Asterisk-Java Framework Presentation
Asterisk-Java Framework PresentationAsterisk-Java Framework Presentation
Asterisk-Java Framework PresentationJustin Grammens
 
Jonny_Martin-Asterisk
Jonny_Martin-AsteriskJonny_Martin-Asterisk
Jonny_Martin-Asterisktutorialsruby
 
M2M communication and the IP revolution in radio. A marriage made in the clou...
M2M communication and the IP revolution in radio. A marriage made in the clou...M2M communication and the IP revolution in radio. A marriage made in the clou...
M2M communication and the IP revolution in radio. A marriage made in the clou...Comms Connect
 
Integrated communication networks for coal seam gas
Integrated communication networks for coal seam gasIntegrated communication networks for coal seam gas
Integrated communication networks for coal seam gasComms Connect
 
Download It
Download ItDownload It
Download ItVideoguy
 
Gxp2000 interop asterisk_blf
Gxp2000 interop asterisk_blfGxp2000 interop asterisk_blf
Gxp2000 interop asterisk_blfskydives
 
Implementation Lessons using WebRTC in Asterisk
Implementation Lessons using WebRTC in AsteriskImplementation Lessons using WebRTC in Asterisk
Implementation Lessons using WebRTC in AsteriskMoises Silva
 
Asterisk High Availability Design Guide
Asterisk High Availability Design GuideAsterisk High Availability Design Guide
Asterisk High Availability Design GuideMichelle Dupuis
 
Asterisk PRI Passive Call Recording
Asterisk PRI Passive Call RecordingAsterisk PRI Passive Call Recording
Asterisk PRI Passive Call RecordingMoises Silva
 
Servidor Asterisk (Instalacion y Configuracion)
Servidor Asterisk (Instalacion y Configuracion)Servidor Asterisk (Instalacion y Configuracion)
Servidor Asterisk (Instalacion y Configuracion)javi belenguer
 
Asterisk en los Call Centers - Encuesta Satisfacción clientes
Asterisk en los Call Centers - Encuesta Satisfacción clientesAsterisk en los Call Centers - Encuesta Satisfacción clientes
Asterisk en los Call Centers - Encuesta Satisfacción clientesFrancesco Prior
 
Astricon 2013: "Asterisk and Database"
Astricon 2013: "Asterisk and Database"Astricon 2013: "Asterisk and Database"
Astricon 2013: "Asterisk and Database"Francesco Prior
 

En vedette (17)

El control de la informacion
El control de la informacionEl control de la informacion
El control de la informacion
 
Asterisk-Java Framework Presentation
Asterisk-Java Framework PresentationAsterisk-Java Framework Presentation
Asterisk-Java Framework Presentation
 
Jonny_Martin-Asterisk
Jonny_Martin-AsteriskJonny_Martin-Asterisk
Jonny_Martin-Asterisk
 
M2M communication and the IP revolution in radio. A marriage made in the clou...
M2M communication and the IP revolution in radio. A marriage made in the clou...M2M communication and the IP revolution in radio. A marriage made in the clou...
M2M communication and the IP revolution in radio. A marriage made in the clou...
 
Integrated communication networks for coal seam gas
Integrated communication networks for coal seam gasIntegrated communication networks for coal seam gas
Integrated communication networks for coal seam gas
 
A W T Profoss VoIP & Asterisk
A W T  Profoss VoIP & AsteriskA W T  Profoss VoIP & Asterisk
A W T Profoss VoIP & Asterisk
 
Download It
Download ItDownload It
Download It
 
Gxp2000 interop asterisk_blf
Gxp2000 interop asterisk_blfGxp2000 interop asterisk_blf
Gxp2000 interop asterisk_blf
 
Astricon 2007
Astricon 2007Astricon 2007
Astricon 2007
 
Implementation Lessons using WebRTC in Asterisk
Implementation Lessons using WebRTC in AsteriskImplementation Lessons using WebRTC in Asterisk
Implementation Lessons using WebRTC in Asterisk
 
Asterisk High Availability Design Guide
Asterisk High Availability Design GuideAsterisk High Availability Design Guide
Asterisk High Availability Design Guide
 
Asterisk PRI Passive Call Recording
Asterisk PRI Passive Call RecordingAsterisk PRI Passive Call Recording
Asterisk PRI Passive Call Recording
 
Icom ip radio ppt
Icom ip radio pptIcom ip radio ppt
Icom ip radio ppt
 
Servidor Asterisk (Instalacion y Configuracion)
Servidor Asterisk (Instalacion y Configuracion)Servidor Asterisk (Instalacion y Configuracion)
Servidor Asterisk (Instalacion y Configuracion)
 
Eternity NE VoIP
Eternity NE VoIPEternity NE VoIP
Eternity NE VoIP
 
Asterisk en los Call Centers - Encuesta Satisfacción clientes
Asterisk en los Call Centers - Encuesta Satisfacción clientesAsterisk en los Call Centers - Encuesta Satisfacción clientes
Asterisk en los Call Centers - Encuesta Satisfacción clientes
 
Astricon 2013: "Asterisk and Database"
Astricon 2013: "Asterisk and Database"Astricon 2013: "Asterisk and Database"
Astricon 2013: "Asterisk and Database"
 

Similaire à The 12 tasks of Asterisk

200706 kathmann shared by voip.com.vn
200706 kathmann shared by voip.com.vn200706 kathmann shared by voip.com.vn
200706 kathmann shared by voip.com.vnTran Thanh
 
2010 Install Fest Ha Failover Dj Belieny
2010 Install Fest Ha Failover Dj Belieny2010 Install Fest Ha Failover Dj Belieny
2010 Install Fest Ha Failover Dj Belienydjbelieny
 
FreeSWITCH as a Kickass SBC
FreeSWITCH as a Kickass SBCFreeSWITCH as a Kickass SBC
FreeSWITCH as a Kickass SBCMoises Silva
 
Copy of [ForKernelWifi]sudharsan-resume-2016
Copy of [ForKernelWifi]sudharsan-resume-2016Copy of [ForKernelWifi]sudharsan-resume-2016
Copy of [ForKernelWifi]sudharsan-resume-2016Sudharsan Reddy Yettapu
 
IPv6 for the Enterprise
IPv6 for the EnterpriseIPv6 for the Enterprise
IPv6 for the EnterpriseJohn Rhoton
 
Introduction to Home Automation
Introduction to Home AutomationIntroduction to Home Automation
Introduction to Home AutomationRuslan Ulanov
 
Enterprise Preparation for IPv6
Enterprise Preparation for IPv6Enterprise Preparation for IPv6
Enterprise Preparation for IPv6John Rhoton
 
”モノ”のインターネットへのつながり方:L3より下層について
”モノ”のインターネットへのつながり方:L3より下層について”モノ”のインターネットへのつながり方:L3より下層について
”モノ”のインターネットへのつながり方:L3より下層についてShoichi Sakane
 
IPv6IntegrationBestPracticesfinal.pdf
IPv6IntegrationBestPracticesfinal.pdfIPv6IntegrationBestPracticesfinal.pdf
IPv6IntegrationBestPracticesfinal.pdfCPUHogg
 
Eclipse IoT: Open source technology for IoT developers
Eclipse IoT: Open source technology for IoT developersEclipse IoT: Open source technology for IoT developers
Eclipse IoT: Open source technology for IoT developersIan Skerrett
 
Full Service Residential Gateway for Connected Home - D Zhang
Full Service Residential Gateway for Connected Home - D ZhangFull Service Residential Gateway for Connected Home - D Zhang
Full Service Residential Gateway for Connected Home - D Zhangmfrancis
 
IoT関連技術の動向@IETF87
IoT関連技術の動向@IETF87IoT関連技術の動向@IETF87
IoT関連技術の動向@IETF87Shoichi Sakane
 
Jorjin Technologies - AR Partnerships with Smart Glasses - 10012020
Jorjin Technologies -  AR Partnerships with Smart Glasses - 10012020Jorjin Technologies -  AR Partnerships with Smart Glasses - 10012020
Jorjin Technologies - AR Partnerships with Smart Glasses - 10012020Curt Riley
 
IEEE Home & Building Controls
IEEE Home & Building ControlsIEEE Home & Building Controls
IEEE Home & Building ControlsWayne Caswell
 
Универсальные медиа-устройства EDGE-300 - применение для цифровых вывесок
Универсальные медиа-устройства EDGE-300 - применение для цифровых вывесокУниверсальные медиа-устройства EDGE-300 - применение для цифровых вывесок
Универсальные медиа-устройства EDGE-300 - применение для цифровых вывесокCisco Russia
 
Sergio González - WiFiSlax 4.0 [RootedCON 2010]
Sergio González - WiFiSlax 4.0 [RootedCON 2010]Sergio González - WiFiSlax 4.0 [RootedCON 2010]
Sergio González - WiFiSlax 4.0 [RootedCON 2010]RootedCON
 
ION Santiago: What's Happening at the IETF? Internet Standards and How to Get...
ION Santiago: What's Happening at the IETF? Internet Standards and How to Get...ION Santiago: What's Happening at the IETF? Internet Standards and How to Get...
ION Santiago: What's Happening at the IETF? Internet Standards and How to Get...Deploy360 Programme (Internet Society)
 

Similaire à The 12 tasks of Asterisk (20)

200706 kathmann shared by voip.com.vn
200706 kathmann shared by voip.com.vn200706 kathmann shared by voip.com.vn
200706 kathmann shared by voip.com.vn
 
2010 Install Fest Ha Failover Dj Belieny
2010 Install Fest Ha Failover Dj Belieny2010 Install Fest Ha Failover Dj Belieny
2010 Install Fest Ha Failover Dj Belieny
 
MadhusudhanTE_9Years_pasa
MadhusudhanTE_9Years_pasaMadhusudhanTE_9Years_pasa
MadhusudhanTE_9Years_pasa
 
FreeSWITCH as a Kickass SBC
FreeSWITCH as a Kickass SBCFreeSWITCH as a Kickass SBC
FreeSWITCH as a Kickass SBC
 
Copy of [ForKernelWifi]sudharsan-resume-2016
Copy of [ForKernelWifi]sudharsan-resume-2016Copy of [ForKernelWifi]sudharsan-resume-2016
Copy of [ForKernelWifi]sudharsan-resume-2016
 
IPv6 for the Enterprise
IPv6 for the EnterpriseIPv6 for the Enterprise
IPv6 for the Enterprise
 
Introduction to Home Automation
Introduction to Home AutomationIntroduction to Home Automation
Introduction to Home Automation
 
Enterprise Preparation for IPv6
Enterprise Preparation for IPv6Enterprise Preparation for IPv6
Enterprise Preparation for IPv6
 
”モノ”のインターネットへのつながり方:L3より下層について
”モノ”のインターネットへのつながり方:L3より下層について”モノ”のインターネットへのつながり方:L3より下層について
”モノ”のインターネットへのつながり方:L3より下層について
 
IPv6IntegrationBestPracticesfinal.pdf
IPv6IntegrationBestPracticesfinal.pdfIPv6IntegrationBestPracticesfinal.pdf
IPv6IntegrationBestPracticesfinal.pdf
 
Eclipse IoT: Open source technology for IoT developers
Eclipse IoT: Open source technology for IoT developersEclipse IoT: Open source technology for IoT developers
Eclipse IoT: Open source technology for IoT developers
 
Full Service Residential Gateway for Connected Home - D Zhang
Full Service Residential Gateway for Connected Home - D ZhangFull Service Residential Gateway for Connected Home - D Zhang
Full Service Residential Gateway for Connected Home - D Zhang
 
IoT関連技術の動向@IETF87
IoT関連技術の動向@IETF87IoT関連技術の動向@IETF87
IoT関連技術の動向@IETF87
 
Jorjin Technologies - AR Partnerships with Smart Glasses - 10012020
Jorjin Technologies -  AR Partnerships with Smart Glasses - 10012020Jorjin Technologies -  AR Partnerships with Smart Glasses - 10012020
Jorjin Technologies - AR Partnerships with Smart Glasses - 10012020
 
IEEE Home & Building Controls
IEEE Home & Building ControlsIEEE Home & Building Controls
IEEE Home & Building Controls
 
Универсальные медиа-устройства EDGE-300 - применение для цифровых вывесок
Универсальные медиа-устройства EDGE-300 - применение для цифровых вывесокУниверсальные медиа-устройства EDGE-300 - применение для цифровых вывесок
Универсальные медиа-устройства EDGE-300 - применение для цифровых вывесок
 
Sergio González - WiFiSlax 4.0 [RootedCON 2010]
Sergio González - WiFiSlax 4.0 [RootedCON 2010]Sergio González - WiFiSlax 4.0 [RootedCON 2010]
Sergio González - WiFiSlax 4.0 [RootedCON 2010]
 
ION Santiago: What's Happening at the IETF? Internet Standards and How to Get...
ION Santiago: What's Happening at the IETF? Internet Standards and How to Get...ION Santiago: What's Happening at the IETF? Internet Standards and How to Get...
ION Santiago: What's Happening at the IETF? Internet Standards and How to Get...
 
Pycon2012
Pycon2012Pycon2012
Pycon2012
 
Web rtc.intro
Web rtc.introWeb rtc.intro
Web rtc.intro
 

Plus de Elio Rojano

Cómo instalar un servidor VPN de emergencia para una PYME en 5 minutos
Cómo instalar un servidor VPN de emergencia para una PYME en 5 minutosCómo instalar un servidor VPN de emergencia para una PYME en 5 minutos
Cómo instalar un servidor VPN de emergencia para una PYME en 5 minutosElio Rojano
 
Introducción a la Inteligencia Artificial y el BigData en el ámbito de la VoIP
Introducción a la Inteligencia Artificial y el BigData en el ámbito de la VoIPIntroducción a la Inteligencia Artificial y el BigData en el ámbito de la VoIP
Introducción a la Inteligencia Artificial y el BigData en el ámbito de la VoIPElio Rojano
 
10 años de VoIP: Conocer el pasado para pronosticar el futuro.
10 años de VoIP: Conocer el pasado para pronosticar el futuro.10 años de VoIP: Conocer el pasado para pronosticar el futuro.
10 años de VoIP: Conocer el pasado para pronosticar el futuro.Elio Rojano
 
Qué hace tu Asterisk cuando no miras
Qué hace tu Asterisk cuando no mirasQué hace tu Asterisk cuando no miras
Qué hace tu Asterisk cuando no mirasElio Rojano
 
Usando Docker con sistemas Asterisk
Usando Docker con sistemas AsteriskUsando Docker con sistemas Asterisk
Usando Docker con sistemas AsteriskElio Rojano
 
Charla tendencias para el 2015
Charla tendencias para el 2015Charla tendencias para el 2015
Charla tendencias para el 2015Elio Rojano
 
Las 12 pruebas de Asterisk
Las 12 pruebas de AsteriskLas 12 pruebas de Asterisk
Las 12 pruebas de AsteriskElio Rojano
 
Llámame a mi correo electrónico
Llámame a mi correo electrónicoLlámame a mi correo electrónico
Llámame a mi correo electrónicoElio Rojano
 
Profundizando manager
Profundizando managerProfundizando manager
Profundizando managerElio Rojano
 
Profundizando en las novedades de Asterisk 1.8
Profundizando en las novedades de Asterisk 1.8Profundizando en las novedades de Asterisk 1.8
Profundizando en las novedades de Asterisk 1.8Elio Rojano
 
Comunicaciones Unificadas En Grandes Infraestructuras
Comunicaciones Unificadas En Grandes InfraestructurasComunicaciones Unificadas En Grandes Infraestructuras
Comunicaciones Unificadas En Grandes InfraestructurasElio Rojano
 
Simo Presentacion
Simo PresentacionSimo Presentacion
Simo PresentacionElio Rojano
 
Avaya Vs Asterisk Bulos Y Leyendas
Avaya Vs Asterisk Bulos Y LeyendasAvaya Vs Asterisk Bulos Y Leyendas
Avaya Vs Asterisk Bulos Y LeyendasElio Rojano
 
Los mejores trucos para Asterisk (VoIP2DAY 2008)
Los mejores trucos para Asterisk (VoIP2DAY 2008)Los mejores trucos para Asterisk (VoIP2DAY 2008)
Los mejores trucos para Asterisk (VoIP2DAY 2008)Elio Rojano
 
Introducción a la VoIP con Asterisk
Introducción a la VoIP con AsteriskIntroducción a la VoIP con Asterisk
Introducción a la VoIP con AsteriskElio Rojano
 

Plus de Elio Rojano (16)

Cómo instalar un servidor VPN de emergencia para una PYME en 5 minutos
Cómo instalar un servidor VPN de emergencia para una PYME en 5 minutosCómo instalar un servidor VPN de emergencia para una PYME en 5 minutos
Cómo instalar un servidor VPN de emergencia para una PYME en 5 minutos
 
Introducción a la Inteligencia Artificial y el BigData en el ámbito de la VoIP
Introducción a la Inteligencia Artificial y el BigData en el ámbito de la VoIPIntroducción a la Inteligencia Artificial y el BigData en el ámbito de la VoIP
Introducción a la Inteligencia Artificial y el BigData en el ámbito de la VoIP
 
10 años de VoIP: Conocer el pasado para pronosticar el futuro.
10 años de VoIP: Conocer el pasado para pronosticar el futuro.10 años de VoIP: Conocer el pasado para pronosticar el futuro.
10 años de VoIP: Conocer el pasado para pronosticar el futuro.
 
Qué hace tu Asterisk cuando no miras
Qué hace tu Asterisk cuando no mirasQué hace tu Asterisk cuando no miras
Qué hace tu Asterisk cuando no miras
 
Usando Docker con sistemas Asterisk
Usando Docker con sistemas AsteriskUsando Docker con sistemas Asterisk
Usando Docker con sistemas Asterisk
 
Charla tendencias para el 2015
Charla tendencias para el 2015Charla tendencias para el 2015
Charla tendencias para el 2015
 
Elastix Market
Elastix MarketElastix Market
Elastix Market
 
Las 12 pruebas de Asterisk
Las 12 pruebas de AsteriskLas 12 pruebas de Asterisk
Las 12 pruebas de Asterisk
 
Llámame a mi correo electrónico
Llámame a mi correo electrónicoLlámame a mi correo electrónico
Llámame a mi correo electrónico
 
Profundizando manager
Profundizando managerProfundizando manager
Profundizando manager
 
Profundizando en las novedades de Asterisk 1.8
Profundizando en las novedades de Asterisk 1.8Profundizando en las novedades de Asterisk 1.8
Profundizando en las novedades de Asterisk 1.8
 
Comunicaciones Unificadas En Grandes Infraestructuras
Comunicaciones Unificadas En Grandes InfraestructurasComunicaciones Unificadas En Grandes Infraestructuras
Comunicaciones Unificadas En Grandes Infraestructuras
 
Simo Presentacion
Simo PresentacionSimo Presentacion
Simo Presentacion
 
Avaya Vs Asterisk Bulos Y Leyendas
Avaya Vs Asterisk Bulos Y LeyendasAvaya Vs Asterisk Bulos Y Leyendas
Avaya Vs Asterisk Bulos Y Leyendas
 
Los mejores trucos para Asterisk (VoIP2DAY 2008)
Los mejores trucos para Asterisk (VoIP2DAY 2008)Los mejores trucos para Asterisk (VoIP2DAY 2008)
Los mejores trucos para Asterisk (VoIP2DAY 2008)
 
Introducción a la VoIP con Asterisk
Introducción a la VoIP con AsteriskIntroducción a la VoIP con Asterisk
Introducción a la VoIP con Asterisk
 

Dernier

Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 

Dernier (20)

Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 

The 12 tasks of Asterisk