|
|
|
|
@ -1688,7 +1688,7 @@ static int sip_transfer(struct ast_channel *ast, const char *dest);
|
|
|
|
|
static int sip_fixup(struct ast_channel *oldchan, struct ast_channel *newchan);
|
|
|
|
|
static int sip_senddigit_begin(struct ast_channel *ast, char digit);
|
|
|
|
|
static int sip_senddigit_end(struct ast_channel *ast, char digit, unsigned int duration);
|
|
|
|
|
static char *sip_get_callid(struct ast_channel *chan);
|
|
|
|
|
static const char *sip_get_callid(struct ast_channel *chan);
|
|
|
|
|
|
|
|
|
|
static int handle_request_do(struct sip_request *req, struct sockaddr_in *sin);
|
|
|
|
|
static int sip_standard_port(struct sip_socket s);
|
|
|
|
|
@ -3259,7 +3259,7 @@ static int sip_sendhtml(struct ast_channel *chan, int subclass, const char *data
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*! \brief Deliver SIP call ID for the call */
|
|
|
|
|
static char *sip_get_callid(struct ast_channel *chan)
|
|
|
|
|
static const char *sip_get_callid(struct ast_channel *chan)
|
|
|
|
|
{
|
|
|
|
|
struct sip_pvt *p = chan->tech_pvt;
|
|
|
|
|
if (!p)
|
|
|
|
|
|