mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 11:06:31 +00:00
chan_sip.c: Fix __sip_reliable_xmit build error
Fixes #954
(cherry picked from commit 909b93608a
)
This commit is contained in:
committed by
Asterisk Development Team
parent
77bbf67e0b
commit
351d853dfd
@@ -1201,7 +1201,7 @@ static int get_address_family_filter(unsigned int transport);
|
||||
/*--- Transmitting responses and requests */
|
||||
static int sipsock_read(int *id, int fd, short events, void *ignore);
|
||||
static int __sip_xmit(struct sip_pvt *p, struct ast_str *data);
|
||||
static int __sip_reliable_xmit(struct sip_pvt *p, uint32_t seqno, int resp, struct ast_str *data, int fatal, int sipmethod);
|
||||
static enum sip_result __sip_reliable_xmit(struct sip_pvt *p, uint32_t seqno, int resp, struct ast_str *data, int fatal, int sipmethod);
|
||||
static void add_cc_call_info_to_response(struct sip_pvt *p, struct sip_request *resp);
|
||||
static int __transmit_response(struct sip_pvt *p, const char *msg, const struct sip_request *req, enum xmittype reliable);
|
||||
static int retrans_pkt(const void *data);
|
||||
|
Reference in New Issue
Block a user