[Freeswitch-svn] [commit] r5657 - freeswitch/trunk/src

Freeswitch SVN mikej at freeswitch.org
Tue Aug 21 23:10:08 EDT 2007


Author: mikej
Date: Tue Aug 21 23:10:08 2007
New Revision: 5657

Modified:
   freeswitch/trunk/src/switch_core_session.c

Log:
pass new caller profile vars across the bridge.

Modified: freeswitch/trunk/src/switch_core_session.c
==============================================================================
--- freeswitch/trunk/src/switch_core_session.c	(original)
+++ freeswitch/trunk/src/switch_core_session.c	Tue Aug 21 23:10:08 2007
@@ -218,6 +218,11 @@
 																 caller_profile->rdnis,
 																 caller_profile->source, caller_profile->context, caller_profile->destination_number);
 					outgoing_profile->flags = caller_profile->flags;
+					outgoing_profile->caller_ton = caller_profile->caller_ton;
+					outgoing_profile->caller_numplan = caller_profile->caller_numplan;
+					outgoing_profile->destination_number_ton = caller_profile->destination_number_ton;
+					outgoing_profile->destination_number_numplan = caller_profile->destination_number_numplan;
+
 				}
 			}
 			if (!outgoing_profile) {



More information about the Freeswitch-svn mailing list