Re: [asterisk-users] context does not work

2009-08-11 Thread Patrick Plattes
Hello, I think there is a problem with chars in the extension name. I have a similar issue if i try to use my my que management macro with a extension with characters. On Mon, Aug 10, 2009 at 3:16 PM, Tarek Sawahtareksa...@hotmail.com wrote: i faced the same problem with callcentric.. when i

Re: [asterisk-users] context does not work

2009-08-10 Thread Alex Balashov
Try prefix your extension in extensions.conf with _, e.g. exten = _123,1,... -- Sent from mobile device On Aug 10, 2009, at 6:55 AM, Patrick Plattes patr...@erdbeere.net wrote: Hello, i have a problem with the context parameter in the sip.conf. i'm using a german sip provider

Re: [asterisk-users] context does not work

2009-08-10 Thread Patrick Plattes
Thanks for the fast reply, but it does not help :-(. Bye, Patrick On Mon, Aug 10, 2009 at 1:01 PM, Alex Balashovabalas...@evaristesys.com wrote: Try prefix your extension in extensions.conf with _, e.g.   exten = _123,1,... -- Sent from mobile device

Re: [asterisk-users] context does not work

2009-08-10 Thread Doug Lytle
Patrick Plattes wrote: extensons.conf: [testing] exten = 8001187e0,1,Dial(SIP/263) What does dialplan show testing output? Doug -- Ben Franklin quote: Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neither Liberty nor Safety.

Re: [asterisk-users] context does not work

2009-08-10 Thread Patrick Plattes
What does dialplan show testing output? [ Context 'testing' created by 'pbx_config' ] '261' = 1. Noop(261) [SIP] '262' = 1. Noop(262) [SIP] '263' = 1. Noop(263)

Re: [asterisk-users] context does not work

2009-08-10 Thread jonas kellens
Try putting exten = 8001187e0,1,Dial(SIP/263) in the [default]-context. I have the same issue. Apparently your SIP-provider send calls to your Asterisk-box from multiple IP's so that Asterisk cannot match the inbound call on source IP and therefore sends it to the default-context. Jonas. On

Re: [asterisk-users] context does not work

2009-08-10 Thread Andrew Thomas
Underscore won't help as that's for pattern matching. Under the sip conf, have you tried adding 'fromuser=8001187e0' to the [8001187e0] bit? I have this in my Sipgate setup and it works. Worth a try. Cheers Andy -Original Message- From: asterisk-users-boun...@lists.digium.com

Re: [asterisk-users] context does not work

2009-08-10 Thread Doug Lytle
jonas kellens wrote: I have the same issue. Apparently your SIP-provider send calls to your Asterisk-box from multiple IP's so that Asterisk cannot match the inbound call on source IP and therefore sends it to the default-context. I'd second this suggestion. Doug -- Ben Franklin quote:

Re: [asterisk-users] context does not work

2009-08-10 Thread Patrick Plattes
Hi Andrew, it didn't help. Which version of Asterisk do you use? Thanks On Mon, Aug 10, 2009 at 1:55 PM, Andrew Thomasa...@datavox.co.uk wrote: Underscore won't help as that's for pattern matching. Under the sip conf, have you tried adding 'fromuser=8001187e0' to the [8001187e0] bit? I

Re: [asterisk-users] context does not work

2009-08-10 Thread Patrick Plattes
Hi Jonas, that works fine, but I think its just a work arround and not a real fix :-). For the moment it is okay and I'll try to fix the error next days. Thanks, Patrick Plattes ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com

Re: [asterisk-users] context does not work

2009-08-10 Thread Tarek Sawah
i faced the same problem with callcentric.. when i register i had to add the extension .. like this egister = 1777MYCCID:SUPERSECRET@callcentric.com/1777MYCCID which caused my context to go to the default context and never use the one i already setup.. so removing the extension in the

Re: [asterisk-users] context does not work

2009-08-10 Thread Andrew Thomas
...@lists.digium.com] On Behalf Of Patrick Plattes Sent: 10 August 2009 13:19 To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] context does not work Hi Andrew, it didn't help. Which version of Asterisk do you use? Thanks On Mon, Aug 10, 2009 at 1:55 PM, Andrew