View previous topic :: View next topic |
Author |
Message |
frank at carmickle.com Guest
|
Posted: Tue Nov 03, 2009 12:18 pm Post subject: [Freeswitch-users] portaudio error |
|
|
Hello
Debian lenny with svn15321
freeswitch@internal> load mod_portaudio
-ERR [module load file routine returned an error]
2009-11-03 11:56:47.047969 [ERR] mod_portaudio.c:964 Cannot find an input devicefreeswitch@internal> 2009-11-03 11:56:47.047969 [ERR] mod_portaudio.c:974 Cannot find an input device
2009-11-03 11:56:47.047969 [CRIT] switch_loadable_module.c:871 Error Loading module /opt/freeswitch/mod/mod_portaudio.so
**Module load routine returned an error**
<configuration name="portaudio.conf" description="Soundcard Endpoint">
<settings>
<!-- indev, outdev, ringdev:
partial case sensitive string match on something in the name
or the device number prefixed with # eg "#1" (or blank for default) -->
<!-- device to use for input -->
<param name="indev" value="1"/>
<!-- device to use for output -->
<param name="outdev" value="1"/>
<!--device to use for inbound ring -->
<param name="ringdev" value="1"/>
<!--File to play as the ring sound -->
<!--<param name="ring-file" value="/sounds/ring.wav"/>-->
<!--Number of seconds to pause between rings -->
<!--<param name="ring-interval" value="5"/>-->
<!--Enable or Disable dual_streams-->
<!--<param name="dual-streams" value="true"/>-->
<!--file to play when calls are on hold-->
<param name="hold-file" value="$${hold_music}"/>
<!--Timer to use for hold music (i'd leave this one commented)-->
<!--<param name="timer-name" value="soft"/>-->
<!--Default dialplan and caller-id info -->
<param name="dialplan" value="XML"/>
<param name="cid-name" value="$${outbound_caller_name}"/>
<param name="cid-num" value="$${outbound_caller_id}"/>
<!--audio sample rate and interval -->
<param name="sample-rate" value="48000"/>
<param name="codec-ms" value="10"/>
</settings>
</configuration>
Any help would be appreciated.
--FC
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
andrew at hijacked.us Guest
|
Posted: Tue Nov 03, 2009 12:45 pm Post subject: [Freeswitch-users] portaudio error |
|
|
On Tue, Nov 03, 2009 at 12:01:10PM -0500, Frank Carmickle wrote:
Quote: | Hello
Debian lenny with svn15321
freeswitch@internal> load mod_portaudio
-ERR [module load file routine returned an error]
2009-11-03 11:56:47.047969 [ERR] mod_portaudio.c:964 Cannot find an input devicefreeswitch@internal> 2009-11-03 11:56:47.047969 [ERR] mod_portaudio.c:974 Cannot find an input device
2009-11-03 11:56:47.047969 [CRIT] switch_loadable_module.c:871 Error Loading module /opt/freeswitch/mod/mod_portaudio.so
**Module load routine returned an error**
| Try installing the alsa development headers, it's got some stupid name
on debian like libasound2-devel or something. Then re-build the
portaudio module and library (a couple well placed make cleans should do
it).
Andrew
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
frank at carmickle.com Guest
|
Posted: Tue Nov 03, 2009 5:12 pm Post subject: [Freeswitch-users] portaudio error |
|
|
On Tue, Nov 03, Andrew Thompson wrote:
Quote: | On Tue, Nov 03, 2009 at 12:01:10PM -0500, Frank Carmickle wrote:
Quote: | Hello
Debian lenny with svn15321
freeswitch@internal> load mod_portaudio
-ERR [module load file routine returned an error]
2009-11-03 11:56:47.047969 [ERR] mod_portaudio.c:964 Cannot find an input devicefreeswitch@internal> 2009-11-03 11:56:47.047969 [ERR] mod_portaudio.c:974 Cannot find an input device
2009-11-03 11:56:47.047969 [CRIT] switch_loadable_module.c:871 Error Loading module /opt/freeswitch/mod/mod_portaudio.so
**Module load routine returned an error**
| Try installing the alsa development headers, it's got some stupid name
on debian like libasound2-devel or something. Then re-build the
portaudio module and library (a couple well placed make cleans should do
it).
|
Hi
Libasound2-dev is still installed. I have had PA working in the passed. I think it was as of svn 14000 or so. Thanks for the help.
--FC
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
|