00001
00056 #ifndef I_CSCF_CX_H
00057 #define I_CSCF_CX_H
00058
00059 #include "../../sr_module.h"
00060
00061 #include "../cdp/cdp_load.h"
00062
00063
00064
00065 void CxAnswerHandler(AAAMessage *response, void *param);
00066
00067 void CxFailureHandler(int is_timeout,void *param,AAAMessage *ans);
00068
00069 AAAMessage* CxRequestHandler(AAAMessage *request,void *param);
00070
00071
00072
00073 AAAMessage* Cx_UAR(struct sip_msg *msg,str private_identity, str public_identity, str visited_network_id,
00074 int authorization_type,str realm);
00075
00076
00077 AAAMessage* Cx_LIR(struct sip_msg *msg, str public_identity,str realm);
00078
00079 #endif