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

Author: Carsten Bock <[email protected]>
Committer: Carsten Bock <[email protected]>
Date:   Tue Feb 14 08:23:28 2012 +0100

b/f: Fixed examples in reg_agent.conf: Proxy should be valid SIP-URI, not only 
SIP-Domain.
- if used as in the examples, the "proxy" setting would not work, since it 
would fail to
  parse the URI

---

 apps/reg_agent/etc/reg_agent.conf |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/apps/reg_agent/etc/reg_agent.conf 
b/apps/reg_agent/etc/reg_agent.conf
index e9ce4ca..3e7dc8c 100644
--- a/apps/reg_agent/etc/reg_agent.conf
+++ b/apps/reg_agent/etc/reg_agent.conf
@@ -14,7 +14,7 @@
 #display_name=myuser
 #auth_user=myuser
 # optional (defaults to resolved by domain):
-#proxy=sip.mydomain.net:5060
+#proxy=sip:sip.mydomain.net:5060
 # optional (default to <user>@<publicip/localip>):
 #contact=sip:[email protected]
 
@@ -27,7 +27,7 @@
 # optional:
 #display_name1=xyz
 #auth_user1=xyz
-#proxy1=sip.iptel.org:5060
+#proxy1=sip:sip.iptel.org:5060
 #contact1=sip:[email protected]
 
 #domain2=iptel.org
@@ -36,5 +36,5 @@
 # optional:
 #display_name2=xyz
 #auth_user2=xyz
-#proxy2=sip.iptel.org:5060
+#proxy2=sip:sip.iptel.org:5060
 

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

Reply via email to