In modules/rtpengine/rtpengine.c:
> } > > if (body_out) > *body_out = body; > > + if (op == OP_DELETE) { > + /* Delete the key<->value from the hashtable */ > + if (!rtpengine_hash_table_remove(&callid)) {
Some notes:
—
Reply to this email directly or view it on GitHub.