Changes in chan_unistim 1.0.0.5c
 - Support Asterisk 1.4.4+ (ast_channel_alloc)

Changes in chan_unistim 1.0.0.5b
 - Fix history

Changes in chan_unistim 1.0.0.5a
 - Missing #define

Changes in chan_unistim 1.0.0.5
 - Support Asterisk 1.4.x

Changes in chan_unistim 1.0.0.4c
 - Set correct permissions on history folder
 - New rtp_method (3)

Changes in chan_unistim 1.0.0.4b
 - Leaks when dialing a non-connected phone

Changes in chan_unistim 1.0.0.4
 - Softkeys can be changed programmatically
 - Fix dual frequency tone generator
 - DTMF is now out-band (generated by the phone directly)
 - History
 - Forward

Changes in chan_unistim 1.0.0.3a
- memset forgot when creating a new line.

Changes in chan_unistim 1.0.0.3
- Reload
- Cleanup in scheduler code
- Cleanup in 'reliable' UDP stack

Changes in chan_unistim 1.0.0.2
- Autoprovisioning=tn

Changes in chan_unistim 1.0.0.1
- Autoprovisioning=yes
- Can add extensions into the dialplan
- Positionable bookmarks and line

Changes in chan_unistim 1.0.0.0
- Transfer
- Return DIALSTATUS=BUSY when busy
- Ring, Busy and Congestion tone (require res_indications.so)
- Fix callerid

Changes in chan_unistim 0.9.4.2
- Fix the one way audio issue when using method 1 or 2 and codec aLaw

Changes in chan_unistim 0.9.4.1
- FreeBSD does not support IP_PKTINFO, fixed

Changes in chan_unistim 0.9.4
- Compile against asterisk 1.2.0-pre and final
- Get the server IP by setsockopt IP_PKTINFO / recvmsg instead of ast_find_ourip.
- Bind INADDR_ANY
- Set our IP by sendmsg. Should work with multiple nic and alias.
- Option bindaddr= renamed public_ip
- Distinctive ring ('melody' and volume)
- Country specific dial tone

Changes in chan_unistim 0.9.3
- Compile against asterisk 1.2.0-beta
