Skip to content

Commit

Permalink
Fix callid for "ul_add" MI command.
Browse files Browse the repository at this point in the history
As now the callid is updatable, we need to provide a callid string.
Reported by Stas Kobzar
  • Loading branch information
bogdan-iancu committed Sep 1, 2015
1 parent f2af0c2 commit 02e886f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/usrloc/ul_mi.c
Expand Up @@ -538,6 +538,7 @@ struct mi_root* mi_usrloc_add(struct mi_root *cmd, void *param)

if (c) {
/* update contact record */
ci.callid = &mi_ul_cid;
ci.cseq = c->cseq;
if (update_ucontact( r, c, &ci, 0) < 0)
goto release_error;
Expand Down

0 comments on commit 02e886f

Please sign in to comment.