Re: [Asterisk-Users] truncated extensions

2004-08-10 Thread Kevin Johnson
Greg Hill wrote: On Mon, 9 Aug 2004, Kevin Johnson wrote: When dialing 8437624, I get the following output: -- Executing NoOp(SIP/office1-b727, call for 843762 43762 6) in new stack on the following line: exten = _8.,3,NoOp(call for ${EXTEN} ${EXTEN:1} ${LEN(${EXTEN})}) this is really odd

Re: [Asterisk-Users] truncated extensions

2004-08-09 Thread Kevin Johnson
Greg Hill wrote: On Sun, 8 Aug 2004, Kevin Johnson wrote: I'm having a problem with extensions. Any extension longer than 6 characters gets truncated to 6 characters. For example, exten = _7XX,3,NoOp(call for${EXTEN}) results in call for 712345 when given 7123456 that's ${EXTEN

[Asterisk-Users] truncated extensions

2004-08-08 Thread Kevin Johnson
I'm having a problem with extensions. Any extension longer than 6 characters gets truncated to 6 characters. For example, exten = _7XX,3,NoOp(call for${EXTEN}) results in call for 712345 when given 7123456 Anyone else see this? ___