[Asterisk-Users] truncated extensions

Kevin Johnson kjj at johnsonpigs.com
Tue Aug 10 17:34:06 MST 2004


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. I've got a similar extension (_8.) that I use for
> routing calls to FWD, and of course it works fine.. Which SIP UA are you
> using? Maybe you could turn on sip debug to see whether the UA is really
> sending all your digits to asterisk.


Woohoo! Found the problem.

I'm including a few dribbles of what I did, for the benefit of others...

First off, I'm using a sipura-2000 for the UA.

sip debug showed:

    To: <sip:843762 at 192.168.0.103>

Which is truncated.

This prompted me to review the config on my sipura-2000.

Looks like I was missing a segment for 7-digit numbers in the dialplan 
for the sipura-2000.

I added xxxxxxx to the sipura dialplan - this fixed the problem.

Thanks!




More information about the asterisk-users mailing list