Re: [OpenSIPS-Users] opensips + rtpengine

2020-03-17 Thread volga629 via Users
Might dev team can take a look onĀ  ticket under rtpengine https://github.com/sipwise/rtpengine/issues/946 I wonder if any call id rewrites happened. Because I can't make it work properly. volga629

Re: [OpenSIPS-Users] db_mysql_convert_rows says no rows but there is one

2020-03-17 Thread Calvin Ellison
Any takers? This seems like a problem with db_mysql. It sees the column data but not the row. Regards, *Calvin Ellison* Senior Voice Operations Engineer calvin.elli...@voxox.com On Sun, Mar 15, 2020 at 3:40 PM Calvin Ellison wrote: > This does not happen on every query response but will happe

[OpenSIPS-Users] How to delete a line from pvar

2020-03-17 Thread Mark Farmer
Hi everyone I am saving the SDP into a pvar using the sdp_pvar parameter in rtpengine_offer(). How do I now delete a line from the pvar before pushing the SDP into the message? The line in question is: a=setup:actpass Many thanks! Mark. ___ Users mail

Re: [OpenSIPS-Users] Dynamic Contact Hostname

2020-03-17 Thread Mark Farmer
In case it helps someone else, i got it working by removing the Contact header & reconstructing it: if (is_from_gw("2")) { remove_hf("Contact","g"); insert_hf("Contact: \r\n"); } Mark. On Mon, 16 Mar 2020 at 13:40, Mark Farmer wrote: > Hi Ben, thanks fo