Dan Pilcheck
2009-Jun-16 03:46 UTC
[asterisk-users] No exten available after pass between servers
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 secretauth=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 secretauth=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
Rob Hillis
2009-Jun-16 04:59 UTC
[asterisk-users] No exten available after pass between servers
Dan Pilcheck wrote:> 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" >What context are the phones in the extension range 2XXX in? I don't know what Vicidial's default context for extensions is, but I'd be surprised if it's 2XXX. Can you show us the results of "sip show users" after you remove the secret from the output?