Project

General

Profile

Automatic Send DTMF for Survey Campaign, Goautodial v3

Added by Amit Iyer over 5 years ago

Hello,

I am using Goautodial V3 and i want to setup a campaign that sends automatic DTMF *2 as soon as the call has been answered, I have tried changing the agi-dtmf.agi file but it did not help, i also changed the outbound carrier dialplan but it still did not work. Can anyone help me out ? below is the carrier configuration that i used which did not work.

exten => _4416658289.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _4416658289.,2,Dial(SIP/${EXTEN:10}@TFM,,tTo)
exten => _4416658289.,3,Wait(10)
exten => _4416658289.,4,AGI(agi-dtmf.agi,signalonly---*2) 
exten => _4416658289.,5,Set(TIMEOUT(absolute)=5)
exten => _4416658289.,6,Hangup

Go to top