Follow these:
http://www.voip-info.org/wiki-Asterisk+zap+channels
looks like this would work:
 exten => 1200,1,playback(pls-wait-connect-call)
 exten => 1200,2,Dial(Zap/1c/5555551212,20,rTt) ;note the c after the
channel number
 exten => 1200,3,VoiceMail([EMAIL PROTECTED])
 exten => 1200,4,Goto,t|1


On Tue, 28 Dec 2004 14:20:02 -0600, Me <[EMAIL PROTECTED]> wrote:
> Sorry about the HTML emails, on my laptop and forgot to change the sending
> format from the default.
> 
> 
> ----- Original Message -----
> From: Me
> To: asterisk-users@lists.digium.com
> Sent: Tuesday, December 28, 2004 2:01 PM
> Subject: [Asterisk-Users] Sending call to analog then to Vmail after
> timeout?
> 
> I have one analog line hooked in my Asterisk box using an x100p (I think
> that's the model number).
> 
> When I do this in my extensions.conf:
> 
> exten => 1200,1,playback(pls-wait-connect-call)
> exten => 1200,2,Dial(Zap/1/5555551212,20,rTt)
> exten => 1200,3,VoiceMail([EMAIL PROTECTED])
> exten => 1200,4,Goto,t|1
> 
> The phone rings beyond the 20 second timeout and never really goes to the *
> voicemail. I can't seem to get it to timeout regardless of how many seconds
> I set it to.
> 
> I assume this has something to do with the fact that * considers the call
> answered as soon as the zap channel picks it up, right?
> 
> Anyhow, is there a way to make the above config work and go to the *
> voicemail after 20 seconds if the called party does not answer after 20
> seconds? Also, what happens if the called party's line is busy, have not run
> into this yet so I am curious.
> 
> Thanks!
> 
> --
> Start Your Own Internet Service!
> http://www.YourOwnISP.com
> 
> 
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users@lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users
> 
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users@lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users
>
_______________________________________________
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to