Well, if you need to add a 9, because it's an "outside line", then just create a pattern for it.  Anything that is 7 or 10 digits "MUST" be an outside line (assuming your internal extensions are < 7 or 10).
 
exten => _XXXXXXX,1,Dial(9${EXTEN})
exten => _XXXXXXXXXX,1,Dial(9${EXTEN})
 
I'm not sure why this is such a bad idea.  It's two lines, in a centralized dialplan.  Rather than searching endless XML labels across all your Polycoms.
----- Original Message -----
Sent: Thursday, May 18, 2006 3:01 PM
Subject: RE: [Asterisk-Users] Polycom - missed calls dial back

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: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 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


_______________________________________________
--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
_______________________________________________
--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

Reply via email to