Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N
exten => _9ZX.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _9ZX.,2,Dial(SIP/${EXTEN:3}@202.53.163.27,,o)
exten => _9ZX.,3,Hangup
[Jan 2 17:28:26] NOTICE[26622]: chan_sip.c:15812 handle_request_invite: Call from '101' to extension '8801714396426' rejected because extension not found.
striker wrote:the number which you are dialling is not matching your dialplan
as your dialplan accept number starting with 9 and followed by Z ( 1 - 9) so first digit should be 9 and second digit should be betweek 1 to 9exten => _9ZX.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _9ZX.,2,Dial(SIP/${EXTEN:3}@202.53.163.27,,o)
exten => _9ZX.,3,Hangup
and you are dialling 8801714396426 which is not starting with 9 as first digit.[Jan 2 17:28:26] NOTICE[26622]: chan_sip.c:15812 handle_request_invite: Call from '101' to extension '8801714396426' rejected because extension not found.
ashis103 wrote:Hello Sir , I am (manual dialed) dialing 98801714396426 where carrier except only 01714XXXX as Dial(SIP/${EXTEN:3} , as i think 1st 3 digit are omitting ,
My inbound campagains in manual dial prefix option =9
getting same result congestion / temporary unavailable . Actually call are not heating carrier GW.
exten => _9880XX.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _9880XX.,2,Dial(SIP/${EXTEN:3}@202.53.163.27,,o)
exten => _9880XX.,3,Hangup
Users browsing this forum: Bing [Bot], Google [Bot] and 50 guests