From: Brian West Date: Wed, 8 Oct 2008 19:32:25 +0000 (+0000) Subject: tweak X-Git-Tag: v1.0.2~907 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f04b1ade4a157d6464eeda1ac8da952e8c99e77c;p=thirdparty%2Ffreeswitch.git tweak git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9898 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/endpoints/mod_loopback/mod_loopback.c b/src/mod/endpoints/mod_loopback/mod_loopback.c index da6a9b9e63..63bf43e3e9 100644 --- a/src/mod/endpoints/mod_loopback/mod_loopback.c +++ b/src/mod/endpoints/mod_loopback/mod_loopback.c @@ -693,7 +693,7 @@ static switch_call_cause_t channel_outgoing_channel(switch_core_session_t *sessi 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);