Displaying 1 result from an estimated 1 matches for "iax_ies".
Did you mean:
axies
2004 Dec 22
1
register_verify defined in 2 files?
I know I'm getting tired of looking at code, but
why is the function register_verify defined in 2 different
files?
chan_iax2.c
line 3860
static int register_verify(int callno, struct sockaddr_in *sin, struct
iax_ies *ies)
chan_sip.c
line 4869
/*--- register_verify: Verify registration of user */
static int register_verify(struct sip_pvt *p,
struct sockaddr_in *sin, struct sip_request *req, char *uri, int ignore)
Regards
Greg