[asterisk-users] Aastra phone # key in dialplan

2011-06-22 Thread marvin horst
I want to use extension numbers that begin with the # key in my dialplan,
but I can't get my Aastra phone (6731i) to transmit the # key to asterisk.
It works fine for the * key.

I've tried numerous Local Dial Plan patterns in the aastra web configuration
but none of them worked. My current Local dial Plan pattern is
x+#|xx+*|#x+. Any help would be appreciated.

-- 
Marvin Horst
--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Aastra phone # key in dialplan

2011-06-22 Thread Steve Davies
On 22 June 2011 17:09, marvin horst fivehor...@gmail.com wrote:
 I want to use extension numbers that begin with the # key in my dialplan,
 but I can't get my Aastra phone (6731i) to transmit the # key to asterisk.
 It works fine for the * key.

 I've tried numerous Local Dial Plan patterns in the aastra web configuration
 but none of them worked. My current Local dial Plan pattern is
 x+#|xx+*|#x+. Any help would be appreciated.


The following works here:

sip dial plan terminator: 1
sip digit timeout: 99
sip dial plan: X+^

I believe that '#' acts as a send button by default.

Regards,
Steve

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Aastra phone # key in dialplan

2011-06-22 Thread Michelle Dupuis
We ran into this a few years ago.  Polycoms and Grandstreams worked fine with 
#xxx extensions, but Aastra's would not.  Could not dial extensions beginning 
with #

We chased Aastra tech support for 2 weeks.  They acknowledge the bug, and we 
were told they would fix this in their next firmware release.  I'm guessing 
that they haven't (if this is the same bug).

We lost $ on that job because of the the time we wasted on Aastra (and we only 
integrate their product now when the client insists).




From: asterisk-users-boun...@lists.digium.com 
[asterisk-users-boun...@lists.digium.com] On Behalf Of Steve Davies 
[davies...@gmail.com]
Sent: Wednesday, June 22, 2011 12:32 PM
To: Asterisk Users List
Subject: Re: [asterisk-users] Aastra phone # key in dialplan

On 22 June 2011 17:09, marvin horst fivehor...@gmail.com wrote:
 I want to use extension numbers that begin with the # key in my dialplan,
 but I can't get my Aastra phone (6731i) to transmit the # key to asterisk.
 It works fine for the * key.

 I've tried numerous Local Dial Plan patterns in the aastra web configuration
 but none of them worked. My current Local dial Plan pattern is
 x+#|xx+*|#x+. Any help would be appreciated.


The following works here:

sip dial plan terminator: 1
sip digit timeout: 99
sip dial plan: X+^

I believe that '#' acts as a send button by default.

Regards,
Steve

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Aastra phone # key in dialplan

2011-06-22 Thread Michelle Dupuis
If you check the archives you might find the original messages on this topic 
from a few years ago...


From: asterisk-users-boun...@lists.digium.com 
[asterisk-users-boun...@lists.digium.com] On Behalf Of Steve Davies 
[davies...@gmail.com]
Sent: Wednesday, June 22, 2011 12:32 PM
To: Asterisk Users List
Subject: Re: [asterisk-users] Aastra phone # key in dialplan

On 22 June 2011 17:09, marvin horst fivehor...@gmail.com wrote:
 I want to use extension numbers that begin with the # key in my dialplan,
 but I can't get my Aastra phone (6731i) to transmit the # key to asterisk.
 It works fine for the * key.

 I've tried numerous Local Dial Plan patterns in the aastra web configuration
 but none of them worked. My current Local dial Plan pattern is
 x+#|xx+*|#x+. Any help would be appreciated.


The following works here:

sip dial plan terminator: 1
sip digit timeout: 99
sip dial plan: X+^

I believe that '#' acts as a send button by default.

Regards,
Steve

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Aastra phone # key in dialplan

2011-06-22 Thread marvin horst
Thanks, that worked. I was looking in the aastra documentation and the caret
(^) symbol is not mentioned as a dial plan character. Do you know what the
caret in the dial plan signifies?

The following works here:

 sip dial plan terminator: 1
 sip digit timeout: 99
 sip dial plan: X+^

 I believe that '#' acts as a send button by default.

 Regards,
 Steve

 --
 _
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users





-- 
Marvin Horst
--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users