uri_ops.h

00001 #ifndef __RLS_URI_OPS_H
00002 
00003 #include "rls_mod.h"
00004 
00005 /* URI functions for usage from CFG script */
00006 
00007 /* tries to look on To URI/AOR according to given*/
00008 int is_simple_rls_target(struct sip_msg *m, char *what, char *_template);
00009 
00010 #endif