diff --git a/lib/whistle_translator-1.0.0/src/wht_twiml.erl b/lib/whistle_translator-1.0.0/src/wht_twiml.erl index 1ee07e7fca2..05633caa1d2 100644 --- a/lib/whistle_translator-1.0.0/src/wht_twiml.erl +++ b/lib/whistle_translator-1.0.0/src/wht_twiml.erl @@ -424,7 +424,7 @@ finish_dial(Call, Props) -> ]), Uri = wht_util:resolve_uri(whapps_call:kvs_fetch(<<"voice_uri">>, Call), Action), Method = wht_util:http_method(props:get_value(method, Props, post)), - maybe_stop(Call, ok, {request, Call, Uri, Method, BaseParams}) + {request, Call, Uri, Method, BaseParams} end. -spec pause/2 :: (whapps_call:call(), proplist()) -> {'ok', whapps_call:call()}.