Hi, chan_ss7.c:2017 ss7_write: Write buffer full on CIC=20 (wrote only 160 of 240), audio lost. how can i avoid this notice? Pozdrawiam / Regards Pawel Ratajewski Menadzer produkt?w Dzial administracji serwer?w pawel.ratajewski@xxxxxxx ----------------------------------------------- Forweb S.C. Lagiewnicka 54/56, 91-463 L?dz tel: +48 42 640 61 26, fax: +48 42 635 36 31 biuro@xxxxxxx http://www.4web.pl ----------------------------------------------- ----- Original Message ----- From: "Marcelo Pacheco" <marcelo@xxxxxxxxxxxx> To: <asterisk-ss7@xxxxxxxxxxxxxxxx> Sent: Monday, April 02, 2007 9:40 PM Subject: Tiny improvement for ss7test.c | Line 11, add #include <sys/ioctl.h> after #ifdef LINUX | Without this, compiling with -DLINUX fails | | was: | | #ifdef LINUX | #include <zaptel/zaptel.h> | #endif | | Change to: | | #ifdef LINUX | #include <sys/ioctl.h> | #include <zaptel/zaptel.h> | #endif | | -- | Regards | | Marcelo Pacheco | Diretor de Tecnologia e Sistemas - FaleVOIP Telecom | Com: (27)2127-9791 | Cel: (27)9945-3993 | Fax: (27)2127-9799 | E-mail: marcelo@xxxxxxxxxxxx | MSN: marcelo@xxxxxxxxxxxx / marcelo@xxxxxxxxxxx | Site: www.falevoip.net | | _______________________________________________ | --Bandwidth and Colocation provided by Easynews.com -- | | asterisk-ss7 mailing list | To UNSUBSCRIBE or update options visit: | http://lists.digium.com/mailman/listinfo/asterisk-ss7 |