[Freeswitch-users] can't dial from IPv6 to IPv6
ineya ineya
ineyaa at gmail.com
Tue Oct 20 09:47:33 PDT 2009
Hmm, I didn't about this.
so in directory/default.xml I have:
<param name="dial-string"
value="{presence_id=${dialed_user}@${dialed_domain}}${sofia_contact(${dialed_user}@${dialed_domain})}"/>
and the modified version for IPv6 would be ?...
<param name="dial-string"
value="{presence_id=${dialed_user}@${dialed_domain}}${sofia_contact(internal-ipv6/${dialed_user}@${dialed_domain})}"/>
On Tue, Oct 20, 2009 at 5:34 PM, Brian West <brian at freeswitch.org> wrote:
> 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/user at domain
>
> /b
>
More information about the FreeSWITCH-users
mailing list