Displaying 2 results from an estimated 2 matches for "voicenail".
Did you mean:
voicemail
2005 Aug 12
3
OT: Sendmail question
Hi, all
I want voicemails to be delivered to recepients by e-mail. I have set up
voicenail, and I can see asterisk is using sendmail to send messages out.
Using Ethereal, I can see that messages are leaving my network, but
receipeint mail server never replies back. As a result, mail delivery is
timed out.
I got a book on sendmail and it looks quite complex. It will take quite a
bit o...
2006 Oct 31
1
Asterisk does not bridge zap channels on outgoing calls
...[macro-faxreceive]
exten =>
s,1,SetVar(FAXFILE=/var/spool/asterisk/fax/${CALLEDFAX}/${UNIQUEID})
exten => s,2,rxfax(${FAXFILE}.tif)
[macro-stdexten]
;exten => s,1,Dial(${ARG2},120,t)
;exten => s,2,Goto(s-${DIALSTATUS},1)
;exten => s,105,Goto(nothere,s,1)
exten => s-NOANSWER,1,Voicenail(u${ARG1})
exten => s-NOANSWER,2,Goto(nothere,s,1)
exten => s-BUSY,2,Goto(nothere,s,1)
exten => _s-.,1,Goto(s-NOANSWER,1)
[macro-out-mediasat]
exten => s,1,Set(MEDIASAT=81.180.226.177)
exten => s,2,Set(CALLERID(number)=0318243800)
exten => s,3,ChanIsAvail(SIP/${ARG1}@${MEDIASAT})...