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

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!

_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to