匿名

差分

BLF Panasonic拡張

645 バイト追加, 2018年5月7日 (月) 10:20
パッチファイル
*Asterisk 15用
:[[ファイル:Pana blf15.patch]]
*Asterisk 13 pjsip
*** ./res/res_pjsip/presence_xml.c 2018-05-07 10:16:46.216486617 +0900
--- ./res/res_pjsip/presence_xml.c.org 2018-05-07 10:16:41.336497600 +0900
***************
*** 126,137 ****
*pidfstate = "busy";
*pidfnote = "On hold";
break;
+ case AST_EXTENSION_IUSE:
+ *statestring = "I-use";
+ *local_state = NOTIFY_INUSE;
+ *pidfstate = "busy";
+ *pidfnote = "I0use";
+ break;
case AST_EXTENSION_NOT_INUSE:
default:
/* Default setting */
--- 126,131 ----
==使用方法==