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

Author: Stefan Sayer <[email protected]>
Committer: Stefan Sayer <[email protected]>
Date:   Mon Apr 30 19:11:52 2012 +0200

fix next_hop sample core config parameter

was next_hop_ip/next_hop_port before

---

 core/etc/sems.conf.sample |   10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/core/etc/sems.conf.sample b/core/etc/sems.conf.sample
index e86179c..bdf8165 100644
--- a/core/etc/sems.conf.sample
+++ b/core/etc/sems.conf.sample
@@ -101,15 +101,11 @@ sip_port=5080
 # Example:
 #   force_outbound_proxy=yes
 
-# optional parameter: next_hop_ip
+# optional parameter: next_hop=ip[:port]
 # - if this is set, all outgoing requests will be sent to
 #   this IP, regardless of R-URI etc.
-#
-#next_hop_ip=192.168.5.106
-
-# optional parameter: next_hop_port
-# defaults to 5060
-#next_hop_port=5060
+# next_hop=192.168.5.1
+# next_hop=192.168.5.1:5080
 
 # optional parameter:next_hop_for_replies
 # - use next_hop for replies, too?

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

Reply via email to