Prometheus001 at gmx.net Guest
|
Posted: Wed Nov 12, 2008 9:59 am Post subject: [Freeswitch-users] FACILITY_NOT_SUBSCRIBED (fixed) |
|
|
Hello Anthony,
I compared in detail a previous installaton with the current one and
found out that
* internal.xml had a missing entry for the domain (<profile
name="internal" domain="$${domain}">) (is not in the default
config file either)
* there was no NAT configuration at all, so I copied the files from
a previous installation
I added the entries and now it works.
Thank your for your support
and best regards
Peter
Anthony Minessale schrieb:
Quote: | you are calling
user/<user>@<domain>
This is going to use the USER channel which does a lookup in your XML
directory for <domain>
the looks for <user> with the appropriate id within that domain.
once it finds one it will try to fetch the param dial-string from
<params> in <user> or <domain> (in that order)
once it finds that it tries to call it.
Clearly you have that misconfigured because it is not resolving it.
That is why my previous suggestion was to try the default config to
compare.
mv /usr/local/freeswitch/conf /usr/local/freeswitch/conf.bak
make install
The sample config uses the ip of the box as the domain and offers user
1000-1016 or something like that all with pass 1234.
Also,
If you do not name your profile the same name as your domain or at
least have an alias for the profile that is equal to your domain name
you will not be able to use the user channel.
You can always opt for the alternate method of sofia/<profile
name>/user%<domain>
On Tue, Nov 11, 2008 at 6:53 PM, Peter P GMX <Prometheus001@gmx.net
<mailto:Prometheus001@gmx.net>> wrote:
regarding:
Quote: | it means your user is not registered.
|
Before I made the call I registered both phones manually (btw. I can
make calls from both phones).
Then I did a sofia status profile internal and it shows me both phones
registered on that domain:
--
Anthony Minessale II
FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
AIM: anthm
MSN:anthony_minessale@hotmail.com
<mailto:MSN%3Aanthony_minessale@hotmail.com>
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com
<mailto:PAYPAL%3Aanthony.minessale@gmail.com>
IRC: irc.freenode.net <http://irc.freenode.net> #freeswitch
FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org
<mailto:sip%3A888@conference.freeswitch.org>
iax:guest@conference.freeswitch.org/888
<http://iax:guest@conference.freeswitch.org/888>
googletalk:conf+888@conference.freeswitch.org
<mailto:googletalk%3Aconf%2B888@conference.freeswitch.org>
pstn:213-799-1400
------------------------------------------------------------------------
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|