mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-15 08:04:47 -07:00
This patch makes Asterisk send 100 Trying provisional responses upon receipt of re-invites. This makes it so that if there are two or more Asterisk
servers between endpoints, the Asterisk servers will not keep retransmitting the re-invites. (closes issue #10274, reported by cstadlmann, patched by me with approval from file) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@77824 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -13697,6 +13697,8 @@ static int handle_request_invite(struct sip_pvt *p, struct sip_request *req, int
|
||||
if (option_debug > 1)
|
||||
ast_log(LOG_DEBUG, "%s: This call is UP.... \n", c->name);
|
||||
|
||||
transmit_response(p, "100 Trying", req);
|
||||
|
||||
if (p->t38.state == T38_PEER_REINVITE) {
|
||||
struct ast_channel *bridgepeer = NULL;
|
||||
struct sip_pvt *bridgepvt = NULL;
|
||||
|
||||
Reference in New Issue
Block a user