Disable vacant FXO ports

mkkwok
Posts: 18
Member Since:
2008-03-23

I have a trixbox appliance running trixbox pro. We ordered Sangoma A200 cards with 6 fxo ports, so that as the company grows we have the ability to add lines. At this point in time we are only using 3 of the 6 ports. I am told that I should disable any ports that are not being used so that trixbox does not try to use them for outgoing calls. How can I disable the unused ports?



jpatel
Posts: 44
Member Since:
2007-05-24
You can either comment out

You can either comment out unused zap channels in /etc/asterisk/zapata.conf or you can change group number for these channels. To apply changes reload or restart Asterisk, this should do it.

For example:

context=internal
group=1
signalling = fxo_ks
channel => 49

context=internal
;group=1
;signalling = fxo_ks
;channel => 50

--

Jignesh Patel - Sangoma Technologies Inc.



Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.