Re: [Asterisk-Users] Detect hangup on unanswered POTS call

2003-06-04 Thread Tilghman Lesher
On Tuesday 03 June 2003 12:17, Nathan Lutchansky wrote: > I've been using * at home for a while now and I'm quite happy with > how it works. Having voicemail emailed to me and notify my cell > phone via SMS is a great way to impress my friends. :-) The inbound > context for my X101P looks someth

Re: [Asterisk-Users] Detect hangup on unanswered POTS call

2003-06-04 Thread Andy Powell
You could always put a wait in before the answer, ie exten => s,1,Dial(SIP/analog1&SIP/analog2,20) exten => s,2,Wait(20) exten => s,3,Answer exten => s,4,Voicemail(u1234) exten => s,5,Hangup HTH Andy ___ Asterisk-Users mailing list [EMAIL PROTECTED]

[Asterisk-Users] Detect hangup on unanswered POTS call

2003-06-04 Thread Nathan Lutchansky
I've been using * at home for a while now and I'm quite happy with how it works. Having voicemail emailed to me and notify my cell phone via SMS is a great way to impress my friends. :-) The inbound context for my X101P looks something like this: exten => s,1,Dial(SIP/analog1&SIP/analog2,20) ex