i noticed that msilo generated messages include a Contact header such as:
Contact: sip:jh@test.fi;msilo=yes
according to rfc3428.txt this is wrong:
MESSAGE requests do not initiate dialogs. User Agents MUST NOT insert Contact header fields into MESSAGE requests.
if no one objects, i'll fix msilo module accordingly, i.e., remove contact header from msilo generated messages.
-- juha
Hello Juha,
it is clear in the rfc, however, although right now I am not sure why I added the contact header, might have been because of some UA problem.
I saw your commit to remove the contact header, but I am thinking to change it in the way that a module parameter will control the addition of contact header, being default off. I can take care later of it.
Cheers, Daniel
On 6/28/10 9:56 AM, Juha Heinanen wrote:
i noticed that msilo generated messages include a Contact header such as:
Contact:sip:jh@test.fi;msilo=yes
according to rfc3428.txt this is wrong:
MESSAGE requests do not initiate dialogs. User Agents MUST NOT insert Contact header fields into MESSAGE requests.
if no one objects, i'll fix msilo module accordingly, i.e., remove contact header from msilo generated messages.
-- juha
sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
2010/6/30 Daniel-Constantin Mierla miconda@gmail.com:
Hello Juha,
it is clear in the rfc, however, although right now I am not sure why I added the contact header, might have been because of some UA problem.
If a UA requires Contact in an incoming MESSAGE then such UA is buggy :)