Hi,
The source for this string to int conversion error was found, it was just a
minor glitch in an if statement! Man, I feel stupid...
Anyways, the problem about calls not going through still persists. This I
located to the rtpengine_offer() call in a branch route. The sdp is not
changed and this
Hi,
A little follow-up on this:
The problem only happens when I call rtpengine_offer() inside a
branch_route. If I call rtpengine_offer() in the failure_route (after 488)
this conversion error does not happen, but then I get the double sdp issue
indicated here:
http://lists.sip-router.org/piperma
Hello,
As outcome to my earlier sdp/rtp challenges I've upgraded my Asterisk
version to 11.11.0 and still use a realtime integration with Kamailio. Now
I face a somewhat different problem. With my setup I also changed from
jssip client to a sip.js client in my websocket implementation. I cloned
th