[Pkg-voip-commits] r1308 - in asterisk-spandsp-plugins/trunk/debian: . patches

Kilian Krause kilian at costa.debian.org
Sat Feb 18 22:46:38 UTC 2006


Author: kilian
Date: 2006-02-18 22:46:37 +0000 (Sat, 18 Feb 2006)
New Revision: 1308

Modified:
   asterisk-spandsp-plugins/trunk/debian/changelog
   asterisk-spandsp-plugins/trunk/debian/control
   asterisk-spandsp-plugins/trunk/debian/patches/dtmffix.dpatch
Log:
preparation of new upload. need to check for latest version with florz receivefax still


Modified: asterisk-spandsp-plugins/trunk/debian/changelog
===================================================================
--- asterisk-spandsp-plugins/trunk/debian/changelog	2006-02-18 21:52:02 UTC (rev 1307)
+++ asterisk-spandsp-plugins/trunk/debian/changelog	2006-02-18 22:46:37 UTC (rev 1308)
@@ -1,13 +1,14 @@
-asterisk-spandsp-plugins (0.0.20050227-2) UNRELEASED; urgency=low
+asterisk-spandsp-plugins (0.0.20060218-1) UNRELEASED; urgency=low
 
   [ Kilian Krause ]
+  * New upstream version. (from spandsp 0.0.2pre25)
   * Include florz' great faxreceive script.
-  * Fix app_atmftotext (Closes: #322252)
+  * Fix app_dtmftotext (Closes: #322252)
 
   [ Mark Purcell ]
   * Update URLs
 
- -- Mark Purcell <msp at debian.org>  Sun,  2 Oct 2005 14:21:43 +0100
+ -- Kilian Krause <kilian at debian.org>  Sat, 18 Feb 2006 22:13:44 +0000
 
 asterisk-spandsp-plugins (0.0.20050227-1) unstable; urgency=low
 

Modified: asterisk-spandsp-plugins/trunk/debian/control
===================================================================
--- asterisk-spandsp-plugins/trunk/debian/control	2006-02-18 21:52:02 UTC (rev 1307)
+++ asterisk-spandsp-plugins/trunk/debian/control	2006-02-18 22:46:37 UTC (rev 1308)
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
 Uploaders: Mark Purcell <msp at debian.org>, Kilian Krause <kilian at debian.org>, Jose Carlos Garcia Sogo <jsogo at debian.org>, Santiago Garcia Mantinan <manty at debian.org>, Simon Richter <sjr at debian.org>
-Build-Depends: debhelper (>= 4.0.0), libspandsp-dev (>= 0.0.2pre17), asterisk-dev (>= 1:1.0.7), dpatch
+Build-Depends: debhelper (>= 4.0.0), libspandsp-dev (>= 0.0.2pre25), asterisk-dev (>= 1:1.2.1.dfsg), libjpeg62-dev, libtiff4-dev, dpatch
 Standards-Version: 3.6.1
 
 Package: asterisk-app-fax
@@ -13,8 +13,6 @@
 Description: Softfax application for Asterisk
  This will allow you to send and receive faxes using the Asterisk PBX by
  generating Fax tones using a software DSP.
- .
- Website: http://soft-switch.org/
 
 Package: asterisk-app-dtmftotext
 Architecture: any
@@ -22,5 +20,3 @@
 Description: Text entry application for Asterisk
  This allows people calling into your Asterisk box to enter text via the
  number pad.
- .
- Website: http://soft-switch.org/

Modified: asterisk-spandsp-plugins/trunk/debian/patches/dtmffix.dpatch
===================================================================
--- asterisk-spandsp-plugins/trunk/debian/patches/dtmffix.dpatch	2006-02-18 21:52:02 UTC (rev 1307)
+++ asterisk-spandsp-plugins/trunk/debian/patches/dtmffix.dpatch	2006-02-18 22:46:37 UTC (rev 1308)
@@ -8,7 +8,15 @@
 diff -Naur asterisk-spandsp-plugins.orig/app_dtmftotext.c asterisk-spandsp-plugins-0.0.20050227/app_dtmftotext.c
 --- asterisk-spandsp-plugins.orig/app_dtmftotext.c	2005-05-09 21:05:43.000000000 +0100
 +++ asterisk-spandsp-plugins-0.0.20050227/app_dtmftotext.c	2005-08-11 19:42:28.000000000 +0100
-@@ -20,6 +20,7 @@
+@@ -11,6 +11,7 @@
+  * the GNU General Public License
+  */
+ 
++#include <stdio.h>
+ #include <sys/types.h>
+ #include <asterisk/file.h>
+ #include <asterisk/logger.h>
+@@ -20,6 +21,7 @@
  #include <asterisk/pbx.h>
  #include <asterisk/md5.h>
  #include <asterisk/config.h>
@@ -16,7 +24,7 @@
  #include <ctype.h>
  #include <stdlib.h>
  #include <unistd.h>
-@@ -306,6 +307,7 @@
+@@ -306,6 +308,7 @@
  	struct localuser *u;
   	struct sockaddr_in serv_addr;
  	struct hostent *serverhost;
@@ -24,7 +32,16 @@
  	int fd;
  	FILE *fs;
  	char *host;
-@@ -392,10 +394,10 @@
+@@ -335,7 +338,7 @@
+ 	char *intstr;
+ 	struct ast_config *cfg;
+ 
+-	cfg = ast_load(FESTIVAL_CONFIG);
++	cfg = ast_config_load(FESTIVAL_CONFIG);
+ 	if (!cfg)
+     {
+ 		ast_log(LOG_WARNING, "No such configuration file %s\n", FESTIVAL_CONFIG);
+@@ -392,10 +395,10 @@
      if ((serv_addr.sin_addr.s_addr = inet_addr(host)) == -1)
      {
          /* its a name rather than an ipnum */




More information about the Pkg-voip-commits mailing list