[Freeswitch-svn] [commit] r9898 - freeswitch/trunk/src/mod/endpoints/mod_loopback

Freeswitch SVN brian at freeswitch.org
Wed Oct 8 15:32:26 EDT 2008


Author: brian
Date: Wed Oct  8 15:32:25 2008
New Revision: 9898

Modified:
   freeswitch/trunk/src/mod/endpoints/mod_loopback/mod_loopback.c

Log:
tweak

Modified: freeswitch/trunk/src/mod/endpoints/mod_loopback/mod_loopback.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_loopback/mod_loopback.c	(original)
+++ freeswitch/trunk/src/mod/endpoints/mod_loopback/mod_loopback.c	Wed Oct  8 15:32:25 2008
@@ -693,7 +693,7 @@
 				caller_profile->dialplan = switch_core_strdup(caller_profile->pool, "xml");
 			}
 
-			switch_snprintf(name, sizeof(name), "Loopback/%s-a", caller_profile->destination_number);
+			switch_snprintf(name, sizeof(name), "loopback/%s-a", caller_profile->destination_number);
 			switch_channel_set_name(channel, name);
 
 			switch_channel_set_caller_profile(channel, caller_profile);



More information about the Freeswitch-svn mailing list