Commit 20bbf71d by Kulkova

убрала лишние статусы

1 parent 1bc79ccc
Showing with 0 additions and 4 deletions
...@@ -271,8 +271,6 @@ node do_before_exit ...@@ -271,8 +271,6 @@ node do_before_exit
{ {
$cjm.push("do_before_exit"); $cjm.push("do_before_exit");
set $conversation_stop = #getCurrentTime(); set $conversation_stop = #getCurrentTime();
if ($conversation_status == "broken" && $conversation_result == "") { set $conversation_result = "сбросил трубку"; }
if ($conversation_result == "") { set $conversation_result = "непредвиденное завершение"; }
exit; exit;
} }
} }
...@@ -300,8 +298,6 @@ global digression @exit_dig_global ...@@ -300,8 +298,6 @@ global digression @exit_dig_global
$cjm.push("@exit_dig"); $cjm.push("@exit_dig");
set $conversation_status = "broken"; set $conversation_status = "broken";
set $conversation_stop = #getCurrentTime(); set $conversation_stop = #getCurrentTime();
if ($conversation_status == "broken" && $conversation_result == "") { set $conversation_result = "сбросил трубку"; }
if ($conversation_result == "" ) { set $conversation_result = "непредвиденное завершение"; }
exit; exit;
} }
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!