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
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
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
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