Displaying 1 result from an estimated 1 matches for "creteunica".
2016 Jun 30
2
problem with DTMF detection on calls created with Originate AMI command
Dear all
i'm creating an outgoing call to number xxx with this command:
http://host:port/mxml?action=Originate&Channel=Local/xxx at to-external
&Exten=testDTMF&Context=cRETEUNICA&Priority=1
wich points correctly to this portion of dialplan:
[cRETEUNICA]
exten => testDTMF,1,Answer
exten => testDTMF,n,Read(digito,,1)
exten => testDTMF,n,SayDigits(${digito})
The point is that the recognition goes in timeout and i get an error on
ast_waitfordigit_full
--...