sangoma_mgd.c
======================================
Jun 13 2007

v1.13 Nenad Corbic <ncorbic@sangoma.com>
	Woomera OPAL Dialect
	Added Congestion control
	Added SCTP
	Added priority ISUP queue
	Fixed presentation

v1.12 Nenad Corbic <ncorbic@sangoma.com>
	Fixed CCR 
	Removed socket shutdown on end call.
	Let Media thread shutodwn sockets.

v1.11 Nenad Corbic <ncorbic@sangoma.com>
	Fixed Remote asterisk/woomera connection
	Increased socket timeouts


chan_woomera.c
======================================
Jun 13 2007

v1.11 Nenad Corbic <ncorbic@sangoma.com>
	Updated multiple profiles 
	Updated Dialect for OPAL Woomera
	Added call logging/debugging
	Fixed presentation

v1.10 Nenad Corbic <ncorbic@sangoma.com>
	Bug fix in incoming hangup 

v1.9 Nenad Corbic <ncorbic@sangoma.com>
	Fixed remote asterisk/woomera
	setup.


sangoma_mgd.c
======================================
May 2 2007

v1.10 Nenad Corbic <ncorbic@sangoma.com>
	Added Woomera OPAL dialect.
	Start montor thread in priority

v1.9 Nenad Corbic <ncorbic@sangoma.com>
	Added Loop mode for ccr
	Added remote debug enable
	Fixed syslog logging.

v1.8 Nenad Corbic <ncorbic@sangoma.com>
	Added a ccr loop mode for each channel.
	Boost can set any channel in loop mode  


chan_woomera.c
=====================================
May 2 2007

v1.8 Nenad Corbic <ncorbic@sangoma.com>
      Added Woomera OPAL dialect.
      Code cleanup.
      Added cli call_status

v1.7 Nenad Corbic <ncorbic@sangoma.com>
      Added smgdebug to enable smg debugging
      Added rdnis


sangoma_mgd.c
=====================================
v1.7 Dec 11 2006


Nenad Corbic <ncorbic@sangoma.com>

Pass trunk group number to incoming call
chan woomera will use it to append to context
name. 

Added presentation feature.


chan_woomera.c
======================================
v1.6 Dec 11 2006

Nenad Corbic <ncorbic@sangoma.com>

Added incoming trunk group context 
The trunk number will be added to the
profile context name. 

Added presentation feature.

Added CODING option in woomera.conf to indicate
coding for rx/tx gain on initialization.



sangoma_mgd.c
=====================================
v1.6 Nov 15 2006

Nenad Corbic <ncorbic@sangoma.com>

Only rx/tx ULAW and ALAW from TDM API.
This greatly reduces system usage, since
two times less traffic passes from
kerel to user space layer.

The G.711 transcoding is done in asterisk,
there is no benefit in the kernel.

Removed rxgain/txgain from SMG.



chan_woomera.c
======================================
v1.5 Nov 15 2006

Nenad Corbic <ncorbic@sangoma.com>

chan_woomera support for SLINEAR/ULAW/ALAW 
voice formats.  The codec used is autodetected from SMG.
This option greatly improves system performace
because ulaw/alaw traffic is two times smaller than 
SLIN. Resulting in less network traffic.

Added rxgain and txgain to woomera.conf
Also rxgain and txgain can be globaly changed
from CLI.

CLI> woomera rxgain 1.0
CLI> woomera txgain 1.0


sangoma_mgd.c
======================================
v1.5 Nov 9 2006 

Nenad Corbic <ncorbic@sangoma.com>

Bug fix in START_NACK_ACK handling.
----------------------------------

When we receive START_NACK we must alwasy pull tank before
we send out NACK_ACK this way we will not try to send NACK 
ourself.


New RX/TX Gain options
----------------------

In /etc/sangoma_mgd.conf
	rxgain=>0
	txgain=>0

These optinos can be used to adjust
rx tx gain.  Thes options are identical to
zaptel options in zapata.conf.



chan_woomera.c
======================================
v.1.4 Nov 2006

Nenad Corbic <ncorbic@sangoma.com>

Added the woomera panic option to gracefully stop 
all calls.

CLI> woomera panic 10

This command will completely gracefully stop all calls
and it will disable woomera.

After this point one can gracefully unload woomera module.

CLI> unload chan_woomera.so



