Skip to content

Commit

Permalink
Fixed t_uac_dlg body sending
Browse files Browse the repository at this point in the history
(cherry picked from commit 3bb6a07)
  • Loading branch information
vladpaiu committed May 13, 2019
1 parent d721a94 commit 7df5d5e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/tm/mi.c
Expand Up @@ -497,12 +497,11 @@ static mi_response_t *mi_tm_uac_dlg(const mi_params_t *params, str *nexthop,
generate_callid(&callid);

if ( shm_str_dup( &rpc_p->method, &method )<0 ||
(rpc_p->body.s && shm_str_dup( &rpc_p->body, body )<0) ||
(body->s && shm_str_dup( &rpc_p->body, body )<0) ||
shm_str_dup( &rpc_p->hdrs, &s ) <0 ||
shm_str_dup( &rpc_p->dlg.id.call_id, &callid)<0 )
goto error;


/* We will not fill in dlg->id.rem_tag because
* if present it will be printed within To HF */

Expand Down

0 comments on commit 7df5d5e

Please sign in to comment.