]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
Introduction of the skeleton of a media bug implementing a T.38 gateway, so the
authorSteve Underwood <steveu@coppice.org>
Sun, 19 Apr 2009 11:46:26 +0000 (11:46 +0000)
committerSteve Underwood <steveu@coppice.org>
Sun, 19 Apr 2009 11:46:26 +0000 (11:46 +0000)
commit43f2f2faa507428e5da8b06eb67e89bf15d48dbf
treeb3f2772aee44748767696f4bbe8b174c28e73093
parentfb449e972ee7aade2d3f11fe8f96ebf88ee84b49
Introduction of the skeleton of a media bug implementing a T.38 gateway, so the
related infrastructure work can take place around it.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13082 d0543943-73ff-0310-b7d9-9358b9ac24b2
src/mod/applications/mod_t38gateway/Makefile [new file with mode: 0644]
src/mod/applications/mod_t38gateway/mod_t38gateway.2008.vcproj [new file with mode: 0644]
src/mod/applications/mod_t38gateway/mod_t38gateway.c [new file with mode: 0644]
src/mod/applications/mod_t38gateway/udptl.c [new file with mode: 0644]
src/mod/applications/mod_t38gateway/udptl.h [new file with mode: 0644]