Home
last modified time | relevance | path

Searched refs:callidhdr_proc (Results 1 – 3 of 3) sorted by relevance

/dports/net/kamailio/kamailio-5.4.5/src/modules/auth_identity/
H A Dauth_hdrs.c124 int callidhdr_proc(str *sout, str *soutopt, struct sip_msg *msg) in callidhdr_proc() function
411 { DS_CALLID, callidhdr_proc, NULL, DS_REQUIRED }, in digeststr_asm()
422 { DS_CALLID, callidhdr_proc, NULL, DS_REQUIRED }, in digeststr_asm()
H A Dauth_identity.h251 int callidhdr_proc(str *sout, str *soutopt, struct sip_msg *msg);
H A Dauth_identity.c646 if (callidhdr_proc(&scid, NULL, msg)) in check_callid()