Watch out the dialplan sequence you have 1 then n, n , anf finally a 2. try changing the last 2 for "n"
if you are only dialing the number 0678922645 You have to remove the leading _ (underscore) and the ending point "." , they are used only when dialing regular patterns. in your case wil be 0678922645XXXXXX where XXXX is as many numbers as you want. On Mon, May 30, 2011 at 11:54 PM, mahesh katta <[email protected]>wrote: > Remove the _ in front of your dialplan,like > exten => 0678922645,1,---------- > > On Mon, May 30, 2011 at 11:00 PM, salaheddine elharit < > [email protected]> 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 > > > -- > _____________________________________________________________________ > -- 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 > -- Camilo A. Echeverry J. 301 7553789 --------------------------------- Y todo lo que hagáis, hacedlo de corazón, como para el Señor y no para los hombres. Colonences 3:23
-- _____________________________________________________________________ -- 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
