[Freeswitch-users] freetdm with a400p segfaults
Jesse Cloutier
jesse at cronomagic.com
Mon Feb 28 23:20:30 MSK 2011
Im having trouble with getting freetdm to work with a openvox a400p with
4 fxo modules using the latest freeswitch from GIT
dahdi installs fine and 'dahdi_hardware' lists it as a TDM400P
When I configure freetdm.conf only I can start freeswitch and do a ftdm
dump and it displays my span with 4 channels
When I configure freetdm.conf.xml freeswitch segfaults on startup
I don't know if I need them but ftmod_analog.so and ftmod_zt.so have
been built
this is my freetdm.conf:
[general]
[span zt myFX0]
fxo-channel => 1
fxo-channel => 2
fxo-channel => 3
fxo-channel => 4
This is my freetdm.conf.xml:
<configuration name="freetdm.conf" description="FreeTDM Configuration">
<settings>
<param name="debug" value="6"/>
<!--<param name="hold-music" value="$${moh_uri}"/>-->
<!-- Analog global options (they apply to all spans)
Remember you can only choose between either call-swap
or 3-way, not both!
-->
<!--<param name="enable-analog-option" value="call-swap"/>-->
<!--<param name="enable-analog-option" value="3-way"/>-->
</settings>
<!-- Sample analog configuration (The analog_spans tag is for
ftmod_analog) -->
<analog_spans>
<!-- The span name must match the name in your freetdm.conf -->
<span name="myFXO">
<!--<param name="hold-music" value="$${moh_uri}"/>-->
<param name="dialplan" value="XML"/>
<param name="context" value="Incoming-FXO"/>
<param name="tonegroup" value="us"/>
<param name="enable_callerid" value="true"/>
<param name="enable-analog-option" value="call-swap"/>
<!--<param name="enable-analog-option" value="3-way"/>-->
</span>
</analog_spans>
</configuration>
Any idea what I am doing wrong?
--
Jesse Cloutier
Network Administrator
Cronomagic Canada
5143411579 x210
jesse at cronomagic.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20110228/00d59d46/attachment.html
More information about the FreeSWITCH-users
mailing list