Tengo un Asterisk recien instalado y quiero realizar llamadas a travez de un quintum Ax Series 2400.
No soy experto en el tema, y cualquier ayuda será bienvenida.
Les paso una copia de extension.conf y sip.conf
entensions.conf
************************************************** **********
[general]
static=yes
writeprotect=no
[Internos]
exten => _09[6-9]XXXXXXX,1,NoOp(${EXTEN})
exten => _09[6-9]XXXXXXX,n,Dial(SIP/${EXTEN}@10.1.1.4,30)
exten => _09[6-9]XXXXXXX,n,Hangup
exten => _1XX,1,NoOp(${EXTEN})
exten => _1XX,n,Dial(SIP/${EXTEN},r,30)
exten => _1XX,n,Hangup
[ENTRANTES]
exten => _s,1,Dial(SIP/110,30)
exten => _s,n,Hangup
sip.conf
************************************************** ******
[general]
context=default
allowguest=no ; Allow or reject guest calls (default is yes)
match_auth_username=no
allowoverlap=no ; Disable overlap dialing support. (Default is yes)
udpbindaddr=0.0.0.0
tcpenable=no ; Enable server for incoming TCP connections (default is no)
tcpbindaddr=0.0.0.0 ; IP address for TCP server to bind to (0.0.0.0 binds to all interfaces)
srvlookup=no ; Enable DNS SRV lookups on outbound calls
; Note: Asterisk only uses the first host
; in SRV records
; Disabling DNS SRV lookups disables the
; ability to place SIP calls based on domain
; names to some other SIP users on the Internet
; Specifying a port in a SIP peer definition or
; when dialing outbound calls will supress SRV
; lookups for that peer or call.
;pedantic=yes ; Enable checking of tags in headers,
; international character conversions in URIs
; and multiline formatted headers for strict
; SIP compatibility (defaults to "no")
[1001]
type=peer
username=1001
host=dynamic
dtmfmode=rfc2833
qualify=yes
allow=all
context=ENTRANTES
port =5060
[100]
type=friend
user=100
callerid=100
username=100
secret=100
host=dynamic
dtmfmode=rfc2833
canreinvite=no
nat=yes
qualify=yes
context=Internos
disallow=all
allow=alaw
laguage=es
[110]
type=friend
username=110
user=110
secret=110
callerid=110
host=dynamic
dtmfmode=rfc2833
canreinvite=no
nat=yes
qualify=yes
context=Internos
disallow=all
allow=alaw
laguage=es
Muchisimas gracias!!!
No soy experto en el tema, y cualquier ayuda será bienvenida.
Les paso una copia de extension.conf y sip.conf
entensions.conf
************************************************** **********
[general]
static=yes
writeprotect=no
[Internos]
exten => _09[6-9]XXXXXXX,1,NoOp(${EXTEN})
exten => _09[6-9]XXXXXXX,n,Dial(SIP/${EXTEN}@10.1.1.4,30)
exten => _09[6-9]XXXXXXX,n,Hangup
exten => _1XX,1,NoOp(${EXTEN})
exten => _1XX,n,Dial(SIP/${EXTEN},r,30)
exten => _1XX,n,Hangup
[ENTRANTES]
exten => _s,1,Dial(SIP/110,30)
exten => _s,n,Hangup
sip.conf
************************************************** ******
[general]
context=default
allowguest=no ; Allow or reject guest calls (default is yes)
match_auth_username=no
allowoverlap=no ; Disable overlap dialing support. (Default is yes)
udpbindaddr=0.0.0.0
tcpenable=no ; Enable server for incoming TCP connections (default is no)
tcpbindaddr=0.0.0.0 ; IP address for TCP server to bind to (0.0.0.0 binds to all interfaces)
srvlookup=no ; Enable DNS SRV lookups on outbound calls
; Note: Asterisk only uses the first host
; in SRV records
; Disabling DNS SRV lookups disables the
; ability to place SIP calls based on domain
; names to some other SIP users on the Internet
; Specifying a port in a SIP peer definition or
; when dialing outbound calls will supress SRV
; lookups for that peer or call.
;pedantic=yes ; Enable checking of tags in headers,
; international character conversions in URIs
; and multiline formatted headers for strict
; SIP compatibility (defaults to "no")
[1001]
type=peer
username=1001
host=dynamic
dtmfmode=rfc2833
qualify=yes
allow=all
context=ENTRANTES
port =5060
[100]
type=friend
user=100
callerid=100
username=100
secret=100
host=dynamic
dtmfmode=rfc2833
canreinvite=no
nat=yes
qualify=yes
context=Internos
disallow=all
allow=alaw
laguage=es
[110]
type=friend
username=110
user=110
secret=110
callerid=110
host=dynamic
dtmfmode=rfc2833
canreinvite=no
nat=yes
qualify=yes
context=Internos
disallow=all
allow=alaw
laguage=es
Muchisimas gracias!!!
Comentario