1. 程式人生 > >FreeSWITCH呼叫參數之sip_cid_type

FreeSWITCH呼叫參數之sip_cid_type

呼叫 all 什麽 user ID party CI pri privacy

這個參數定義了呼叫中主叫信息的頭字段類型。支持兩種類型:

1. rpid
Remote-Party-ID頭,這是默認的設置。
{sip_cid_type=rpid}sofia/default/[email protected]
此時送出去的SIP消息頭的主叫信息字段示例:
Remote-Party-ID: "13812344321" <sip:[email protected]>;party=calling;screen=yes;privacy=off

2. pid
P-Preferred-Identity頭
{sip_cid_type=pid}sofia/default/[email protected]
此時送出去的SIP消息頭的主叫信息字段示例:
P-Asserted-Identity: "13812344321" <sip:[email protected]>

這個有什麽用?
比如:Avaya就從P-Preferred-Identity頭裏讀主叫信息。

FreeSWITCH呼叫參數之sip_cid_type