Re: [asterisk-users] Asterisk extension not found problem...

2011-01-19 Thread abhinav anand
Hi Steve, The asterisk CLI shows the context of caller as below: *moment-portable*CLI sip show user IMSI310410270465840 moment-portable*CLI * Name : IMSI310410270465840 Secret : Not set MD5Secret: Not set Context : sip-external Language : AMA flags:

Re: [asterisk-users] Asterisk extension not found problem...

2011-01-19 Thread Steve Edwards
On Wed, 19 Jan 2011, abhinav anand wrote: The asterisk CLI shows the context of caller as below: moment-portable*CLI sip show user IMSI310410270465840   Context  : sip-external But when I do dialplan show 2103@sip-external, it returns no dialplan moment-portable*CLI dialplan show

Re: [asterisk-users] Asterisk extension not found problem...

2011-01-19 Thread Steve Edwards
On Wed, 19 Jan 2011, Steve Edwards wrote: 3) Do you start Asterisk with the ? command line option? ? = '-C' -- Thanks in advance, - Steve Edwards sedwa...@sedwards.com Voice: +1-760-468-3867 PST Newline

Re: [asterisk-users] Asterisk extension not found problem...

2011-01-19 Thread abhinav anand
Hi Steve, Here are the answers to the questions. *1) Do you need to do a 'dialplan reload?'* I don't need to do a dialplan reload. Infact there is no such command as dialplan reload. I simply do a reload each time I make a config change. *2) Are you sure you are editing the extensions.conf that

Re: [asterisk-users] Asterisk extension not found problem...

2011-01-19 Thread Steve Edwards
Please do not add me or yourself to the address list. We should keep the discussion on the list (and just the list) so it is available to everyone. Also, top-posting is 'frowned upon.' On Wed, 19 Jan 2011, abhinav anand wrote: Here are the answers to the questions. 1) Do you need to do a

Re: [asterisk-users] Asterisk extension not found problem...

2011-01-19 Thread abhinav anand
Hi Steve, I am using Asterisk version 1.6.2.5-0. Surprisingly, I don't see dialplan reload. When I do core show help dialplan I get list of commands as: * moment-portable*CLI core show help dialplan dialplan debug Show fast extension pattern matching data structures

Re: [asterisk-users] Asterisk extension not found problem...

2011-01-19 Thread Steve Edwards
Un-top-posting... On Wed, 19 Jan 2011, abhinav anand wrote: I am using Asterisk version 1.6.2.5-0. Surprisingly, I don't see dialplan reload. If you do not have 'dialplan reload,' you do not have pbx_config.so loaded. Since pbx_config.so reads extensions.conf, if you don't have it loaded,

Re: [asterisk-users] Asterisk extension not found problem...

2011-01-19 Thread Carlos Chavez
On Wed, 2011-01-19 at 16:40 -0800, Steve Edwards wrote: Un-top-posting... On Wed, 19 Jan 2011, abhinav anand wrote: I am using Asterisk version 1.6.2.5-0. Surprisingly, I don't see dialplan reload. If you do not have 'dialplan reload,' you do not have pbx_config.so loaded. Since

Re: [asterisk-users] Asterisk extension not found problem...

2011-01-19 Thread abhinav anand
Thanks Steve, I figured out the problem. As you said correctly, *pbx_config.so* was not getting loaded because in my extensions.conf file one extra file extensions.local.conf was included which was actually not present in the directory. I have commented that line and did *module load

Re: [asterisk-users] Asterisk extension not found problem...

2011-01-19 Thread Steve Edwards
On Wed, 19 Jan 2011, abhinav anand wrote: I figured out the problem. As you said correctly, pbx_config.so was not getting loaded because in my extensions.conf file one extra file extensions.local.conf was included which was actually not present in the directory. I have commented that line and

[asterisk-users] Asterisk extension not found problem...

2011-01-18 Thread abhinav anand
Hi All, I am using Asterisk for one of my projects in OpenBTS. I am having the age old problem of extension not found when try to make a call from one registered SIP phone to other registered SIP phone (two mobile phones connected to Asterisk via OpenBTS). The exact error thrown on Asterisk CLI

Re: [asterisk-users] Asterisk extension not found problem...

2011-01-18 Thread Paul Belanger
On 11-01-18 08:52 PM, abhinav anand wrote: I have tried all the methods suggested by others in the Asterisk User community but still the problem remains same. If anybody knows the solution to this one, please let me know. Which context is your incoming calls using? When you know that, you

Re: [asterisk-users] Asterisk extension not found problem...

2011-01-18 Thread Steve Edwards
On Tue, 18 Jan 2011, abhinav anand wrote: The exact error thrown on Asterisk CLI is chan_sip.c:20039 handle_request_invite: Call from [IMSI310410270465840] to extension 2103 rejected because extension not found What context does 'sip show user IMSI310410270465840' show? What does 'dialplan