[Freeswitch-svn] [commit] r12165 - freeswitch/trunk/src/mod/endpoints/mod_sofia

FreeSWITCH SVN mrene at freeswitch.org
Thu Feb 19 07:14:13 PST 2009


Author: mrene
Date: Thu Feb 19 09:14:13 2009
New Revision: 12165

Log:
add party=calling to rpid

Modified:
   freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_glue.c

Modified: freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_glue.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_glue.c	(original)
+++ freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_glue.c	Thu Feb 19 09:14:13 2009
@@ -1308,7 +1308,7 @@
 			screen = "yes";
 		}
 
-		tech_pvt->rpid = switch_core_session_sprintf(tech_pvt->session, "Remote-Party-ID: \"%s\"<sip:%s@%s>;screen=%s;privacy=%s",
+		tech_pvt->rpid = switch_core_session_sprintf(tech_pvt->session, "Remote-Party-ID: \"%s\"<sip:%s@%s>;party=calling;screen=%s;privacy=%s",
 													 tech_pvt->caller_profile->caller_id_name,
 													 tech_pvt->caller_profile->caller_id_number, rpid_domain, screen, priv);
 



More information about the Freeswitch-svn mailing list