Hello,

What I do to check flag after has_totag() ?

Here is example:


route {
     ....
     if (has_totag()) {
         .....
         if ( isflagset(BLA_BLA) ) {
            xlog("L_ERR", "Flag is active \n");
         };
         ....
     }

      if ( is_method("INVITE") ) {
         ....
          setflag(BLA_BLA);
          ....
       }
....
}

Regards,
Dragomir
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to