|
Description
|
when re-issuing a request within a dialog, sip_create_dialog_req() is incorrectly fills in the contact header from its remote target field. Adding contact header value has to be handled by UAC (application) itself.
Section 12.2.1.1 of RFC 3261:
"
A UAC SHOULD include a Contact header field in any target refresh
requests within a dialog, and unless there is a need to change it,
the URI SHOULD be the same as used in previous requests within the
dialog.
"
|