[asterisk-users] Dial 9 to get out?

2006-12-20 Thread Phil Finkler
Hi all,

 

Can someone point me in the right direction here.  What I'd like to do
with Asterisk is a) dial a 3 digit extention (i.e. 100) on my polycom
phones and after the 3rd digit is entered, it dials that extension and
b) dial 9 to get out like older PBX systems.  Since my internal
extensions start with a 1 I think what happens is I enter extension 100
for example, and the phone sits there.  If I enter 1, areacode, number
the moment I enter the last digit of the number it dials the number.
ALSO I'd like to be able to dial local numbers without using 1+areacode.
Note that I'm using voicepulse so it makes sense that it isn't
intelligent enough to know when a number is a local one or not.

 

Thanks!

Phil 

 

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


Re: [asterisk-users] Dial 9 to get out?

2006-12-20 Thread Bruce Reeves

Look at the digit map in your Polycom configuration files. I had the same
problem and had to chage the digit map to support an extra digit when
dialing 9.

On 12/20/06, Phil Finkler [EMAIL PROTECTED] wrote:


 Hi all,



Can someone point me in the right direction here.  What I'd like to do
with Asterisk is a) dial a 3 digit extention (i.e. 100) on my polycom
phones and after the 3rd digit is entered, it dials that extension and b)
dial 9 to get out like older PBX systems.  Since my internal extensions
start with a 1 I think what happens is I enter extension 100 for example,
and the phone sits there.  If I enter 1, areacode, number the moment I enter
the last digit of the number it dials the number.  ALSO I'd like to be able
to dial local numbers without using 1+areacode.  Note that I'm using
voicepulse so it makes sense that it isn't intelligent enough to know when a
number is a local one or not.



Thanks!

Phil



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






--
Bruce
Nortex Networks
___
--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


Re: [asterisk-users] Dial 9 to get out?

2006-12-20 Thread Forrest Beck

Is this what you are looking for

exten = _9.,1,Set(CALLERID(num)=3045551212)
exten = _9.,n,Dial(ZAP/g2/${EXTEN:1})


On 12/20/06, Bruce Reeves [EMAIL PROTECTED] wrote:

Look at the digit map in your Polycom configuration files. I had the same
problem and had to chage the digit map to support an extra digit when
dialing 9.


On 12/20/06, Phil Finkler [EMAIL PROTECTED] wrote:





 Hi all,



 Can someone point me in the right direction here.  What I'd like to do
with Asterisk is a) dial a 3 digit extention (i.e. 100) on my polycom phones
and after the 3rd digit is entered, it dials that extension and b) dial 9 to
get out like older PBX systems.  Since my internal extensions start with a 1
I think what happens is I enter extension 100 for example, and the phone
sits there.  If I enter 1, areacode, number the moment I enter the last
digit of the number it dials the number.  ALSO I'd like to be able to dial
local numbers without using 1+areacode.  Note that I'm using voicepulse so
it makes sense that it isn't intelligent enough to know when a number is a
local one or not.



 Thanks!


 Phil


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






--
Bruce
Nortex Networks
___
--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