These commands check wether the uri in the Req-URI (is_hsot_local) or
the uri in the from (is_from local) contain a domain present in the
table domain.
You should add your domain with serctl domain add (or something
similar) or add the domain via a direct database manipulation.
hope it helps,
samuel.
2006/1/30, Juan <juan(a)uwtcallback.com>om>:
Hi.
As I had no answers to this question, here it is again.
Till now I was happy using SER handling communications between UAs using
nathelper and RPT proxy.
Now I changed the ser.cfg script to the one with PSTN support and none of
the UAs get registered.
I am getting a 403 Forbidden.
Analyzing the script I understood that this 403 was coming from the Call
Type Processing Section so I changed
if (!is_uri_host_local()) {
if (is_from_local() || allow_trusted()) { and so on
to
if (uri!=myself)
and now the UAs are registering again.
But of course I can't make calls.
So I would like to know how this< is_uri_host_local and is_from _local>
work and what should I do to make them allow my UAs to register.
I am attaching the ser.cfg that doesn't work.
Thanks in advance
Juan Ferrari
_______________________________________________
Serusers mailing list
serusers(a)lists.iptel.org
http://lists.iptel.org/mailman/listinfo/serusers