[asterisk-users] DTMF Testing software to test IVR system
Paul Belanger
pabelanger at digium.com
Wed Dec 28 10:59:36 CST 2011
On 11-12-28 03:25 AM, virendra bhati wrote:
> Hi list,
>
> Is there any way in asterisk by which I make a call from server and then
> dialplan(IVR system) gets DTMF from it. I mean to say that automatically
> DTMF is sended by channels as per user defined,
>
> I read there is an application sendDTMF but I don't know how we can used it?
>
> like A script make the call by using localdail, .call file or any method.
> And after landing the call we send dtmf to IVR system automatically as per
> my script..
>
>
> *extensions.conf:-*
>
> exten => 1234,1,Answer()
> same => n,Read(value,pleasePress1forSupportPress2forHelp,1,,10)
> same => n,NoOp(${value})
> same => n,ExecIf($[${value}=1]?Goto(suppot,1))
> same => n,ExecIf($[${value}=2]?Goto(help,1))
> same => n,Hangup()
>
> exten=> support,1,Answer()
> same => n,NoOp(you are at support section)
> same => n,Hangup()
>
> exten=> help,1,Answer()
> same => n,NoOp(you are at help section)
> same => n,Hangup()
>
We have DTMF based tests for the testsuite[1] that you could use.
[1] http://svn.asterisk.org/svn/testsuite/asterisk/trunk/
--
Paul Belanger
Digium, Inc. | Software Developer
twitter: pabelanger | IRC: pabelanger (Freenode)
Check us out at: http://digium.com & http://asterisk.org
More information about the asterisk-users
mailing list