Sure. Sorry to be unclear about it. I was using app_swift-2.0rc1, from http://www.mezzo.net/asterisk/app_swift.html. Part of that package is app_swift.c. At line 68, I changed the declaration
const int framesize = 160*4; to const int framesize = 20; That fixed things here. As it seems, that fix may not work (or even be appropriate) for app_swift-0.9, which I would assume you got from loopfree.net. On 9/6/07, Steve Prior <[EMAIL PROTECTED]> wrote: > Can you specify exactly where you made this change? I'm looking at the > source for app_swift-0.9 right now and don't see a "framesize" constant. > I'm getting some breakup when using app_swift over an IAX connection and > thought I'd try this. _______________________________________________ Sign up now for AstriCon 2007! September 25-28th. http://www.astricon.net/ --Bandwidth and Colocation Provided by http://www.api-digital.com-- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
