This is not an Asterisk specific question but doesn't anyone know if you can automatically prepend a 9 on the call lists so clients can return dial without having to repunch in the number? If you go to directories now it just shows the number without a 9 (obviously). Maybe on the Asterisk side?? Bill -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060311/cabb2d03/attachment.htm
Use the callerid rewite rule to prepend a 9 on the asterisk side -----Original Message----- From: "Bill Gibbs" <bgibbs@edurotech.com> To: "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users@lists.digium.com> Sent: 3/11/06 6:52 PM Subject: [Asterisk-Users] Polycom - directory dial This is not an Asterisk specific question but doesn't anyone know if you can automatically prepend a 9 on the call lists so clients can return dial without having to repunch in the number? If you go to directories now it just shows the number without a 9 (obviously). Maybe on the Asterisk side?? Bill
In your dialplan , inside context which Polycom is using check if the dialed number begins with 9 (or check length of dialing string) and prepend it with 9 if necessary. Thanks, Wojtek _____ From: Bill Gibbs [mailto:bgibbs@edurotech.com] Sent: Saturday, March 11, 2006 6:46 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [Asterisk-Users] Polycom - directory dial This is not an Asterisk specific question but doesn't anyone know if you can automatically prepend a 9 on the call lists so clients can return dial without having to repunch in the number? If you go to directories now it just shows the number without a 9 (obviously). Maybe on the Asterisk side?? Bill -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060312/966dee84/attachment.htm
Do you mean, say number 444-555-6666 calls in. You want to hit dial for that number, from say the missed calls list, and have it on add a 9 in front? If so just do this in extensions.conf exten => _9NXXNXXXXXX,1,Dial(Zap/g1/${EXTEN} ;Takes calls with a 9 exten => _NXXNXXXXXX,1,Dial(Zap/g1/9${EXTEN}) ;Takes calls without a 9 Kevin Bill Gibbs wrote:> This is not an Asterisk specific question but doesn?t anyone know if > you can automatically prepend a 9 on the call lists so clients can > return dial without having to repunch in the number? If you go to > directories now it just shows the number without a 9 (obviously). > > Maybe on the Asterisk side?? > > Bill > >------------------------------------------------------------------------ > >_______________________________________________ >--Bandwidth and Colocation provided by Easynews.com -- > >Asterisk-Users mailing list >To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > >
I have two asterisk systems that share voicemail on an NFS. I recently upgraded to Asterisk 1.2.9.1. After the upgrade, the voicemail gets cut out after about 5 seconds of recording. Any ideas on what might be causing this? __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com