dect
/
asterisk
Archived
13
0
Fork 0

Merge Karl's MGCP call feature list

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@966 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
markster 2003-05-06 04:03:58 +00:00
parent eb4eedebd2
commit 2364351027
2 changed files with 1408 additions and 314 deletions

File diff suppressed because it is too large Load Diff

View File

@ -29,6 +29,7 @@ extern struct ast_ha *ast_append_ha(char *sense, char *stuff, struct ast_ha *pat
extern int ast_apply_ha(struct ast_ha *ha, struct sockaddr_in *sin);
extern int ast_get_ip(struct sockaddr_in *sin, char *value);
extern int inaddrcmp(struct sockaddr_in *sin1, struct sockaddr_in *sin2);
extern int ast_ouraddrfor(struct in_addr *them, struct in_addr *us);
#if defined(__cplusplus) || defined(c_plusplus)
}