Hello,
I am Benoit and I am working on the SER and the server and the database is working well. The problem is when I try to registrer SIP agent, the error message is "Error 483:" Too Many Hops". In the file ser.cfg there is a function mf_process_maxforward_header("10"), and the problem is that I don't know where is this function and how does it testing the max forward header because the SIP agent that I use set this field to 70. Kind regards
Benoit
Add alias=domain where domain is the domain part of the request-URI.
Jan.
On 27-04 18:28, bbleuez@numericable.fr wrote:
Hello,
I am Benoit and I am working on the SER and the server and the database is working well. The problem is when I try to registrer SIP agent, the error message is "Error 483:" Too Many Hops". In the file ser.cfg there is a function mf_process_maxforward_header("10"), and the problem is that I don't know where is this function and how does it testing the max forward header because the SIP agent that I use set this field to 70. Kind regards
Benoit
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Hi Jan,
How is alias used in multiple domain? Is it just ignored?
Thanks, Richard
--- Jan Janak jan@iptel.org wrote:
Add alias=domain where domain is the domain part of the request-URI.
Jan.
On 27-04 18:28, bbleuez@numericable.fr wrote:
Hello,
I am Benoit and I am working on the SER and the
server and the database is
working well. The problem is when I try to registrer SIP agent,
the error message is "Error
483:" Too Many Hops". In the file ser.cfg there
is a function
mf_process_maxforward_header("10"), and the
problem is that I don't know where
is this function and how does it testing the max
forward header because the SIP
agent that I use set this field to 70. Kind regards
Benoit
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
__________________________________ Do you Yahoo!? Win a $20,000 Career Makeover at Yahoo! HotJobs http://hotjobs.sweepstakes.yahoo.com/careermakeover
No, you can either add several alias= lines -- one per domain, or you can use the domain table and use is_urihost_local function to check whether a domain is local to your proxy.
Jan.
On 30-04 10:42, Richard wrote:
Hi Jan,
How is alias used in multiple domain? Is it just ignored?
Thanks, Richard
--- Jan Janak jan@iptel.org wrote:
Add alias=domain where domain is the domain part of the request-URI.
Jan.
On 27-04 18:28, bbleuez@numericable.fr wrote:
Hello,
I am Benoit and I am working on the SER and the
server and the database is
working well. The problem is when I try to registrer SIP agent,
the error message is "Error
483:" Too Many Hops". In the file ser.cfg there
is a function
mf_process_maxforward_header("10"), and the
problem is that I don't know where
is this function and how does it testing the max
forward header because the SIP
agent that I use set this field to 70. Kind regards
Benoit
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
__________________________________ Do you Yahoo!? Win a $20,000 Career Makeover at Yahoo! HotJobs http://hotjobs.sweepstakes.yahoo.com/careermakeover
The problem is when I try to registrer SIP agent, the error message is "Error 483:" Too Many Hops". In the file ser.cfg there is a function mf_process_maxforward_header("10"), and the problem is that I don't know where
Benoit,
The error isn't the maxforwards parameter, but that SER does not know its own domain, and keeps trying to forward the request to another domain, which turns out to be itself.
Tom