Displaying 1 result from an estimated 1 matches for "enddtmf".
Did you mean:
senddtmf
2011 May 09
0
Call ends when using SendDTMF(*)
I'm not sure why but my call is being ended when I SendDTMF(*).
I'm using agi to originate a call and set the context,extension,priority to test,1,1 respectively. I've got the following in my extensions.conf:
[test]
exten => 1,1,Answer();
same =>n,Wait(5);
same =>n,Verbose(1, Sending *);
same =>n,SendDTMF(*,500);
same =>n,...