Bugs item #2903162, was opened at 2009-11-24 16:09
Message generated for change (Comment added) made by klaus_darilion
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=290316…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: modules
Group: None
Status: Closed
Resolution: None
Priority: 5
Private: No
Submitted By: Francois ()
Assigned to: Klaus Darilion (klaus_darilion)
Summary: we don't follow the RFC
Initial Comment:
Hello all,
As I could see in the source, we don’t follow the RFCs.
If I send an INVITE, kamailio response a “Giving a try”
It isn’t in the RFCs! It is normaly “Trying”.
I could change it in
-src/modules/tm/t_funcs.c
-line: static str relay_reason_100 = str_init("Giving a try");
I hope you understand what I mean
----------------------------------------------------------------------
Comment By: Klaus Darilion (klaus_darilion)
Date:
2009-11-26 13:07
Message:
btw: upt to Kamailio 1.5 you could send the 100 response manually (with
arbitrary reason phrase) and use a flag in t_Relay to not generate a 100
response.
----------------------------------------------------------------------
Comment By: Klaus Darilion (klaus_darilion)
Date: 2009-11-26 13:05
Message:
Hi!
The RFC only defines the reason code (100), but not the phrase (Trying).
Btw, the default can be changed using a tm module parameter:
http://sip-router.org/docbook/sip-router/branch/master/modules/tm/tm.html#a…
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=290316…