[asterisk-users] Call ends when using SendDTMF(*)
m j
mj_asp at yahoo.com
Mon May 9 16:03:15 CDT 2011
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,Verbose(1, Sent *);
same =>n,Wait(5);
same =>n,Hangup();
I've set the following in features.conf:
[featuremap]
...
disconnect => ***0
I've also set the following in agents.conf:
[agents]
endcall=no
enddtmf=***
Am I missing something? I'm totally lost.
More information about the asterisk-users
mailing list