search for: automated_attendant

Displaying 1 result from an estimated 1 matches for "automated_attendant".

2015 Jun 25
2
Receiving faxes with spandsp question
...t, add ?fax? extension and if someone calls to send fax - it will autodetect. Right? Per book, I made following setup additions: 1. In sip.conf [general] I added: ;FAX stuff faxdetect=yes t38pt_udptl=yes 2. In extensions.conf I hade something like this: [from-callcentric] exten => s,1,Goto(automated_attendant,s,1) ; FAX handling stuff AS IN BOOK exten => fax,1,Verbose(3,Incoming Fax) same => n,Set(FAXDEST=/tmp) ; folder where faxes will be stored same => n,Set(tempfax=${STRFTIME(,,%C%y%m%d%H%M)}) same => n,ReceiveFax(${FAXDEST}/${tempfax}.tif) same =>...