0
當發生事件時是否有人知道參數列表(除了類型和會話)發送到事件監聽器功能。參數列表發送到sipml5中的事件監聽器功能
當發生事件時是否有人知道參數列表(除了類型和會話)發送到事件監聽器功能。參數列表發送到sipml5中的事件監聽器功能
以下事件參數和有值:
1)e.type =>事件類型,例如連接,開始,i_new_call,I_new_message,終止
2)e.session =>當前事件會話
3)e.getSipResponseCode( )=>事件響應代碼(-1,100,180,603,200,487)
4)e.description =>事件描述
5)e.getContentString()=>發泄內容字符串(我認爲僅適用於i_notify事件)
6)e.getContentType()=> >事件內容類型(我認爲只爲i_notify事件)