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
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@uwtcallback.com:
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@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Hi Samuel. Thanks for your answer. I will try to include a domain and see what comes out. Regards
Juan -----Original Message----- From: samuel [mailto:samu60@gmail.com] Sent: Tuesday, January 31, 2006 10:28 AM To: Juan Cc: serusers@lists.iptel.org Subject: Re: [Serusers] Here I go again...Call type processing Section problem?
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@uwtcallback.com:
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@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers