SAVE DTMF TONE WITH VICIDIAL

Any and all non-support discussions

Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N

SAVE DTMF TONE WITH VICIDIAL

Postby antonynv » Tue Mar 26, 2013 5:26 pm

Hi,
I would like to create a system in which to call my inbound phone number is playing a recording indicating that type your phone number to call later to the number entered. I need to keep the number typed.
Someone did this in vicidial.
Thanks
antonynv
 
Posts: 4
Joined: Thu Mar 07, 2013 10:54 am

Re: SAVE DTMF TONE WITH VICIDIAL

Postby striker » Wed Mar 27, 2013 3:27 am

with the help of Asterisk dialplan with READ application you can achieve the same with Vicidial
ref: http://the-asterisk-book.com/1.6/applik ... -read.html
www.striker24x7.com www.youtube.com/c/striker24x7 Telegram/skype id : striker24x7
striker
 
Posts: 962
Joined: Sun Jun 06, 2010 10:25 am

Re: SAVE DTMF TONE WITH VICIDIAL

Postby williamconley » Wed Mar 27, 2013 7:25 pm

I have a vague memory of that being part of the Queuemetrics package?
Vicidial Installation and Repair, plus Hosting and Colocation
Newest Product: Vicidial Agent Only Beep - Beta
http://www.PoundTeam.com # 352-269-0000 # +44(203) 769-2294
williamconley
 
Posts: 20258
Joined: Wed Oct 31, 2007 4:17 pm
Location: Davenport, FL (By Disney!)

Re: SAVE DTMF TONE WITH VICIDIAL

Postby antonynv » Thu Apr 11, 2013 3:01 pm

I share with you the completed configuration
/etc/asterisk/extensions.conf

exten => 8888,1,Ringing
exten => 8888,2,Wait(2)
exten => 8888,3,Answer
exten => 8888,4,Playback(mcs1)
exten => 8888,5,Read(NUMBER,,10,3)
exten => 8888,6,SayDigits(${NUMBER})
exten => 8888,7,Playback(mcs34)
exten => 8888,8,Read(test,,1,3)
exten => 8888,9,GotoIf($[ ${test} = 1 ]?ok:no)
exten => 8888,10(ok),Playback(mcs4)
exten => 8888,11,Set(COD=${NUMBER})
exten => 8888,12,system(wget "Address will be sent out that information=${COD}")
exten => 8888,13,Hangup
exten => 8888,20(no),Playback(mcs1)
exten => 8888,n,Goto(5)
antonynv
 
Posts: 4
Joined: Thu Mar 07, 2013 10:54 am


Return to General Discussion

Who is online

Users browsing this forum: No registered users and 76 guests