[OpenSIPS-Users] mid_registrar and Asterisk: OPTIONS
    Alexey Kazantsev 
    kurgan-rus at inbox.ru
       
    Tue Jun 26 02:31:43 EDT 2018
    
    
  
Hi Alexey,
thank you for the response!
My collegue also gave an example some minutes ago,
the logic is alike:
if (is_method("OPTIONS") ) {
   if (mid_registrar_lookup("location")) {
       t_relay();
       exit;
   }
}
So, thanks to everybody, the problem is solved :)
-----------------------------------------------
BR, Alexey
http://alexeyka.zantsev.com/
    
    
More information about the Users
mailing list