Displaying 2 results from an estimated 2 matches for "voiceout".
Did you mean:
voicebus
2019 Jan 11
2
Detecting a fax
...fax" extension. This was
not something I could get to work.
I have now created a very simple example. In sip.conf I have "faxdetect
= yes". My example extension is:
[test]
;
; Voice test extension
;
exten => voicetest,1,NoOp()
same => n,LOG(Notice,${CHANNEL}: Extension voiceout starting)
same => n,LOG(Notice,${CHANNEL}: Starting Answer Machine Detection)
same => n,AMD()
same => n,LOG(Notice,${CHANNEL}: Answer Machine Detection
${AMDSTATUS}/${AMDCAUSE})
same => n,Playback(/var/lib/asterisk/sounds/en/demo-congrats)
same => n,LOG(Noti...
2019 Jan 11
4
Detecting a fax
...ve now created a very simple example. In sip.conf I have
>> "faxdetect = yes". My example extension is:
>>
>> [test]
>> ;
>> ; Voice test extension
>> ;
>> exten => voicetest,1,NoOp()
>> same => n,LOG(Notice,${CHANNEL}: Extension voiceout starting)
>> same => n,LOG(Notice,${CHANNEL}: Starting Answer Machine Detection)
>> same => n,AMD()
>> same => n,LOG(Notice,${CHANNEL}: Answer Machine Detection
>> ${AMDSTATUS}/${AMDCAUSE})
>> same => n,Playback(/var/lib/asterisk/sounds...