Skip to content

Commit

Permalink
KAZOO-532: send a 686, which will map to 486 in opensips, according t…
Browse files Browse the repository at this point in the history
…o karl
  • Loading branch information
James Aimonetti authored and k-anderson committed Feb 17, 2013
1 parent edfee7e commit 6f6ab2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whistle_apps/apps/trunkstore/src/ts_from_onnet.erl
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ wait_for_bridge(State) ->
lager:info("call was successfully bridged"),
wait_for_cdr(State1);
{error, State2} ->
ts_callflow:send_hangup(State2, 503),
ts_callflow:send_hangup(State2, 686),
wait_for_cdr(State2);
{hangup, State3} ->
lager:info("call was hungup"),
Expand Down

0 comments on commit 6f6ab2c

Please sign in to comment.