RestComm / Restcomm-Connect

The Open Source Cloud Communications Platform
http://www.restcomm.com/
GNU Affero General Public License v3.0
242 stars 215 forks source link

#2895 Stop ringing tone before move to next verb when Dial verb fail … #2916

Closed xhoaluu closed 6 years ago

xhoaluu commented 6 years ago

In Dial Action verb, there is Play/Say verb. If callee in Dial Verb return back 480 Unavailable. RC send RQNT for stop ringing tone and RQNT for play verb really fast at the same time. When Media server return back NTFY for stoping ringing tone RQNT, RC understand this is NTFY for Playing verb that make RC move to next verb and finish Play/Say verb at this point

xhoaluu commented 6 years ago

org.restcomm.connect.testsuite.telephony.DialRecordingTest.testRecordWithErrorOnRecordAction Pass on local.

xhoaluu commented 6 years ago

Closing this PR as there is another PR with prober fix.