Hi I have a problems with a new Asterisk Server, when i want call, i have: [Nov 14 09:12:38] NOTICE[31992]: chan_sip.c:18160 handle_request_invite: Call from 'PHISIP000001' to extension '00420225352184' rejected because extension not found. but into my extensions.conf: exten => _00420X.,1,Set(CDR(CodeTier)=CZE) exten => _00420X.,2,Dial(SIP/${EXTEN}@AS5350,180,rt) exten => _00420X.,3,Hangup and a dialplan show: exten => _00420X.,1,Set(CDR(CodeTier)=CZE) exten => _00420X.,2,Dial(SIP/${EXTEN}@AS5300,180,rt) exten => _00420X.,3,Hangup I have a error, it's sure because i am new user, but ? context of the user are good thanks Jerome
On Sat, 14 Nov 2009, Phibee Network Operation Center wrote:> when i want call, i have: > > [Nov 14 09:12:38] NOTICE[31992]: chan_sip.c:18160 > handle_request_invite: Call from 'PHISIP000001' to extension > '00420225352184' rejected because extension not found.(You don't say what version of Asterisk you are using or what technology PHISIP000001 is using. I'm a 1.2 Luddite and assuming PHISIP000001 is using SIP, so your commands may be slightly different but the concept is the same.) These 2 commands may shed some light: sip show user PHISIP000001 show dialplan <whatever-context-PHISIP000001-is-using> If you need more help, please state your Asterisk version, the actual console output of the above referenced commands, and the actual console output when a call is rejected. -- Thanks in advance, ------------------------------------------------------------------------- Steve Edwards sedwards at sedwards.com Voice: +1-760-468-3867 PST Newline Fax: +1-760-731-3000
Phibee Network Operation Center wrote:> Hi > > I have a problems with a new Asterisk Server, > > when i want call, i have: > > [Nov 14 09:12:38] NOTICE[31992]: chan_sip.c:18160 > handle_request_invite: Call from 'PHISIP000001' to extension > '00420225352184' rejected because extension not found. > > but into my extensions.conf: > > exten => _00420X.,1,Set(CDR(CodeTier)=CZE) > exten => _00420X.,2,Dial(SIP/${EXTEN}@AS5350,180,rt) > exten => _00420X.,3,Hangup > > and a dialplan show: > > exten => _00420X.,1,Set(CDR(CodeTier)=CZE) > exten => _00420X.,2,Dial(SIP/${EXTEN}@AS5300,180,rt) > exten => _00420X.,3,Hangup > > > I have a error, it's sure because i am new user, but ? > > > context of the user are good > > thanks > JeromeShot in the dark since you don't include enough of your dialplan. [context where incoming call is landing] include => context where your extension is defined [context where your extension is defined] exten => _00420X.,1,Set(CDR(CodeTier)=CZE) exten => _00420X.,2,Dial(SIP/${EXTEN}@AS5350,180,rt) exten => _00420X.,3,Hangup Alex