00001
00056 #ifndef I_CSCF_NDS_H
00057 #define I_CSCF_NDS_H
00058
00059 #include "../../sr_module.h"
00060
00061 #define MSG_403 "Forbidden"
00062 #define MSG_500 "I-CSCF Error while stripping untrusted headers"
00063
00064 int I_NDS_check_trusted(struct sip_msg* msg, char* str1, char* str2);
00065
00066 int I_NDS_is_trusted(struct sip_msg *msg, char* str1, char* str2);
00067
00068 int I_NDS_strip_headers(struct sip_msg *msg, char* str1, char* str2);
00069
00070 int I_NDS_get_trusted_domains();
00071
00072 #endif