summaryrefslogtreecommitdiff
path: root/src/call.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/call.c')
-rw-r--r--src/call.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/call.c b/src/call.c
index 18b9b3a..15c8e8c 100644
--- a/src/call.c
+++ b/src/call.c
@@ -1485,6 +1485,9 @@ static void sipsess_progr_handler(const struct sip_msg *msg, void *arg)
call_event_handler(call, CALL_EVENT_PROGRESS, call->peer_uri);
else
call_event_handler(call, CALL_EVENT_RINGING, call->peer_uri);
+
+ if (media)
+ update_media(call);
}