[asterisk-users] How to remove the call waiting tone without disabling callwaiting?

Niccolò Belli darkbasic at linuxsystems.it
Mon Oct 1 13:17:49 CDT 2012


Il 01/10/2012 20:08, Danny Nicholas ha scritto:
> This is probably a dumb question, but your country/zone is set to "it"
> (installs as "us" by default)?
Obviously :)

Anyway I think I found where the fucking bastard is hardcoded: 
chan_dahdi.c in asterisk :)

I will change

#define CALLWAITING_REPEAT_SAMPLES              ((10000 * 8) / 
READ_SIZE) /*!< 10,000 ms */
to
#define CALLWAITING_REPEAT_SAMPLES              ((40000 * 8) / 
READ_SIZE) /*!< 40,000 ms */

Niccolò
-- 
http://www.linuxsystems.it



More information about the asterisk-users mailing list