[Asterisk-Users] Re: Re: SIP - Loop detected (Matt Riddell) (Matt Riddell)

Trond G. Andersen trond.andersen at tandberg.net
Fri Nov 18 02:14:40 MST 2005


>Trond Andersen wrote:
>> Thank you, but I have tried that... Then the To is:
>
>Can you do a NoOp(${ARG1}) and then show us the result?
>
>-- 
>Cheers,
>
>Matt Riddell


Thank you for taking the time to help me out Matt !


-- Executing NoOp("SIP/trond-c7f0", "ARG1=20170") in new stack
-- Executing Dial("SIP/trond-c7f0", "SIP/20170|30|Cf") in new stack
-- Called 20170

With this dialplan I do not get the loop, of course.... but my endpoint
needs the entire SIP-URI, so I must change the dialplan to be:

Dial (SIP/${ARG1}@${SIPDOMAIN},30,Cf)

Then I get:
-- Executing NoOp("SIP/trond-c7f0", "ARG1=20170") in new stack
-- Executing Dial("SIP/trond-c7f0", "SIP/20170 at 10.47.8.89|30|Cf") in new
stack
-- Called 20170 at 10.47.8.89
-- Got SIP response 482 "Loop detected" back from 10.47.8.89


10.47.8.89 is my asterisk IP and the domain name I want to use for my
extensions.


(I actually use ARG2 because ARG1 holds the extensions email addr. I
cannot imagine that matters??)


Thanks again,
Trond




More information about the asterisk-users mailing list