uri_ops.h 228 B

12345678910
  1. #ifndef __RLS_URI_OPS_H
  2. #include "rls_mod.h"
  3. /* URI functions for usage from CFG script */
  4. /* tries to look on To URI/AOR according to given*/
  5. int is_simple_rls_target(struct sip_msg *m, char *what, char *_template);
  6. #endif