Skip to content

Commit

Permalink
click2call with simplified bowout (2600hz#2950)
Browse files Browse the repository at this point in the history
  • Loading branch information
lazedo authored and k-anderson committed Dec 9, 2016
1 parent aebc2f2 commit 1ea563d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions applications/crossbar/src/modules/cb_clicktocall.erl
Original file line number Diff line number Diff line change
Expand Up @@ -492,8 +492,8 @@ build_originate_req(Contact, Context) ->
,<<"From-URI">>, <<"Request-URI">>
]
}
,{<<"Simplify-Loopback">>, <<"false">>}
,{<<"Loopback-Bowout">>, <<"false">>}
,{<<"Simplify-Loopback">>, <<"true">>}
,{<<"Loopback-Bowout">>, <<"true">>}
,{<<"Start-Control-Process">>, <<"false">>}
| kz_api:default_headers(<<"resource">>, <<"originate_req">>, ?APP_NAME, ?APP_VERSION)
]).
Expand Down

0 comments on commit 1ea563d

Please sign in to comment.