Displaying 1 result from an estimated 1 matches for "introutingb".
2013 Jul 20
1
rejected because extension not found in context 'introutingB'
...oute to internal peer
(localhost) and then route to outgoing sip proxy but it failing with
subject error. Can any one please correct me what i am doing wrong in below
config.
SIP.conf
[Inbound]
type=peer
context=introuting
host=184.107.XXX.XXX
disallow=all
allow=all
[astinside]
type=peer
context=introutingB
host=localhost
disallow=all
;allow=speex
[voipprovider]
type=peer
host=XXX.X.XXX.159
disallow=all
allow=g723:120
Extentions.config
[introuting]
exten => _X.,1,Dial(SIP/astinside)
[introutingB]
exten => s,n,Dial(SIP/voipprovider)
I will appreciate for your help.
-------------- next part...