]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
The FAX modem receive synchronisation algorithms have been changed to prevent
authorSteve Underwood <steveu@coppice.org>
Thu, 11 Oct 2012 12:16:45 +0000 (20:16 +0800)
committerSteve Underwood <steveu@coppice.org>
Thu, 11 Oct 2012 12:16:45 +0000 (20:16 +0800)
commitcfce1fd24079dc14e5447f1d336afacf03bda8be
treec4a322b36480f80496c4c1be8e18516b343d2641
parentaa6bb702deab5b7844d8b828ec77e78c89614a2a
The FAX modem receive synchronisation algorithms have been changed to prevent
occasional false recognition of a fast modem when its really the V.21 modem.
This was sometimes messing up T.38 gateway operation.
libs/spandsp/src/spandsp/dds.h
libs/spandsp/src/spandsp/private/v17rx.h
libs/spandsp/src/spandsp/private/v27ter_rx.h
libs/spandsp/src/spandsp/private/v29rx.h
libs/spandsp/src/v17rx.c
libs/spandsp/src/v22bis_rx.c
libs/spandsp/src/v27ter_rx.c
libs/spandsp/src/v29rx.c