Custom patches for 1.0.x

Most of these has been written for 1.0.7, and all of them are in use, so they should be stable

disallow_allow-mysql_sipfriends.patch
Allow setting codec preferences MySQL sipfriends by adding new, with this patch mandatory columns disallow and allow. To use this patch, add them to the sipfriends table with

mysql> ALTER TABLE sipfriends ADD disallow VARCHAR(50)
mysql> ALTER TABLE sipfriends ADD allow VARCHAR(50)

dtmfmode-mysql_sipfriends.patch
Allow setting dtmfmode in MySQL sipfriends

mysql> ALTER TABLE sipfriends ADD dtmfmode VARCHAR(50)

Our (Briiz Telecom) custom patched 1.0.7-based asterisk. The patches include fix for an RTP-leak (see http://bugs.digium.com/view.php?id=3986), a SIP nonce generation bug which affects some clients, see http://bugs.digium.com/view.php?id=2746&nbn=29, an extension to set allow, disallow and dtmfmode from mysql sipfriends and a lot more...