Hi Lorenzo,
I tried it and it didn't work for me
body = { "request": "call", "uri" : destPhone,
"headers" : {
'X-Voxbone-Context: ' : voxbone.WebRTC.context
}
};
I looked at the SIP INVITE and I saw that X-Voxbone-Context is header after the Content length header, it isn't the right place to add the custom SIP headers,
most SIP agents will ignore any header after the Content-Length header.
Will it be possible to change the code to ad the custom headers before the Content-Length header?
Nitesh
On Thursday, March 10, 2016 at 12:30:06 PM UTC+1, Nitesh Bansal wrote: