This is not necessarily Asterisk specific but if I have Polycom 301/501 and 601s and want to dial a missed call back, how do I prepend a 9 - can I do this via the polycom config? I can't find anything in the docs. Bill -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060518/8b0d278b/attachment.htm
I have not found a way to do this via the Polycom configs. However, what I do is just ensure that the callerid of an inbound call is set so that the recorded number on the Polycoms is a valid callback number (i.e., prepend '9' or '91' depending on the inbound CallerID). Regards, - Brad ________________________________ From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Bill Gibbs Sent: Thursday, May 18, 2006 11:37 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [Asterisk-Users] Polycom - missed calls dial back This is not necessarily Asterisk specific but if I have Polycom 301/501 and 601s and want to dial a missed call back, how do I prepend a 9 - can I do this via the polycom config? I can't find anything in the docs. Bill The contents of this e-mail are intended for the named addressee only. It contains information that may be confidential. Unless you are the named addressee or an authorized designee, you may not copy or use it, or disclose it to anyone else. If you received it in error please notify us immediately and then destroy it. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060518/fc4ff8a3/attachment.htm
Prepend outgoing calls by using Dial(9{exten}) instead of dialing 9 to get out on your system... Or, add a 9 to caller id. ________________________________ From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Bill Gibbs Sent: May 18, 2006 11:37 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [Asterisk-Users] Polycom - missed calls dial back This is not necessarily Asterisk specific but if I have Polycom 301/501 and 601s and want to dial a missed call back, how do I prepend a 9 - can I do this via the polycom config? I can't find anything in the docs. Bill -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060518/8c60463c/attachment.htm
On Thursday 18 May 2006 15:01, Chad Osmond wrote:> Prepend outgoing calls by using Dial(9{exten}) instead of dialing 9 to > get out on your system... > Or, add a 9 to caller id.Yuck. While technically correct, both of those solutions suck major goat nad. -A.