mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
pbx_dundi: Added IPv6 support for dundi
Change includes move to netsock2 library. ASTERISK-27164 Reported-by: Adam Secombe Change-Id: Ia9e8dc3d153de7a291dbda4bd87fc827dd2bb846
This commit is contained in:
committed by
Richard Mudgett
parent
5cd416f354
commit
328f772d3b
@@ -60,7 +60,7 @@ struct dundi_ie_data {
|
||||
extern void dundi_set_output(void (*output)(const char *data));
|
||||
/* Choose a different function for errors */
|
||||
extern void dundi_set_error(void (*output)(const char *data));
|
||||
extern void dundi_showframe(struct dundi_hdr *fhi, int rx, struct sockaddr_in *sin, int datalen);
|
||||
extern void dundi_showframe(struct dundi_hdr *fhi, int rx, struct ast_sockaddr *sin, int datalen);
|
||||
|
||||
extern const char *dundi_ie2str(int ie);
|
||||
|
||||
|
Reference in New Issue
Block a user