Hello list i have configured astersik 1.4 with sip i have a question when i put in dial plan.conf exten => _0678922645.,1,Set(CALLERID(number)=520460587) exten => _0678922645 .,n,MixMonitor(zap_g1_${EXTEN}_${UNIQUEID}.wav|av(0}V(0)) exten => _0678922645 .,n,Dial(Zap/g1/${EXTEN},30,A(this-call-may-be-monitored-or-recorded)) exten => _067892264*5*,2,Hangup() i can not call my number but when i delet the last number '5' i can call without any issue i want to put all the number please any hel to solve this issue thanks and regards -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110530/37aec8c5/attachment.htm>
Did you try different number in place of 5? I meant 1 2 etc.. Also check cli logs on console Are you dialing from softphone or hardphone because some phone has dialing regex for security. -- Sent from my iPhone On May 30, 2011, at 1:30 PM, salaheddine elharit <salah.elharit200 at gmail.com > wrote:> Hello list > > i have configured astersik 1.4 with sip i have a question > > when i put in dial plan.conf > exten => _0678922645.,1,Set(CALLERID(number)=520460587) > > exten => _0678922645.,n,MixMonitor(zap_g1_${EXTEN}_${UNIQUEID}.wav|av > (0}V(0)) > > exten => _0678922645.,n,Dial(Zap/g1/${EXTEN},30,A(this-call-may-be- > monitored-or-recorded)) > > exten => _0678922645,2,Hangup() > > i can not call my number but when i delet the last number '5' i can > call without any issue > > i want to put all the number please any hel to solve this issue > > thanks and regards > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110530/16288535/attachment.htm>
On Mon, 30 May 2011, salaheddine elharit wrote:> exten => _0678922645.,1,Set(CALLERID(number)=520460587) > exten => _0678922645,2,Hangup()A better subject will get better responses. Just a quick glance shows that you either mistyped your dial plan or you need to read up on dial plan pattern matches. In general, what you type in the dial plan is not as helpful as what Asterisk displays with 'core show dialplan.' Please start a new post with a better subject and include 'cut and paste' from the console output to illustrate your problem. -- Thanks in advance, ------------------------------------------------------------------------- Steve Edwards sedwards at sedwards.com Voice: +1-760-468-3867 PST Newline Fax: +1-760-731-3000
Remove the _ in front of your dialplan,like exten => 0678922645,1,---------- On Mon, May 30, 2011 at 11:00 PM, salaheddine elharit < salah.elharit200 at gmail.com> wrote:> Hello list > > i have configured astersik 1.4 with sip i have a question > > when i put in dial plan.conf > > exten => _0678922645.,1,Set(CALLERID(number)=520460587) > > exten => _0678922645 > .,n,MixMonitor(zap_g1_${EXTEN}_${UNIQUEID}.wav|av(0}V(0)) > > exten => _0678922645 > .,n,Dial(Zap/g1/${EXTEN},30,A(this-call-may-be-monitored-or-recorded)) > > exten => _067892264*5*,2,Hangup() > > i can not call my number but when i delet the last number '5' i can call > without any issue > > i want to put all the number please any hel to solve this issue > > thanks and regards > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- Best Regards, Mahesh Katta *BUZZ**WORKS* Business Services Private Limited BANGALORE | CHENNAI | HYDERABAD | MUMBAI| DELHI 201, Crystal Tower, 75 Gundavali Cross Lane, Andheri Kurla Road, Andheri (E) Mumbai 400069 GSM +91.97029.70779 | Phone +91.22.4229.2634 | Fax +91.22.4229.2634 Web http://www.buzzworks.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110531/846acdd2/attachment.htm>