From 8d3455d849aa267f8475a72f82961f893ee9959f Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Wed, 21 Nov 2007 00:36:49 +0000 Subject: [PATCH] lets pull this for now. Scream if this breaks you. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6367 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/endpoints/mod_sofia/sofia_glue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/endpoints/mod_sofia/sofia_glue.c b/src/mod/endpoints/mod_sofia/sofia_glue.c index 9ef89af6bd..8ecc132b95 100644 --- a/src/mod/endpoints/mod_sofia/sofia_glue.c +++ b/src/mod/endpoints/mod_sofia/sofia_glue.c @@ -555,7 +555,7 @@ switch_status_t sofia_glue_do_invite(switch_core_session_t *session) screen = "yes"; } - rpid = switch_core_session_sprintf(tech_pvt->session, "Remote-Party-ID: %s;party=calling;screen=%s;privacy=%s", tech_pvt->from_str, screen, priv); + rpid = switch_core_session_sprintf(tech_pvt->session, "Remote-Party-ID: %s;screen=%s;privacy=%s", tech_pvt->from_str, screen, priv); } if (!tech_pvt->nh) {