[EMAIL PROTECTED] wrote:
> Hello fellow asterisk people!
> 
> I have Asterisk listening on port 5061 and SER on port 5060.
> 
> Asterisk is configured as a gateway for ISDN/Analog/H323 and also SIP.
> 
> My problems are with SIP. I can make incoming calls from SIP to asterisk
> and to any of the other networks, but when I try to make an outgoing
> call from Asterisk to SER I see the following in Asterisk:
> 
> -- Executing Ringing("H323/ip$192.219.85.57:2712/8570", "") in new
> stack
>     -- Executing Dial("H323/ip$192.219.85.57:2712/8570",
> "sip/[EMAIL PROTECTED]|20|r") in new stack
>     -- Called [EMAIL PROTECTED]
>     -- Got SIP response 482 "Loop Detected" back from 192.219.85.57
>     -- Now forwarding H323/ip$192.219.85.57:2712/8570 to
> 'Local/[EMAIL PROTECTED]' (thanks to SIP/sip_proxy-out-f67d)
> Jul 22 20:20:25 NOTICE[29756]: chan_local.c:378 local_alloc: No such
> extension/context [EMAIL PROTECTED] creating local channel
> 
> Jul 22 20:20:25 NOTICE[29756]: app_dial.c:232 wait_for_answer: Unable to
> create local channel for call forward to 'Local/[EMAIL PROTECTED]'
> 
Read what Asterisk is trying to tell you! There's no extension 280 in
context sip-incoming for the local channel... Fix that.

If you after that still have SIP problems, please try to add SIP debug
output, otherwise it's usually very hard to help.


/Olle

----
Astricon 2005 - where the Asterisk community meets!
http://www.astricon.net/2005/
_______________________________________________
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