Module: sems
Branch: rco/sbc_rtp_relay
Commit: c5105256b725cc4bad527c89148e0a66054b00ff
URL:    
http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=c5105256b725cc4bad527c89148e0a66054b00ff

Author: Raphael Coeffic <[email protected]>
Committer: Raphael Coeffic <[email protected]>
Date:   Thu Feb 17 17:01:53 2011 +0100

b/f: force the outbound_proxy iff there IS one.

---

 apps/sbc/SBC.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/apps/sbc/SBC.cpp b/apps/sbc/SBC.cpp
index 6460ffb..cb474a8 100644
--- a/apps/sbc/SBC.cpp
+++ b/apps/sbc/SBC.cpp
@@ -1000,9 +1000,9 @@ void SBCDialog::createCalleeSession()
 
   AmSipDialog& callee_dlg = callee_session->dlg;
 
-  callee_dlg.force_outbound_proxy = call_profile.force_outbound_proxy;
   if (!call_profile.outbound_proxy.empty()) {
     callee_dlg.outbound_proxy = call_profile.outbound_proxy;
+    callee_dlg.force_outbound_proxy = call_profile.force_outbound_proxy;
   }
   
   if (!call_profile.next_hop_ip.empty()) {

_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to