Is it possible to use the outbound routing features of AAH0.9 but also allow a user to dial a prefix to force the use of a certain route? Thanks, Wiely -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050510/0c261294/attachment.htm
Sure! exten=>_82XXX,1,Dial(SIP/${EXTEN:1},15,tr) exten=>_82XXX,2,Voicemail(u${EXTEN:1}) exten=>_82XXX,3,Hangup exten=>_82XXX,102,Voicemail(b${EXTEN:1}) This let's someone dial an 8 first to dial a 4 digit SIP extension. Normally everything goes out through the T1 line to our Definity phone system. I just hack the 1st digit off before dialing the extension. -Matt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050510/6594c585/attachment.htm
Certainly, can define that in your dialplan. For example, I have all calls routed to a VOIP provider (currently VoipJet), but my PSTN line trunk has a dialplan that forces all calls to 911/411/611 to my PSTN line. -Kerry _____ From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Wiley Siler Sent: Tuesday, May 10, 2005 12:09 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [Asterisk-Users] AAH 0.9 Is it possible to use the outbound routing features of AAH0.9 but also allow a user to dial a prefix to force the use of a certain route? Thanks, Wiely -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050510/d09fdf36/attachment.htm