Remove ORIGINATOR_CANCEL from the ring group lua script to fix ring group intercept.

This commit is contained in:
Mark Crane
2014-02-19 22:48:00 +00:00
parent 0311bd7320
commit 436cf40595

View File

@@ -392,7 +392,6 @@
if (session:getVariable("originate_disposition") == "ALLOTTED_TIMEOUT"
or session:getVariable("originate_disposition") == "NO_ANSWER"
or session:getVariable("originate_disposition") == "NO_USER_RESPONSE"
or session:getVariable("originate_disposition") == "ORIGINATOR_CANCEL"
or session:getVariable("originate_disposition") == "USER_NOT_REGISTERED"
or session:getVariable("originate_disposition") == "NORMAL_TEMPORARY_FAILURE"
or session:getVariable("originate_disposition") == "NO_ROUTE_DESTINATION"