[Pkg-voip-commits] r4673 - in /asterisk/trunk/debian: changelog patches/bristuff/app-dial-c-callback patches/bristuff/bristuff-notice patches/bristuff/zapata-gsm

paravoid at alioth.debian.org paravoid at alioth.debian.org
Fri Oct 5 21:34:45 UTC 2007


Author: paravoid
Date: Fri Oct  5 21:34:44 2007
New Revision: 4673

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=4673
Log:
New upstream release

Modified:
    asterisk/trunk/debian/changelog
    asterisk/trunk/debian/patches/bristuff/app-dial-c-callback
    asterisk/trunk/debian/patches/bristuff/bristuff-notice
    asterisk/trunk/debian/patches/bristuff/zapata-gsm

Modified: asterisk/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/changelog?rev=4673&op=diff
==============================================================================
--- asterisk/trunk/debian/changelog (original)
+++ asterisk/trunk/debian/changelog Fri Oct  5 21:34:44 2007
@@ -1,4 +1,4 @@
-asterisk (1:1.4.12~dfsg-1) UNRELEASED; urgency=low
+asterisk (1:1.4.12.1~dfsg-1) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
     - DO NOT UPLOAD AS-IS. libc-client2006j2 (aka uw-imap) isn't transitioning
@@ -25,7 +25,7 @@
     existing setups.
   * Build with -O1 on hppa to workaround gcc-4.2 ICE (#445336).
 
- -- Faidon Liambotis <paravoid at debian.org>  Sat, 06 Oct 2007 00:20:43 +0300
+ -- Faidon Liambotis <paravoid at debian.org>  Sat, 06 Oct 2007 00:27:56 +0300
 
 asterisk (1:1.4.11~dfsg-4) unstable; urgency=low
 

Modified: asterisk/trunk/debian/patches/bristuff/app-dial-c-callback
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/patches/bristuff/app-dial-c-callback?rev=4673&op=diff
==============================================================================
--- asterisk/trunk/debian/patches/bristuff/app-dial-c-callback (original)
+++ asterisk/trunk/debian/patches/bristuff/app-dial-c-callback Fri Oct  5 21:34:44 2007
@@ -41,7 +41,7 @@
 -					/* Setup early media if appropriate */
 -					if (single && CAN_EARLY_BRIDGE(peerflags))
 +					    /* Setup early media if appropriate */
-+					    if (single)
++					    if (single && CAN_EARLY_BRIDGE(peerflags))
  						ast_rtp_early_bridge(in, c);
 -					if (!(*sentringing) && !ast_test_flag(outgoing, OPT_MUSICBACK)) {
 +					    if (!(*sentringing) && !ast_test_flag(outgoing, OPT_MUSICBACK)) {

Modified: asterisk/trunk/debian/patches/bristuff/bristuff-notice
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/patches/bristuff/bristuff-notice?rev=4673&op=diff
==============================================================================
--- asterisk/trunk/debian/patches/bristuff/bristuff-notice (original)
+++ asterisk/trunk/debian/patches/bristuff/bristuff-notice Fri Oct  5 21:34:44 2007
@@ -12,8 +12,8 @@
 --- asterisk-1.4.12.orig/.version
 +++ asterisk-1.4.12/.version
 @@ -1 +1 @@
--1.4.12
-+1.4.12-BRIstuffed-0.4.0-test4
+-1.4.12.1
++1.4.12.1-BRIstuffed-0.4.0-test4
 --- asterisk-1.4.12.orig/LICENSE
 +++ asterisk-1.4.12/LICENSE
 @@ -1,7 +1,7 @@

Modified: asterisk/trunk/debian/patches/bristuff/zapata-gsm
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/patches/bristuff/zapata-gsm?rev=4673&op=diff
==============================================================================
--- asterisk/trunk/debian/patches/bristuff/zapata-gsm (original)
+++ asterisk/trunk/debian/patches/bristuff/zapata-gsm Fri Oct  5 21:34:44 2007
@@ -84,13 +84,13 @@
  static int zt_hangup(struct ast_channel *ast);
  static int zt_answer(struct ast_channel *ast);
 @@ -1364,6 +1387,8 @@ static char *zap_sig2str(int sig)
- 		return "GR-303 Signalling with FXOKS";
+ 		return "GR-303 with FXOKS";
  	case SIG_GR303FXSKS:
- 		return "GR-303 Signalling with FXSKS";
+ 		return "GR-303 with FXSKS";
 +	case SIG_GSM:
-+		return "GSM Signalling";
++		return "GSM";
  	case 0:
- 		return "Pseudo Signalling";
+ 		return "Pseudo";
  	default:
 @@ -1785,7 +1810,7 @@ static inline int zt_confmute(struct zt_
  {




More information about the Pkg-voip-commits mailing list