From e61e1d66bd617141dc294a78d82e163554034060 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Tue, 17 Jan 2006 22:27:45 +0000 Subject: Update to 1.2.1. --- net/asterisk-bristuff/files/patch-apps::app_rxfax.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'net/asterisk-bristuff/files/patch-apps::app_rxfax.c') diff --git a/net/asterisk-bristuff/files/patch-apps::app_rxfax.c b/net/asterisk-bristuff/files/patch-apps::app_rxfax.c index 88362bfc7914..820208e1943d 100644 --- a/net/asterisk-bristuff/files/patch-apps::app_rxfax.c +++ b/net/asterisk-bristuff/files/patch-apps::app_rxfax.c @@ -1,9 +1,9 @@ $FreeBSD$ ---- apps/app_rxfax.c.orig -+++ apps/app_rxfax.c -@@ -0,0 +1,371 @@ +--- /dev/null Thu Jan 12 17:44:40 2006 ++++ apps/app_rxfax.c Thu Jan 12 17:41:53 2006 +@@ -0,0 +1,373 @@ +/* + * Asterisk -- A telephony toolkit for Linux. + * @@ -17,6 +17,7 @@ $FreeBSD$ + * the GNU General Public License + */ + ++#include +#include +#include +#include @@ -26,6 +27,7 @@ $FreeBSD$ +#include +#include +#include ++#include +#include +#include +#if defined(__FreeBSD__) && __FreeBSD_version < 500028 @@ -100,7 +102,7 @@ $FreeBSD$ + "FaxReceived", "Channel: %s\nExten: %s\nCallerID: %s\nRemoteStationID: %s\nLocalStationID: %s\nPagesTransferred: %i\nResolution: %i\nTransferRate: %i\nFileName: %s\n", + chan->name, + chan->exten, -+#if (ASTERISK_VERSION_NUM <= 011000) ++#if ASTERISK_VERSION_NUM <= 010010 + chan->callerid, +#else + (chan->cid.cid_num) ? chan->cid.cid_num : "", -- cgit v1.2.3