AX4G Quick Start Guide
www.atcom.cn Email: [email protected]
9
3
.
Appendix: the parameter for billing
1
.
Two kinds of configuration for the billing.
1) If users need the GSM modules for billing, but the FXO needn't, please edit the configuration
files like the following:
a. Make sure the parameters is disabled in the “/etc/asterisk/chan_dahdi.conf” file.
;answeronpolarityswitch=yes
;polarityonanswerdelay= 300
b. Add the billing parameters into the “/etc/dahdi-channels.conf” file.
------------------------------------------------------------------------------------------
;;; line="1 WCTDM/6/0 FXSKS (In use) (SWEC: MG2)"
signalling=fxs_ks
answeronpolarityswitch=yes
polarityonanswerdelay= 300
callerid=asreceived
group=0
context=from-pstn
channel => 1
callerid=
group=
context=default
------------------------------------------------------------------------------------------
Please add the parameters to the FXO module channels like the following:
------------------------------------------------------------------------------------------
;;; line="5 WCTDM/6/4 FXOKS (In use) (SWEC: MG2)"
signalling=fxo_ks
answeronpolarityswitch=no
callerid="Channel 5" <4005>
mailbox=4005
group=5
context=from-internal
channel => 5
callerid=
mailbox=
group=
context=default
------------------------------------------------------------------------------------------