summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_sip.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index af27a912e..4770c9cee 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -14720,6 +14720,8 @@ static int handle_request_invite(struct sip_pvt *p, struct sip_request *req, int
case AST_STATE_UP:
ast_debug(2, "%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;