要使 A2B 與多個 Asterisk 做連接,必須將 A2B 單獨安裝一台主機上且不包含有 Asterisk 系統。
大致的流程如下:
在 A2B 主機上)
將 A2B 的有關檔案複製到 Asterisk 主機上
在 Asterisk 主機上)
將以下檔案複製這些路徑
編輯 extensions_custom.conf (註: 以 FreePBX 為例)
加上這一行 ;this is for A2B #include extensions_a2billing_1_6.conf
編輯 /etc/a2billing.conf
修改 A2B DB 的連線資訊 [database] hostname = <A2B DB Host> ; port for postgres is 5432 by default port = 3306 user = a2billinguser password = <DB password> dbname = mya2billing ; dbtype setting can either be mysql or postgres dbtype = mysql
安裝A2B語音檔