Browse Source

remove dlg from auth

4.3
lazedo 7 years ago
committed by Luis Azedo
parent
commit
5a2fffaf2b
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      kamailio/auth.cfg

+ 0
- 1
kamailio/auth.cfg View File

@ -52,7 +52,6 @@ route[AUTH_TOKEN]
{
$xavp(regcfg=>match_received) = $su;
if (registered("location","$fu", 2, 1) == 1) {
dlg_setflag(FLT_AOR);
if($(xavp(ulattrs=>token){s.len}) > 0) {
$xavp(hf[0]=>X-AUTH-Token) = $xavp(ulattrs=>token);
} else {


Loading…
Cancel
Save