Hello all… I need some help please. I am developing a voice broadcasting system… Can you help me with some logic to put in
extenisons.conf to detect answering machines or voice mail.
[USER]
exten => _.,1,goto(USER2,99,1)
[USER]
exten => 99,1,background(/etc/asterisk/audiomessage)
exten => 1,1,dial(SIP/15554444@terravon)
exten => 2,1,hangup
exten => i,1,dial(SIP/@terravon)
this is my current dial plan…it works fine for a live answer…not so good for answering machine…is there any logic, that works, to help fix this… I would like to play 1 wav for a live pick up and another for a voice mail…
Thanks in advance