Skip to content

Commit

Permalink
topo_hiding: remove TOPOH_DID_IN_USER for 2.2 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
razvancrainea committed Mar 22, 2017
1 parent 2ec94de commit 0c0d94f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/topology_hiding/topo_hiding_logic.c
Expand Up @@ -878,8 +878,6 @@ static int topo_hiding_no_dlg(struct sip_msg *req,struct cell* t,int extra_flags

if (extra_flags & TOPOH_HIDE_CALLID)
LM_WARN("Cannot hide callid when dialog support is not engaged!\n");
if (extra_flags & TOPOH_DID_IN_USER)
LM_WARN("Cannot store DID in user when dialog support is not engaged!\n");

if (tm_api.register_tmcb( req, 0, TMCB_RESPONSE_FWDED,
used_cb,NULL, NULL)<0 ) {
Expand Down

0 comments on commit 0c0d94f

Please sign in to comment.