Here are snippets from my OP that I tested and the DISA that Jeremy
suggested;
; authenticate and dial
exten => 393,1,noop(forward this call)
exten => 393,n,authenticate(7277,a)
exten => 393,n,Read(custno,enter-phone-number10,7,skip,5,1)
exten => 393,n,Dial(DAHDI/1/w${custno},30,mKkg)
exten => 393,n,Playback(vm-goodbye)
exten => 393,n,Hangup
; authenticate and use DISA
exten => 3472,1,Answer
exten => 3472,2,Set(TIMEOUT(digit)=3)
exten => 3472,3,Set(TIMEOUT(response)=5)
exten => 3472,4,Authenticate(6887433)
exten => 3472,5,DISA(no-password,default)
-------Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Jeremy Kister Sent: Friday, January 29, 2010 9:22 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Cell phone redialer? On 1/29/2010 10:13 AM, Myles Wakeham wrote: > Basically I wanted to see if I could get them to call our phone number > on Asterisk, enter some special extension and/or enter a passcode, and > then enter the phone number that they wanted to call in which our phone > system would route the call to the party but with our caller ID. you're looking for DISA. http://www.voip-info.org/wiki/view/Asterisk+cmd+DISA Example 2 should slip right into your extensions.conf. -- Jeremy Kister http://jeremy.kister.net./ -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
