Home
last modified time | relevance | path

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

/dports/net/kamailio/kamailio-5.4.5/src/modules/uac/
H A Duac.c101 static int w_restore_to(struct sip_msg* msg, char* p1, char* p2);
136 {"uac_restore_to", (cmd_function)w_restore_to, 0, 0, 0, REQUEST_ROUTE },
536 static int w_restore_to(struct sip_msg *msg, char *p1, char *p2) in w_restore_to() function