]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
(FSCORE-524)
authorMichael Jerris <mike@jerris.com>
Wed, 13 Jan 2010 17:01:36 +0000 (17:01 +0000)
committerMichael Jerris <mike@jerris.com>
Wed, 13 Jan 2010 17:01:36 +0000 (17:01 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16277 d0543943-73ff-0310-b7d9-9358b9ac24b2

configure.in
src/mod/endpoints/mod_sofia/mod_sofia.c
src/switch.c

index a06056ce8dfd613e584ff0e3ddbb2752eefb8bb8..0a330366b44835ffefecc2a2f4cf7c5a45082264 100644 (file)
@@ -953,7 +953,7 @@ AC_OUTPUT
 ##
 
 echo
-echo "-------------------------- FreeSWITCH configuration ------------------------"
+echo "-------------------------- FreeSWITCH configuration --------------------------"
 echo ""
 echo "  Locations:"
 echo "      Selected layout: ${layout_name}"
@@ -967,4 +967,4 @@ echo "      sysconfdir:      ${sysconfdir}"
 echo "      runtimedir:      ${runtimedir}"
 echo "      logfiledir:      ${logfiledir}"
 echo ""
-echo "----------------------------------------------------------------------------"
+echo "------------------------------------------------------------------------------"
index 2595f2995d90afb1b06262bcce30462216597b9d..675774ac47d194e728dd5b0accdb8d920396e87d 100644 (file)
@@ -3942,6 +3942,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_sofia_load)
        switch_console_set_complete("add sofia profile ::sofia::list_profiles siptrace off");
 
        switch_console_set_complete("add sofia status profile ::sofia::list_profiles");
+       switch_console_set_complete("add sofia status profile ::sofia::list_profiles reg");
        switch_console_set_complete("add sofia status gateway ::sofia::list_gateways");
        switch_console_set_complete("add sofia xmlstatus profile ::sofia::list_profiles");
        switch_console_set_complete("add sofia xmlstatus gateway ::sofia::list_gateways");
index 1c85a1002e04ebddb5dd706f2b4bfa2601bdf393..00a884b31631d58d58ea4dda9395bb8b0127169d 100644 (file)
@@ -679,7 +679,7 @@ int main(int argc, char *argv[])
                        char buf[1024] = "";
                        int i = 0;
 
-                       fprintf(stderr, "Error: stacksize %d is too large: run ulimit -s %d or run %s -waste.\nauto-adjusting stack size for optimal performance....\n", 
+                       fprintf(stderr, "Error: stacksize %d is too large: run ulimit -s %d or run %s -waste.\nauto-adjusting stack size for optimal performance...\n", 
                                        (int)(rlp.rlim_max / 1024), SWITCH_THREAD_STACKSIZE / 1024, local_argv[0]);
 
                        memset(&rlp, 0, sizeof(rlp));