Skip to content

Commit

Permalink
When verb is Dial, delay 200 OK to INVITE until outbound dial answers
Browse files Browse the repository at this point in the history
This close #1649
  • Loading branch information
gvagenas committed Jan 23, 2017
1 parent 814c2fc commit 7975820
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -98,6 +98,11 @@
Default value: false -->
<disable-sdp-patching-on-updating-mediasession>false</disable-sdp-patching-on-updating-mediasession>

<!-- If this is set to TRUE, when verb is Dial, delay 200 OK to INVITE until outbound dial answers
or send appropriate response according to the response from outbound dial-->
<!-- https://github.com/RestComm/Restcomm-Connect/issues/1649 -->
<enable-200-ok-delay>false</enable-200-ok-delay>

<outbound-proxy>
<!-- Parameters for primary outbound proxy. -->
<outbound-proxy-user></outbound-proxy-user>
Expand Down

0 comments on commit 7975820

Please sign in to comment.