Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rtpengine: support receiving dtmf events from rtpengine and raise an event #3470

Closed
wants to merge 13 commits into from
2 changes: 1 addition & 1 deletion src/modules/rtpengine/rtpengine.c
Expand Up @@ -1358,7 +1358,7 @@ static void rtpengine_dtmf_events_loop(int rank)
static int rtpengine_raise_dtmf_event(char *buffer, int len) {
srjson_doc_t jdoc;
srjson_t *it = NULL;
struct sip_msg *fmsg;
struct sip_msg *fmsg = NULL;
struct run_act_ctx ctx;
int rtb;

Expand Down