Skip to content

Commit

Permalink
Amtsholung bei Gateway Anruf abschneiden
Browse files Browse the repository at this point in the history
  • Loading branch information
saschadaniels committed Oct 7, 2011
1 parent 24c6742 commit ec9434d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -55,7 +55,7 @@ GEM
faraday (0.5.7)
addressable (~> 2.2.4)
multipart-post (~> 1.1.0)
rack (< 2, >= 1.1.0)
rack (>= 1.1.0, < 2)
fssm (0.2.7)
hirb (0.4.0)
i18n (0.6.0)
Expand Down
2 changes: 1 addition & 1 deletion app/controllers/freeswitch_call_processing_controller.rb
Expand Up @@ -598,7 +598,7 @@ def process_request()
# "#{enc_sip_user( arg_dst_sip_user_real )}" <<
# ";fs_path=sip:127.0.0.1:5060"

action :bridge, "sofia/internal/#{enc_sip_user( arg_dst_sip_user_real )}@#{ route.sip_gateway.hostport };fs_path=sip:127.0.0.1:5060"
action :bridge, "sofia/internal/#{phone_number}@#{ route.sip_gateway.hostport };fs_path=sip:127.0.0.1:5060"

after_bridge_actions()
#action :hangup
Expand Down

0 comments on commit ec9434d

Please sign in to comment.