From: Anthony Minessale Date: Mon, 23 Sep 2013 15:58:25 +0000 (-0500) Subject: FS-5815 --resolve X-Git-Tag: v1.5.8~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab70133ec1583277c92b5830a005c100b3a652ee;p=thirdparty%2Ffreeswitch.git FS-5815 --resolve --- diff --git a/src/mod/applications/mod_spandsp/mod_spandsp_modem.c b/src/mod/applications/mod_spandsp/mod_spandsp_modem.c index 68964319e4..7c43577427 100644 --- a/src/mod/applications/mod_spandsp/mod_spandsp_modem.c +++ b/src/mod/applications/mod_spandsp/mod_spandsp_modem.c @@ -883,6 +883,7 @@ static switch_call_cause_t channel_outgoing_channel(switch_core_session_t *sessi if (outbound_profile) { caller_profile = switch_caller_profile_clone(*new_session, outbound_profile); caller_profile->source = switch_core_strdup(caller_profile->pool, "mod_spandsp"); + caller_profile->destination_number = switch_core_strdup(caller_profile->pool, number); switch_channel_set_caller_profile(channel, caller_profile); tech_pvt->caller_profile = caller_profile; } else {