Brian Capouch
2003-Mar-03 00:50 UTC
[Asterisk-Users] Can't dial "Free World Dialup"--Loop Detected
I played around tonight for a while trying to place a call to the answering machine at FWD. It didn't work. I sniffed the connection, and it looks like asterisk sends out an invite. The gateway at FWD then sends an Invite back, and then asterisk responds with a "482 Loop Detected" error message. I have attached the output of a sip debug for this session. Contents of the appropriate context: [fwdial] type=friend username=12345 secret=***** defaultip=192.246.69.247 port=5082 Thanks if anyone has any clue as to what I've done wrong here. . B. -------------- next part -------------- A non-text attachment was scrubbed... Name: err3 Type: application/octet-stream Size: 7846 bytes Desc: not available URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20030303/ed20fcfb/attachment.obj>
William X Walsh
2003-Mar-03 04:14 UTC
[Asterisk-Users] Can't dial "Free World Dialup"--Loop Detected
If you get it to work PLEASE let the rest of us know. Good luck, outbound calling to FWD via asterisk has been an issue for me since I started using asterisk. On Sun, 2003-03-02 at 22:50, Brian Capouch wrote:> I played around tonight for a while trying to place a call to the > answering machine at FWD. > > It didn't work. I sniffed the connection, and it looks like asterisk > sends out an invite. The gateway at FWD then sends an Invite back, and > then asterisk responds with a "482 Loop Detected" error message. > > I have attached the output of a sip debug for this session. > > Contents of the appropriate context: > > [fwdial] > type=friend > username=12345 > secret=***** > defaultip=192.246.69.247 > port=5082 > > Thanks if anyone has any clue as to what I've done wrong here. . > > B.-- William Walsh <william at wxw.org> Jabber: william at wxw.biz
Mark Spencer
2003-Mar-03 09:16 UTC
[Asterisk-Users] Can't dial "Free World Dialup"--Loop Detected
> It didn't work. I sniffed the connection, and it looks like asterisk > sends out an invite. The gateway at FWD then sends an Invite back, and > then asterisk responds with a "482 Loop Detected" error message.According to your log, FWD is sending the call back to us with the same Call-ID. SIP does not support the idea of having a call up with both ends on the same machine (and the same Call-ID) because there is no way to differentiate one end from the other. I.E. you can't call yourself with SIP. Mark