Hi,

Given:

   flags
           PROXY_MEDIA_SET    : 10,
           SIPPING         : 11,
           DUMMY2          : 12

And:

   request_route { 
       ...

       route(XYZ);
   }

   route[XYZ] {
      setflag(PROXY_MEDIA_SET);

      t_on_branch("BRANCH_ROUTE");

      if(!t_relay())
         sl_reply_error();
   }

   branch_route[BRANCH_ROUTE] {
      if(isflagset(PROXY_MEDIA_SET)) {
          ...
      }

      ...
   }

Is PROXY_MEDIA_SET meant to be visible inside the branch_route? Because
it doesn't seem to be.

Thanks!

-- Alex

-- 
Alex Balashov | Principal | Evariste Systems LLC

Tel: +1-706-510-6800 / +1-800-250-5920 (toll-free) 
Web: http://www.evaristesys.com/, http://www.csrpswitch.com/

_______________________________________________
Kamailio (SER) - Users Mailing List
sr-users@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users

Reply via email to