On Wednesday 22 July 2015 12:37:58 Joao Alves wrote:
The first, it seems we cannot send more than one
header on the SIP INVITE.
That is I need to add the "Contact", "Allow" and
"Content-Type" fields, but
only the last one is inserted, which is the "Content-Type". If I marked it
as a comment (with #), them the "Allow" is included instead.
A quick solution could be:
$uac_req(hdrs)="Contact:..\r\nAllow:..\r\nContent-type: application/sdp\r\n";
The second issue is related with the inclusion of SDP
offer on the body of
the message. Since this SDP is quite a long one(1266 bytes) it is being
truncated.
Where? How did you check this?