Re: [Freeswitch-users] can't dial from IPv6 to IPv6

2009-10-21 Thread ineya ineya
Sort of. I have different error now: 2009-10-21 08:34:08.446939 [NOTICE] mod_sofia.c:1521 Pre-Answer sofia/internal-ipv6/1...@franta.openstage.net! 2009-10-21 08:34:08.462967 [NOTICE] sofia.c:3925 Hangup sofia/internal-ipv6/sip:1...@[2000:2::1002]:5062 [CS_CONSUME_MEDIA]

Re: [Freeswitch-users] can't dial from IPv6 to IPv6

2009-10-21 Thread Jason White
ineya ineya ine...@gmail.com wrote: Sort of. I have different error now: 2009-10-21 08:34:08.446939 [NOTICE] mod_sofia.c:1521 Pre-Answer sofia/internal-ipv6/1...@franta.openstage.net! 2009-10-21 08:34:08.462967 [NOTICE] sofia.c:3925 Hangup sofia/internal-ipv6/sip:1...@[2000:2::1002]:5062

Re: [Freeswitch-users] can't dial from IPv6 to IPv6

2009-10-21 Thread ineya ineya
Codecs are fine. I spent much time experimenting with codecs and completely missed, that freeswitch is modifiyng the SDP record. When phone A is making a call the SDP contains candidate media attributes: a=candidate:123abc 1 UDP 9 2000:2::1001 5012 typ host a=candidate:123abc 1 UDP 8 10.80.62.92

Re: [Freeswitch-users] can't dial from IPv6 to IPv6

2009-10-21 Thread Brian West
What are you using to make this call? /b On Oct 21, 2009, at 6:58 AM, ineya ineya wrote: Codecs are fine. I spent much time experimenting with codecs and completely missed, that freeswitch is modifiyng the SDP record. When phone A is making a call the SDP contains candidate media

Re: [Freeswitch-users] can't dial from IPv6 to IPv6

2009-10-21 Thread ineya ineya
the phone is called OpenStage On Wed, Oct 21, 2009 at 4:25 PM, Brian West br...@freeswitch.org wrote: What are you using to make this call? /b ___ FreeSWITCH-users mailing list FreeSWITCH-users@lists.freeswitch.org

Re: [Freeswitch-users] can't dial from IPv6 to IPv6

2009-10-21 Thread Michael Jerris
This appears to be some sort of ice implementation? We don't support sip ice at this time. Mike On Oct 21, 2009, at 7:58 AM, ineya ineya wrote: Codecs are fine. I spent much time experimenting with codecs and completely missed, that freeswitch is modifiyng the SDP record. When phone A is

Re: [Freeswitch-users] can't dial from IPv6 to IPv6

2009-10-21 Thread ineya ineya
Yes, I think you are right, the sip stack comes from company called M5T as far as I know, and there are references to ICE on their site. On Wed, Oct 21, 2009 at 7:29 PM, Michael Jerris m...@jerris.com wrote: This appears to be some sort of ice implementation?  We don't support sip ice at this

Re: [Freeswitch-users] can't dial from IPv6 to IPv6

2009-10-20 Thread Dan White
On 20/10/09 07:53 +0200, ineya ineya wrote: IP should be OK: [r...@franta /opt/freeswitch]# ifconfig eth1 eth1  Link encap:Ethernet  HWaddr 00:4f:4e:62:ad:83   inet addr:10.80.62.40  Bcast:10.80.62.255  Mask:255.255.255.0   inet6 addr: 2000:2::1/32 Scope:Global This address

Re: [Freeswitch-users] can't dial from IPv6 to IPv6

2009-10-20 Thread ineya ineya
No, it's the same thing with /64 on both ends. I tried to built SVN version and modified just IP addresses in sip_profiles, but still can't call from one phone to another. It goes straght to voicemail. Is there a softphone, which you know works with freeswitch on IPv6? Maybe the error is in

Re: [Freeswitch-users] can't dial from IPv6 to IPv6

2009-10-20 Thread Brian West
Well how are you trying to dial users? /b On Oct 20, 2009, at 9:16 AM, ineya ineya wrote: No, it's the same thing with /64 on both ends. I tried to built SVN version and modified just IP addresses in sip_profiles, but still can't call from one phone to another. It goes straght to voicemail.

Re: [Freeswitch-users] can't dial from IPv6 to IPv6

2009-10-20 Thread ineya ineya
By numbers, I have 2 numbers registered, so I dial 1006 or 1007. This worked for IPv4, so I haven't thought about doing it differently for IPv6. SIP messages looked OK to me - you just gave me an idea to compare SIP messages for IPv4 and IPv6. I'll try that tommorow. On Tue, Oct 20, 2009 at 4:21

Re: [Freeswitch-users] can't dial from IPv6 to IPv6

2009-10-20 Thread Brian West
The defaults will NOT work with ipv6 out of the box because the sofia_contact on the directory only looks at the internal profile NOT the internal-ipv6 profile... open up the directory default and change the sofia_contact to prepend the internal-ipv6/u...@domain /b On Oct 20, 2009, at

Re: [Freeswitch-users] can't dial from IPv6 to IPv6

2009-10-20 Thread ineya ineya
Hmm, I didn't about this. so in directory/default.xml I have: param name=dial-string value={presence_id=${dialed_us...@${dialed_domain}}${sofia_contact(${dialed_us...@${dialed_domain})}/ and the modified version for IPv6 would be ?... param name=dial-string

Re: [Freeswitch-users] can't dial from IPv6 to IPv6

2009-10-20 Thread Jason White
ineya ineya ine...@gmail.com wrote: Hmm, I didn't about this. so in directory/default.xml I have: param name=dial-string value={presence_id=${dialed_us...@${dialed_domain}}${sofia_contact(${dialed_us...@${dialed_domain})}/ and the modified version for IPv6 would be ?... param

[Freeswitch-users] can't dial from IPv6 to IPv6

2009-10-19 Thread ineya ineya
Hi, I installed the phonenix release, and changed IPv4, IPv6 addresses and SIP port. Directory and dialplan should be default ones. My phones are able to register when using just IPv4, and I can call from one to another. When I try the same thing with IPv6, the call to other phone fails with [

Re: [Freeswitch-users] can't dial from IPv6 to IPv6

2009-10-19 Thread Brian West
I think you just have it misconfigured because if ipv6 was broken I would have William and Jason jumping on me. Can you post your xml configs for the profile please? /b On Oct 19, 2009, at 7:16 AM, ineya ineya wrote: Hi, I installed the phonenix release, and changed IPv4, IPv6 addresses

Re: [Freeswitch-users] can't dial from IPv6 to IPv6

2009-10-19 Thread ineya ineya
Here is internal.xml http://pastebin.freeswitch.org/10766 and internal-ipv6.xml http://pastebin.freeswitch.org/10767 On Mon, Oct 19, 2009 at 5:13 PM, Brian West br...@freeswitch.org wrote: I think you just have it misconfigured because if ipv6 was broken I would have William and Jason

Re: [Freeswitch-users] can't dial from IPv6 to IPv6

2009-10-19 Thread Brian West
And you're sure you have that IP on your interface? William or Jason care to let me know if latest SVN IPv6 works for you? /b On Oct 19, 2009, at 3:51 PM, ineya ineya wrote: Here is internal.xml http://pastebin.freeswitch.org/10766 and internal-ipv6.xml http://pastebin.freeswitch.org/10767

Re: [Freeswitch-users] can't dial from IPv6 to IPv6

2009-10-19 Thread Brian West
Bill has confirmed it works fine in latest trunk. So i'm not sure what exactly you're doing wrong can you provide me some debug output of what you're doing in your dialplan and the console debug? /b On Oct 19, 2009, at 3:51 PM, ineya ineya wrote: Here is internal.xml

Re: [Freeswitch-users] can't dial from IPv6 to IPv6

2009-10-19 Thread ineya ineya
IP should be OK: [r...@franta /opt/freeswitch]# ifconfig eth1 eth1  Link encap:Ethernet  HWaddr 00:4f:4e:62:ad:83   inet addr:10.80.62.40  Bcast:10.80.62.255  Mask:255.255.255.0   inet6 addr: 2000:2::1/32 Scope:Global   inet6 addr: fe80::24f:4eff:fe62:ad83/64