]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add party=calling to rpid
authorMathieu Rene <mrene@avgs.ca>
Thu, 19 Feb 2009 15:14:13 +0000 (15:14 +0000)
committerMathieu Rene <mrene@avgs.ca>
Thu, 19 Feb 2009 15:14:13 +0000 (15:14 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12165 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_sofia/sofia_glue.c

index 9912b9701ff646fd387b7594c3b2bf4a28f4403c..7c65f2f10ccd056f6b9d8412260394e6c770eb78 100644 (file)
@@ -1308,7 +1308,7 @@ switch_status_t sofia_glue_do_invite(switch_core_session_t *session)
                        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);