Re: [Freeswitch-users] Problems inviting to dests behind ipv6 gateway (event [nua_r_invite] status [904][Operation has no matching challenge ])

2008-10-17 Thread Michael Jerris
I think I see what is going on here, will try to get it set up to test. Mike On Oct 17, 2008, at 7:49 AM, Leon de Rooij wrote: > Hi, > > Sorry it took a while, but I wanted to see for myself whether I could > find out what the problem is, though I still don't see it.. > > Part of sofia.conf on t

Re: [Freeswitch-users] Problems inviting to dests behind ipv6 gateway (event [nua_r_invite] status [904][Operation has no matching challenge ])

2008-10-17 Thread Leon de Rooij
Hi, Sorry it took a while, but I wanted to see for myself whether I could find out what the problem is, though I still don't see it.. Part of sofia.conf on the originating switch: http://pastebin.freeswitch.org/5881 Trace of the call that goes wrong: http://pastebin.freeswitch.org/5882 Thanks

Re: [Freeswitch-users] Problems inviting to dests behind ipv6 gateway (event [nua_r_invite] status [904][Operation has no matching challenge ])

2008-10-15 Thread Leon de Rooij
Hi Brian, I'll try starting the switch with the arguments today. I've always been using ngrep for tracing (sip) traffic, but somehow, it won't show ipv6 traffic :-/ Now, while typing this mail, I discover scripts/trace/sipgrep that comes with fs :-) But it seems to also use ngrep, so it doe

Re: [Freeswitch-users] Problems inviting to dests behind ipv6 gateway (event [nua_r_invite] status [904][Operation has no matching challenge ])

2008-10-14 Thread Brian West
Can you start FreeSWITCH with TPORT_LOG=1 ./freeswitch and see if you can get a sip trace or even use sipgrep to get the trace of what is going on? /b On Oct 14, 2008, at 1:16 AM, Leon de Rooij wrote: > Of course, I know fs is a b2bua. But FS sends 407 Proxy-Authentication > required for aut

Re: [Freeswitch-users] Problems inviting to dests behind ipv6 gateway (event [nua_r_invite] status [904][Operation has no matching challenge ])

2008-10-14 Thread Leon de Rooij
Of course, I know fs is a b2bua. But FS sends 407 Proxy-Authentication required for authenticating an INVITE. Only for REGISTERs it sends WWW- Authenticate req messages. That's what I meant. So do you mean the "status [904][Operation has no matching challenge ]" message on the originating switc

Re: [Freeswitch-users] Problems inviting to dests behind ipv6 gateway (event [nua_r_invite] status [904][Operation has no matching challenge ])

2008-10-13 Thread Brian West
That could be the fact we aren't a proxy but a b2bua. You will need to either auth each leg end to end along the call path or not auth calls. /b On Oct 13, 2008, at 1:41 PM, Leon de Rooij wrote: > proxy-auth doesn't work.. ___ Freeswitch-users mail

[Freeswitch-users] Problems inviting to dests behind ipv6 gateway (event [nua_r_invite] status [904][Operation has no matching challenge ])

2008-10-13 Thread Leon de Rooij
Hi all, I'm trying to configure FS to have a SIP gateway that points to an ipv6 address, but somehow proxy-auth doesn't work.. Situation: IPv4 UA ---INVITE---> IPv4 SIP Profile @ FS1 / IPv6 SIP Profile @ FS1 ---INVITE---> IPv6 SIP Profile @ FS2 I defined a sip-profile on FS1 containing this