]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 177699 via svnmerge from
authorDwayne M. Hubbard <dwayne.hubbard@gmail.com>
Fri, 20 Feb 2009 22:27:17 +0000 (22:27 +0000)
committerDwayne M. Hubbard <dwayne.hubbard@gmail.com>
Fri, 20 Feb 2009 22:27:17 +0000 (22:27 +0000)
commitc65127f5bd62a0c3e4c96acb43226f2545f4fe39
treeaee5ff218b564c8435e834f62c0d01876f4b8993
parent418c2207425c22dc680279266ee013a5a58a909b
Merged revisions 177699 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r177699 | dhubbard | 2009-02-20 14:29:00 -0600 (Fri, 20 Feb 2009) | 9 lines

  Make app_fax compatible with spandsp-0.0.6pre4

  Prior to spandsp-0.0.6pre4 the t30_stats_t structure used a pages_transferred
  integer to indicate the number of pages transferred (so far) during the fax
  session.  The spandsp-0.0.6pre4 release removed the pages_transferred integer
  and replaced it with two different integers - pages_tx and pages_rx.  This
  revision uses the new integers for spandsp-0.0.6pre4 while maintaining backwards
  compatibility for previous spandsp releases.
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@177785 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_fax.c