TrixBox分機之間的手動轉撥(Attended Transfer)是通過*2的功能鍵(feature code)實現的。但是,在TrixBox的預設安裝下,此功能沒有被啟用。因此,我們需要做一些改動:
----------------------------------------------------------
開啟 /etc/asterisk/features.conf 檔案,我們看到:
[general] ; do not manually enter parkinglot config information, use the parkinglot module ; ; the parking_additional.inc file is auto-generated by the Parkinglot Module, do ; not hand edit that file #include parking_additional.inc #include features_general_custom.conf [featuremap] ;blindxfer => ## ; Blind Transfer ;disconnect => ** ; Disconnect Call automon => *1 ; One Touch Record ;atxfer => *2 ; Attended Xfer |
將最後一行
去掉前面的引號,改成
在[general]最後,加上一行:
| featuredigittimeout = 1000 |
存檔,重啟asterisk。
------------------------------------------------------------
使用說明:*2+要轉到的分機號碼
假設外線電話撥打到1001分機,1001接聽後向轉接給1002分機,直接按*21002,(不要按hold鍵!)這時外線被自動置於候機狀態,1002響鈴,1002摘機與1001交談。
如果1002願意接聽外線,1001隨後掛機。這時,電話被轉解到1002。
如果1002不願意接聽外線,1002先掛機,1001自動被轉回到與外線交談。