Hi, I'm running asterisk-1.0.2-2mdk. When I tried to start it with /usr/sbin/asterisk -vvvvvvvvvvvvvvvvvvvvgc, I get [codec_ilbc.so] => (iLBC/PCM16 (signed linear) Codec Translator) Ouch ... error while writing audio data: : Broken pipe # ps aux | grep mpg123 root 5237 0.1 0.4 5816 4444 pts/0 S 18:45 0:00 mpg123 -q -s --mono -r 8000 -b 2048 -f 4096 fpm-calm-river.mp3 fpm-sunshine.mp3 fpm-world-mix.mp3 Could someone please give me a few pointers on how to troubleshoot this? /var/log/asterisk/messages Unable to get our IP address, Skinny disabled Unable to open pseudo channel for timing... Sound may be choppy. Unable to open IAX timing interface: No such file or directory Unable to get our IP address, Skinny disabled Regards, Norman Zhang
did u issue this command ? "modprobe zaptel" before the asterisk -vvvgc if u got fxo modprobe wcfxo as well On Mon, 29 Nov 2004 18:50:53 -0800, Norman Zhang <norman.zhang@rd.arkonnetworks.com> wrote:> Hi, > > I'm running asterisk-1.0.2-2mdk. When I tried to start it with > /usr/sbin/asterisk -vvvvvvvvvvvvvvvvvvvvgc, I get > > [codec_ilbc.so] => (iLBC/PCM16 (signed linear) Codec Translator) > Ouch ... error while writing audio data: : Broken pipe > > # ps aux | grep mpg123 > root 5237 0.1 0.4 5816 4444 pts/0 S 18:45 0:00 mpg123 -q > -s --mono -r 8000 -b 2048 -f 4096 fpm-calm-river.mp3 fpm-sunshine.mp3 > fpm-world-mix.mp3 > > Could someone please give me a few pointers on how to troubleshoot this? > > /var/log/asterisk/messages > > Unable to get our IP address, Skinny disabled > Unable to open pseudo channel for timing... > Sound may be choppy. > Unable to open IAX timing interface: No such file or directory > Unable to get our IP address, Skinny disabled > > Regards, > Norman Zhang > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- Regards, Steven Kalcevich ---------------------------------------- Office +1- 416-576-4457 MSN: steven@ciscokid.net http://www.ciscokid.net http://www.sohonetworks.ca
Steven Kalcevich (Lists) wrote:> well i have zaptel installed and when i reboot server i need to > modprobe zaptel when i dont i get that error broken pipe. thats why i > suggested it.if u never installed it when u downloaded asterisk then u > dont need 2 worry about it.I never installed Zaptel, at least the Asterisk RPM never told me to. May I ask where should I look to fix this?>>>did u issue this command ? "modprobe zaptel" before the asterisk >>>-vvvgc if u got fxo modprobe wcfxo as well >> >>Thanks Steven. I have no plug-in card in my Asterisk box. I plan to >>connect the plain box to my router and point soft-phone clients to it. >>Where can I disable zaptel and wcfxo? Or do I need to install those modules? >> >>>>I'm running asterisk-1.0.2-2mdk. When I tried to start it with >>>>/usr/sbin/asterisk -vvvvvvvvvvvvvvvvvvvvgc, I get >>>> >>>>[codec_ilbc.so] => (iLBC/PCM16 (signed linear) Codec Translator) >>>>Ouch ... error while writing audio data: : Broken pipeRegards, Norman Zhang