Skip to content

Commit

Permalink
clean q.850 codes for retry
Browse files Browse the repository at this point in the history
  • Loading branch information
mwolff44 authored Dec 19, 2018
1 parent 0ca39a3 commit ece0d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/resources/fs/config/scripts/pyfreebilling_dp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,7 @@ if (session:ready() == true) then

set_variable("bypass_media", "false")
set_variable("hangup_after_bridge", "true")
execute("set", "continue_on_fail=1,2,3,6,25,34,38,41,42,44,47,63,66,403,480,488,500,501,502,503")
execute("set", "continue_on_fail=6,25,34,38,41,42,44,47,63,66,403,480,488,500,501,502,503")
-- execute("set", "continue_on_fail=true")
execute("set", "bypass_media=false")
execute("sched_hangup", "+36000 alloted_timeout")
Expand Down

0 comments on commit ece0d85

Please sign in to comment.