[Freeswitch-users] partly no audio on linksys slug

Anthony Minessale anthmct at yahoo.com
Fri Oct 12 11:01:12 PDT 2007


try playing with the code on line 968 of
switch_ivr_play_say.c

#ifndef WIN32
#if __BYTE_ORDER == __BIG_ENDIAN
        if (!asis) {
            switch_swap_linear(write_frame.data, (int) write_frame.datalen / 2);
        }
#endif
#endif


erase the ifdefs and change it to

#if 0

        if (!asis) {
            switch_swap_linear(write_frame.data, (int) write_frame.datalen / 2);
        }
#endif

try it with both #if 0 and #if 1 and compare the results.






 
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/

AIM: anthm
MSN:anthony_minessale at hotmail.com
GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:888 at conference.freeswitch.org
iax:guest at conference.freeswitch.org/888
googletalk:conf+888 at conference.freeswitch.org
pstn:213-799-1400


----- Original Message ----
From: Pekka Kurki <pekkis50 at gmail.com>
To: freeswitch-users at lists.freeswitch.org
Sent: Wednesday, October 10, 2007 9:14:17 PM
Subject: [Freeswitch-users] partly no audio on linksys slug

i moved my freeswitch to a linksys slug and recompiled it successfully. now
- sip works ok
- playback produces just garbage sound
- jingle connections are started but sound is missing

br
pekka

(Mr.) Pekka K. Kurki
Intellectics GesmbH
http://www.intellectics.com
Helenenstrasse 44, A-2500 Baden, Austria
Tel. +43 2256 815811  Mobile +43 681 10358833
Fax  +43 2256 815819
(Tel. US: 360-2267729 UK: 0870 4787064 FIN: 075-3251053)
sip:pekka.kurki at sip.intellectics.com
skype: pkkurki, pkkurki-sip (sip gateway)
gtalk: pekkis50 at gmail.com (sip gateway - experimental)
gizmo: pekkis50
email: Pekka.Kurki at intellectics.com
www: http://pekka.kurki.at



_______________________________________________
Freeswitch-users mailing list
Freeswitch-users at lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org







       
____________________________________________________________________________________
Be a better Globetrotter. Get better travel answers from someone who knows. Yahoo! Answers - Check it out.
http://answers.yahoo.com/dir/?link=list&sid=396545469
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20071012/8845c8c6/attachment-0002.html 


More information about the FreeSWITCH-users mailing list