X100P: Difference between revisions
From KlavoWiki
Jump to navigationJump to search
New page: To configure the X100P; in the appropriate headdings /etc/zaptel.conf <pre> fxsks=1 channels=1 </pre> |
No edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
To configure the X100P; in the appropriate headdings | To configure the X100P; in the appropriate headdings | ||
= Asterisk 1.6.x = | |||
'''/etc/dahdi/system.conf''' | |||
<pre> | |||
fxsks=1 | |||
/ | channels=1 | ||
</pre> | |||
'''/etc/asterisk/chan_dahdi.conf''' | |||
<pre> | |||
signalling=fxs_ks | |||
group=1 | |||
channel => 1 | |||
</pre> | |||
= Asterisk 1.4.x = | |||
'''/etc/zaptel.conf''' | |||
<pre> | <pre> | ||
fxsks=1 | fxsks=1 | ||
Line 8: | Line 22: | ||
channels=1 | channels=1 | ||
</pre> | </pre> | ||
'''/etc/asterisk/zapata.conf''' | |||
<pre> | |||
signalling=fxs_ks | |||
group=1 | |||
channel => 1 | |||
</pre> | |||
[[Category : Asterisk]] |
Latest revision as of 10:03, 11 October 2008
To configure the X100P; in the appropriate headdings
Asterisk 1.6.x
/etc/dahdi/system.conf
fxsks=1 channels=1
/etc/asterisk/chan_dahdi.conf
signalling=fxs_ks group=1 channel => 1
Asterisk 1.4.x
/etc/zaptel.conf
fxsks=1 channels=1
/etc/asterisk/zapata.conf
signalling=fxs_ks group=1 channel => 1