Page 1 of 1

sip account wont' dial but iax will

PostPosted: Mon Aug 11, 2008 10:28 pm
by chasejordan1
When I dial a number from an extensions it dials fine no problems, but when I try to use the same account to dial via vicidial predictive i get this error.

Aug 11 20:25:31 NOTICE[3515]: chan_local.c:526 local_alloc: No such extension/context 13108351587@default creating local channel
Aug 11 20:25:31 NOTICE[3515]: channel.c:2514 __ast_request_and_dial: Unable to request channel Local/13108351587@default

This is my extensions.conf

TRUNKXXXX=SIP/9162651384:secret@209.17.160.130:5060


[default]
exten => _NXXNXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _NXXNXXXXXX,2,Set(CALLERID(number)=9162651384)
exten => _NXXNXXXXXX,3,Dial(SIP/${EXTEN}@TRUNKXXXX,55,o)
exten => _NXXNXXXXXX,4,Hangup

any suggestions?

Thanks

PostPosted: Mon Aug 11, 2008 10:35 pm
by mflorell
You don't have the '1' in your dialplan entries.