[asterisk-users] No exten available after pass between servers

Dan Pilcheck pilcheck at gmail.com
Mon Jun 15 22:46:33 CDT 2009


Hello List!

I have 2 asterisk servers, The Admin(.20), and the Call Center(.21).
The Admin server contains the 1XXX extension and the Call Center hosts
the 2XXX extensions. I would like for our Admin folks to be able to
call the Call Center folks (and vice versa).

The call will go over the server fine, but when the Call Center server
answer, the CLI returns:
"NOTICE[4296]: chan_iax2.c:7398 socket_read: Rejected connect attempt
from 10.0.10.20, request '2100 at 2XXX' does not exist"

"sip show peers" does register the phone:
2100/2100    10.0.10.237  D  5060  Unmonitored

---------------------
Admin(.20)
exten => _2XXX,1,Answer()
exten => _2XXX,n,Dial(IAX2/2XXX/${EXTEN},20)

IAX.conf
[2XXX]
type=friend
username=2XXX
secret=
auth=plaintext
host=10.0.10.21
context=internal
qualify=yes
trunk=yes
---------------------
Call Center(.21)
[2XXX]
exten => s,1,Answer()
exten => _2XXX,n,Dial(SIP/${EXTEN})

IAX.conf
[2XXX]
type=friend
username=2XXX
secret=
auth=plaintext
host=10.0.10.20
context=2XXX
qualify=yes
trunk=yes
---------------------

The Call Center (.21) also hosts VICIDial if that would cause a
conflict with registration
Any input is much appreciated.


- Dan Pilcheck



More information about the asterisk-users mailing list