Prepared version 1.0.1

This commit is contained in:
MelwareDE 2007-04-14 22:34:18 +00:00
parent d9d3efeee1
commit b13f9e3f29
2 changed files with 7 additions and 3 deletions

View File

@ -1,7 +1,8 @@
CHANGES
=======
HEAD
chan_capi-1.0.1
------------------
- added qsig caller-name patch by Mario Goegel
- recognise asterisk 1.4.1
@ -11,9 +12,12 @@ HEAD
- added 'k' option to capi receivefax command for not deleting bad faxes
- added b-channel number to channel name for better identification
- added variable setting REDIRECTIONNUMBER on outgoing call
- fixed deadlock with ast_async_goto on fax tone detection
- listen to CAPI supplementary information
QSIG:
- added support for different qsig variants
- added support for rerouting informations on incoming calls
- added implementation of Simple Call Transfer
chan_capi-1.0.0
------------------

View File

@ -95,9 +95,9 @@ OPENPBX_FILE_VERSION("$HeadURL$", "$Revision$")
#endif
#ifdef PBX_IS_OPBX
#define CC_VERSION "cm-opbx-0.7"
#define CC_VERSION "cm-opbx-1.0"
#else
/* #define CC_VERSION "cm-x.y.z" */
/* #define CC_VERSION "x.y.z" */
#define CC_VERSION "$Revision$"
#endif