Re: [asterisk-users] Dropping call because extensions '200', 's' and 'i' doesn't exists

2013-04-16 Thread s m
thanks guys, i solve my problem. as Asghar said, i remove 2 and forget to add it again therefore asterisk can not recognize extension 200 in extension.conf file. this is my extension that works properly: exten=_2.,1,Dial(SIP/to-231/1${EXTEN:2}) thanks every body for your attention. Sam On

Re: [asterisk-users] Dropping call because extensions '200', 's' and 'i' doesn't exists

2013-04-13 Thread s m
thanks Asghar, but it doesn't help. i have below error yet:((( Dropping call because extensions '200', 's' and 'i' doesn't exists in context [from-trunk] i think that something is wring with my extensions in extensions.conf but i don't know how to fix it. please let me know if you have any other

Re: [asterisk-users] Dropping call because extensions '200', 's' and 'i' doesn't exists

2013-04-13 Thread Asghar Mohammad
why you are removing 2 and adding 2 ? exten= _2.,1,Dial(SIP/to-232/here your are adding --2${EXTEN: here you are removing 1st digit (2) -- 1}) try this exten= _X.,1,Dial(SIP/to-232/${EXTEN}) show me also sip users of both side. let me know if this solve your problem. On Sat, Apr 13, 2013

Re: [asterisk-users] Dropping call because extensions '200', 's' and 'i' doesn't exists

2013-04-13 Thread Gertjan Baarda
Can you post both extensions.conf from both systems? Sent from my iPhone On 11 apr. 2013, at 14:51, s m sam.gh1...@gmail.com wrote: this is my [from-trunk] extension: [from-trunk] exten=_2.,1,Dial(SIP/to-232/2${EXTEN:1}) and this is [to-231] in sip_additional.conf: [to-232]

[asterisk-users] Dropping call because extensions '200', 's' and 'i' doesn't exists

2013-04-11 Thread s m
hello all i,m newbie in asterisk and now want to sip and h323 connection. this is my scenario: phone(ext100)---freepbx---sip---system1---H323---system2---freepbx---phone(ext200) when i call 100 from 200, every thing is ok and phone is ringing but when i call 200 from 100, it says service

Re: [asterisk-users] Dropping call because extensions '200', 's' and 'i' doesn't exists

2013-04-11 Thread A J Stiles
On Thursday 11 April 2013, s m wrote: when i call 100 from 200, every thing is ok and phone is ringing but when i call 200 from 100, it says service unavailable. i debug asterisk in my system 2 and see below message: Dropping call because extensions '200', 's' and 'i' doesn't exists in

Re: [asterisk-users] Dropping call because extensions '200', 's' and 'i' doesn't exists

2013-04-11 Thread s m
this is my [from-trunk] extension: [from-trunk] exten=_2.,1,Dial(SIP/to-232/2${EXTEN:1}) and this is [to-231] in sip_additional.conf: [to-232] host=192.168.0.232 type=peer qualify=yes and 192.168.0.232 in the ip address of my freepbx. On 4/11/13, A J Stiles asterisk_l...@earthshod.co.uk

Re: [asterisk-users] Dropping call because extensions '200', 's' and 'i' doesn't exists

2013-04-11 Thread Asghar Mohammad
hi, try exten= _2.,1,Dial(SIP/to-232/2${EXTEN:1}) Note space before underscore. On Thu, Apr 11, 2013 at 2:50 PM, s m sam.gh1...@gmail.com wrote: this is my [from-trunk] extension: [from-trunk] exten=_2.,1,Dial(SIP/to-232/2${EXTEN:1}) and this is [to-231] in sip_additional.conf: