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

2005-11-18 Thread Matt Riddell
Trond G. Andersen wrote:
>>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/[EMAIL PROTECTED],30,Cf)
> 
> Then I get:
> -- Executing NoOp("SIP/trond-c7f0", "ARG1=20170") in new stack
> -- Executing Dial("SIP/trond-c7f0", "SIP/[EMAIL PROTECTED]|30|Cf") in new
> stack
> -- Called [EMAIL PROTECTED]
> -- 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.

The thing is, if the rest of the URI is your Asterisk box, then you don't need
the URI.

-- 
Cheers,

Matt Riddell
___

http://www.sineapps.com/news.php (Daily Asterisk News - html)
http://freevoip.gedameurope.com (Free Asterisk Voip Community)
http://www.sineapps.com/rssfeed.php (Daily Asterisk News - rss)

___
--Bandwidth and Colocation sponsored by Easynews.com --

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


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

2005-11-18 Thread Trond G. Andersen
>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/[EMAIL PROTECTED],30,Cf)

Then I get:
-- Executing NoOp("SIP/trond-c7f0", "ARG1=20170") in new stack
-- Executing Dial("SIP/trond-c7f0", "SIP/[EMAIL PROTECTED]|30|Cf") in new
stack
-- Called [EMAIL PROTECTED]
-- 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

___
--Bandwidth and Colocation sponsored by Easynews.com --

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