Re: [asterisk-users] Problems Extension with a Call In on Asterisk 1.6

2011-03-27 Thread Olivier CALVANO
Hi Very thanks for your helps, that's work very goo Bye Olivier 2011/3/25 DHAVAL INDRODIYA dhaval.it01...@gmail.com: Hi Olivier, here is solutions for your situation , ideally you need to talk with Provider and they can set SIP URI for given DID numbre , but that can be solved by

Re: [asterisk-users] Problems Extension with a Call In on Asterisk 1.6

2011-03-25 Thread DHAVAL INDRODIYA
Hi Olivier, here is solutions for your situation , ideally you need to talk with Provider and they can set SIP URI for given DID numbre , but that can be solved by dial-plan like this. exten = _003318364,1,Set(foo=${SIP_HEADER(To)}) exten = _003318364,n,Set(cut1=${CUT(foo,:,2)}) exten =

[asterisk-users] Problems Extension with a Call In on Asterisk 1.6

2011-03-23 Thread Olivier CALVANO
Hi I request your help because i don't have actually a solution at my problems. I have a Asterisk Server in 1.6 Connected at a SIP Provider This provider supply me 2 numbers: 003318364 (official number) 081169 (Nddi Number) When i receive a call on the 081169, he don't

Re: [asterisk-users] Problems Extension with a Call In on Asterisk 1.6

2011-03-23 Thread DHAVAL INDRODIYA
Hi Oliver , This is a simple scenario with asterisk you can edit sip.conf and in peer entry, try to add, context=(desired_context for peer) and then into context write a dial-plan for given number and route a call or whatever you want to do. On Wed, Mar 23, 2011 at 11:31 AM, Olivier CALVANO

Re: [asterisk-users] Problems Extension with a Call In on Asterisk 1.6

2011-03-23 Thread Olivier CALVANO
Hi Dhaval, Thanks for your answer, but i not my question ;=) My asterisk have a entry into the sip.conf with a context. in extensions.conf, i have this extensions: exten = _003318364,1,Dial(SIP/203,180,rt) exten = _003381169,1,Dial(SIP/204,180,rt) (in my debug, i have

Re: [asterisk-users] Problems Extension with a Call In on Asterisk 1.6

2011-03-23 Thread Olivier CALVANO
Hi Anyone know a solution at my problems ? Thanks Olivier 2011/3/23 Olivier CALVANO o.calv...@gmail.com: Hi I request your help because i don't have actually a solution at my problems. I have a Asterisk Server in 1.6 Connected at a SIP Provider This provider supply me 2 numbers: