26 nov 2009 kl. 22.18 skrev Iñaki Baz Castillo:
El Martes, 24 de Noviembre de 2009, BERGANZ François
escribió:
Hello all,
As I could see in the source, we dont follow the RFCs.
If I send an INVITE, kamailio response a Giving a try
It isnt 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");
That's just a response description, no more. RFC 3261 doesn't state that the
100 response reason must be "Trying", it could be any text (i.e. "your
money
is important for us").
Which also means that any SIP implementation that tries to parse the text is broken.
Only the number is significant.
/O