search for: r15282

Displaying 1 result from an estimated 1 matches for "r15282".

Did you mean: 15282
2006 Apr 23
0
New backport of T.38 fax passthrough functionality to asterisk-1.2.7.1
...le T.38 shebang to the stable branch. The port was based on two versions of the t38passthrough branch: r19125, the latest unconflicted automerge, and r13623, the latest version without the new chan_sip flag structure. Basically, the port contains everything that matters, EXCEPT: * chan_sip.c: r15282, new flag structure (not the point of this backport) * chan_sip.c: r15329, handle_common_options for the T.38 stuff (due to lack of new flag structure) * chan_sip.c: PCAddach's sip-t38-5.diff or simishag's t38-19892 (it was a non-issue in stable). * udptl.c: PCAddach's udptl-resend.di...