Commit a95b25c2 authored by rennoch's avatar rennoch
Browse files

use "charstring" reason (instead of integer type)

parent 44a0d4f8
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -5265,7 +5265,7 @@ module AtsIms_Gm_TCFunctions {

                // await BYE and send 200OK
                f_awaitingBYE_sendReply(mw_BYE_Request_ReasonSIP
                      (vc_callId,(503,488)));
                      (vc_callId,("503","488")));


				f_selfOrClientSyncAndVerdict(c_tbDone, f_getVerdict()); // sync
@@ -5331,7 +5331,7 @@ module AtsIms_Gm_TCFunctions {

				// await BYE (503 or 488 ...) and send 200OK
				f_awaitingBYE_sendReply(mw_BYE_Request_ReasonSIP
										(vc_callId,(503,488)));
										(vc_callId,("503","488")));
										
				f_selfOrClientSyncAndVerdict(c_tbDone, f_getVerdict()); // sync
				// point
@@ -5394,7 +5394,7 @@ module AtsIms_Gm_TCFunctions {

				// await BYE and send 200OK
				f_awaitingBYE_sendReply(mw_BYE_Request_ReasonSIP
										(vc_callId,(503,488)));
										(vc_callId,("503","488")));

				f_selfOrClientSyncAndVerdict(c_tbDone, f_getVerdict()); // sync
				// point
@@ -5465,7 +5465,7 @@ module AtsIms_Gm_TCFunctions {

				// await BYE (503 or 488 ...) and send 200OK
				f_awaitingBYE_sendReply(mw_BYE_Request_ReasonSIP
										(vc_callId,(503,488)));
										(vc_callId,("503","488")));
										

				f_selfOrClientSyncAndVerdict(c_tbDone, f_getVerdict()); // sync