[Freeswitch-users] Can't call registered user in internal-ipv6 profile

Bernhard Schmidt berni at birkenwald.de
Mon Apr 13 09:35:06 PDT 2009


Hi,

probably a pretty easy problem, but I can't figure it out nevertheless.

I'm still experimenting with FreeSwitch (SVN trunk, about two weeks
old), mainly due to the IPv6 SIP support. I'm pretty much running the
default configuration included in the sourcetree. Now I've hit the
following problem:

I have two phones registered, one Snom with extension 1000 on IPv4
(profile internal), one SIP Communicator with extension 1002 on IPv6
(profile internal-ipv6). I can call the Snom just fine (from the SIP
Communicator as well as from outside or the CLI), but not the SIP
Communicator.

EXECUTE sofia/internal/1000 at obelix.oms16.birkenwald.de bridge(user/1002 at 172.16.1.69)
2009-04-13 18:23:45 [DEBUG] switch_ivr_originate.c:1077 switch_ivr_originate() variable string 0 = [presence_id=1002 at 172.16.1.69]
2009-04-13 18:23:45 [ERR] switch_ivr_originate.c:1486 switch_ivr_originate() Cannot create outgoing channel of type [error] cause: [USER_NOT_REGISTERED]
2009-04-13 18:23:45 [DEBUG] switch_ivr_originate.c:2084 switch_ivr_originate() Originate Resulted in Error Cause: 606 [USER_NOT_REGISTERED]
2009-04-13 18:23:45 [ERR] switch_ivr_originate.c:1486 switch_ivr_originate() Cannot create outgoing channel of type [user] cause: [USER_NOT_REGISTERED]
2009-04-13 18:23:45 [DEBUG] switch_ivr_originate.c:2084 switch_ivr_originate() Originate Resulted in Error Cause: 606 [USER_NOT_REGISTERED]
2009-04-13 18:23:45 [INFO] mod_dptools.c:2051 audio_bridge_function() Originate Failed.  Cause: USER_NOT_REGISTERED

It works when I explicitly specify the internal-ipv6 profile for the
outgoing call like this:

<action application="bridge" data="sofia/internal-ipv6/${dialed_extension}%172.16.1.69"/>

but that isn't really what I want.

What are the quirks I need to add to have "user/<extension>@<domain>"
search both profiles? I already set force-register-domain on the
profile, but I don't think that is what I'm looking for.

Bernhard





More information about the FreeSWITCH-users mailing list