Ring CO3 on Pansonic KSU for VoicePulse
- From iax.conf
[voicepulse]
context=voicepulse-in
username=loginname
secret=loginpasswd
auth=md5
type=friend
disallow=all
allow=gsm
allow=ulaw
allow=alaw
allow=ilbc
host=gw5.voicepulse.com
nat=yes
- From extensions.conf
[voicepulse-in]
;
;
;
; This routine handles inbound calls on our VoicePulse DID
; Voicepulse rings in with theextension set to our DID
;
exten => _7035556709,1,SetGlobalVar(RINGINGLINE=custom/on-line-three)
exten => _7035556709,2,Dial(ZAP/1,${DEFTIMEOUT},Tt)
exten => _7035556709,3,Goto(office-menu,s,1)
exten => _7035556709,103,Goto(office-menu,s,1)
;
;
Ring CO4 on Pansonic KSU for BroadVoice
- From sip.conf
;
; register with BroadVoice VoIP service
;
context=broadvoice-in
externip=ghend-pbx.homeip.net
dtmfmode=inband
register=>7035551557:mypasswd@sip.broadvoice.com
qualify=yes
;
[broadvoice]
type=friend
username=7035551557
fromuser=7035551557
secret=mypasswd
host=147.135.8.129
context=broadvoice-in
fromdomain=sip.broadvoice.com
srvlookup=yes
insecure=yes
nat=yes
dtmfmode=inband
canreinvite=no
disallow=all ; First disallow all codecs
allow=ulaw ; Allow codecs in order of preference
allow=gsm
allow=alaw
allow=ilbc ; Note: codec order is respected only in [general]
;
qualify=yes
;
;
- From extensions.conf
[broadvoice-in]
;
; BroadVoice rings in on the sextension
;
exten => s,1,SetGlobalVar(RINGINGLINE=custom/on-line-four)
exten => s,2,Dial(ZAP/2,${DEFTIMEOUT},Tt)
exten => s,3,Goto(office-menu,s,1)
exten => s,103,Goto(office-menu,s,1)
;
;