Module: sems Branch: master Commit: c0fd38d99820b5040fda95ce8149af12365a9a05 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=c0fd38d99820b5040fda95ce8149af12365a9a05
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Wed Mar 2 01:10:34 2011 +0100 updated some cmake config files e.g. adding newline at eof so they don't get changed by cmake --- apps/monitoring/etc/monitoring.conf | 2 +- apps/monitoring/etc/monitoring.conf.cmake | 2 +- apps/msg_storage/etc/msg_storage.conf | 2 +- apps/msg_storage/etc/msg_storage.conf.cmake | 2 +- apps/reg_agent/etc/reg_agent.conf.cmake | 15 +++++++++------ apps/sbc/etc/refuse.sbcprofile.conf | 2 +- apps/sbc/etc/refuse.sbcprofile.conf.cmake | 2 +- apps/sbc/etc/replytranslate.sbcprofile.conf | 2 +- apps/sbc/etc/replytranslate.sbcprofile.conf.cmake | 2 +- core/plug-in/stats/etc/stats.conf.cmake | 3 +++ 10 files changed, 20 insertions(+), 14 deletions(-) diff --git a/apps/monitoring/etc/monitoring.conf b/apps/monitoring/etc/monitoring.conf index 0267785..c44009e 100644 --- a/apps/monitoring/etc/monitoring.conf +++ b/apps/monitoring/etc/monitoring.conf @@ -11,4 +11,4 @@ # run garbage collection every n seconds # Default: 10 # -#garbage_collector_interval = 20 \ No newline at end of file +#garbage_collector_interval = 20 diff --git a/apps/monitoring/etc/monitoring.conf.cmake b/apps/monitoring/etc/monitoring.conf.cmake index 0267785..c44009e 100644 --- a/apps/monitoring/etc/monitoring.conf.cmake +++ b/apps/monitoring/etc/monitoring.conf.cmake @@ -11,4 +11,4 @@ # run garbage collection every n seconds # Default: 10 # -#garbage_collector_interval = 20 \ No newline at end of file +#garbage_collector_interval = 20 diff --git a/apps/msg_storage/etc/msg_storage.conf b/apps/msg_storage/etc/msg_storage.conf index b1ee125..efab27f 100644 --- a/apps/msg_storage/etc/msg_storage.conf +++ b/apps/msg_storage/etc/msg_storage.conf @@ -5,4 +5,4 @@ # # default: /var/spool/voicebox/ # -#storage_dir=/var/spool/voicebox/ \ No newline at end of file +#storage_dir=/var/spool/voicebox/ diff --git a/apps/msg_storage/etc/msg_storage.conf.cmake b/apps/msg_storage/etc/msg_storage.conf.cmake index b1ee125..efab27f 100644 --- a/apps/msg_storage/etc/msg_storage.conf.cmake +++ b/apps/msg_storage/etc/msg_storage.conf.cmake @@ -5,4 +5,4 @@ # # default: /var/spool/voicebox/ # -#storage_dir=/var/spool/voicebox/ \ No newline at end of file +#storage_dir=/var/spool/voicebox/ diff --git a/apps/reg_agent/etc/reg_agent.conf.cmake b/apps/reg_agent/etc/reg_agent.conf.cmake index 87ce9d7..3262a6a 100644 --- a/apps/reg_agent/etc/reg_agent.conf.cmake +++ b/apps/reg_agent/etc/reg_agent.conf.cmake @@ -4,13 +4,16 @@ # refreshed if necessary. # # +# See also proxy_sticky_auth configuration in sems.conf +# for some (broken) registrars. #domain=mydomain.net #user=myuser +#pwd=verysecret +# optional (defaults to user): #display_name=myuser #auth_user=myuser -#pwd=verysecret -# optional: +# optional (defaults to resolved by domain): #proxy=sip.mydomain.net:5060 # @@ -18,17 +21,17 @@ # #domain1=iptel.org #user1=xyz -#display_name1=xyz -#auth_user1=xyz #pwd1=ppp # optional: +#display_name1=xyz +#auth_user1=xyz #proxy1=sip.iptel.org:5060 #domain2=iptel.org #user2=xyz -#display_name2=xyz -#auth_user2=xyz #pwd2=ppp # optional: +#display_name2=xyz +#auth_user2=xyz #proxy2=sip.iptel.org:5060 diff --git a/apps/sbc/etc/refuse.sbcprofile.conf b/apps/sbc/etc/refuse.sbcprofile.conf index 8545c39..9f2a872 100644 --- a/apps/sbc/etc/refuse.sbcprofile.conf +++ b/apps/sbc/etc/refuse.sbcprofile.conf @@ -5,4 +5,4 @@ # # note: warning code 393 might not be the proper one for this usage. refuse_with="403 Forbidden" -append_headers="Warning: 393 $rd \"Incoming calls not allowed\"" \ No newline at end of file +append_headers="Warning: 393 $rd \"Incoming calls not allowed\"" diff --git a/apps/sbc/etc/refuse.sbcprofile.conf.cmake b/apps/sbc/etc/refuse.sbcprofile.conf.cmake index 8545c39..9f2a872 100644 --- a/apps/sbc/etc/refuse.sbcprofile.conf.cmake +++ b/apps/sbc/etc/refuse.sbcprofile.conf.cmake @@ -5,4 +5,4 @@ # # note: warning code 393 might not be the proper one for this usage. refuse_with="403 Forbidden" -append_headers="Warning: 393 $rd \"Incoming calls not allowed\"" \ No newline at end of file +append_headers="Warning: 393 $rd \"Incoming calls not allowed\"" diff --git a/apps/sbc/etc/replytranslate.sbcprofile.conf b/apps/sbc/etc/replytranslate.sbcprofile.conf index bfdba45..818e09b 100644 --- a/apps/sbc/etc/replytranslate.sbcprofile.conf +++ b/apps/sbc/etc/replytranslate.sbcprofile.conf @@ -1,2 +1,2 @@ # swap 603 and 488 replies: -reply_translations="603=>488 Not acceptable here|488=>603 Decline" \ No newline at end of file +reply_translations="603=>488 Not acceptable here|488=>603 Decline" diff --git a/apps/sbc/etc/replytranslate.sbcprofile.conf.cmake b/apps/sbc/etc/replytranslate.sbcprofile.conf.cmake index bfdba45..818e09b 100644 --- a/apps/sbc/etc/replytranslate.sbcprofile.conf.cmake +++ b/apps/sbc/etc/replytranslate.sbcprofile.conf.cmake @@ -1,2 +1,2 @@ # swap 603 and 488 replies: -reply_translations="603=>488 Not acceptable here|488=>603 Decline" \ No newline at end of file +reply_translations="603=>488 Not acceptable here|488=>603 Decline" diff --git a/core/plug-in/stats/etc/stats.conf.cmake b/core/plug-in/stats/etc/stats.conf.cmake index 88f8d89..57babe1 100644 --- a/core/plug-in/stats/etc/stats.conf.cmake +++ b/core/plug-in/stats/etc/stats.conf.cmake @@ -1,2 +1,5 @@ +# IP of the monitoring interface: monit_udp_ip=127.0.0.1 + +# port the statistics server should listen to: monit_udp_port=5040 _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
