Re: [SR-Users] automatic string to int conversion for rtpengine flags failed - rtpproxy_offer() does not change sdp when called in branch_route

2014-08-20 Thread Olli Heiskanen
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

Re: [SR-Users] automatic string to int conversion for rtpengine flags failed

2014-08-19 Thread Olli Heiskanen
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

[SR-Users] automatic string to int conversion for rtpengine flags failed

2014-08-15 Thread Olli Heiskanen
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