Hi folks,
I am wondering under what circumstances that openser will generate its default "477" error response.
I'm still a newbie on the OpenSER software so I hope I am not just missing some configuration issues.
It seems like its(the 477 responsecode) is for instance used when transaction layer didnt manage to send the request, and I am a bit puzzled why the 477 responsecode is used.
According to the rfc, I believe "408 Timeout" would be more correct on generic transaction timeouts, and on fatal transport errors, like tcp-reset, I believe 503 is the accurate responsecode.
Or?
Regards Taisto Qvist IP Solutions
Hi Taisto,
Taisto Qvist wrote:
Hi folks,
I am wondering under what circumstances that openser will generate its default "477" error response.
if the proxy fails at transport layer to forward the requests
I'm still a newbie on the OpenSER software so I hope I am not just missing some configuration issues.
It seems like its(the 477 responsecode) is for instance used when transaction layer didnt manage to send the request, and I am a bit puzzled why the 477 responsecode is used.
is not at transaction, but transport layer.
According to the rfc, I believe "408 Timeout" would be more correct on generic transaction timeouts, and on fatal transport errors, like tcp-reset, I believe 503 is the accurate responsecode.
408 Timeout is timeout at SIP level - there was no response (final) received for the sent request. Here is the case where the request was not even sent out.
regards, bogdan
Or?
Regards Taisto Qvist IP Solutions
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Hello everybody.
Could anyone send me any information about new openser modules programming? Y haven't found much usefull information about this topic on the internet.
Thanks in advance.
Victoria.
Hi Victoria!
Take a look at other simple modules and you will understand how it works.
If you want to make text manipulation, take a look at the textops module. Also the tlsops module is rather simple (only one function).
If you want to learn URI/branch modification and DB lookup I recommend the LCR module.
regards klaus
Victoria Cortez wrote:
Hello everybody.
Could anyone send me any information about new openser modules programming? Y haven't found much usefull information about this topic on the internet.
Thanks in advance.
Victoria.
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users