[Pkg-voip-commits] r5232 - in /asterisk/trunk/debian/patches: misdn_FOP series
paravoid at alioth.debian.org
paravoid at alioth.debian.org
Thu Feb 21 08:26:49 UTC 2008
Author: paravoid
Date: Thu Feb 21 08:26:49 2008
New Revision: 5232
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5232
Log:
Enable misdn-FOP in the series, so that we know when it breaks
Modified:
asterisk/trunk/debian/patches/misdn_FOP
asterisk/trunk/debian/patches/series
Modified: asterisk/trunk/debian/patches/misdn_FOP
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/patches/misdn_FOP?rev=5232&op=diff
==============================================================================
--- asterisk/trunk/debian/patches/misdn_FOP (original)
+++ asterisk/trunk/debian/patches/misdn_FOP Thu Feb 21 08:26:49 2008
@@ -1,5 +1,3 @@
-0011142: [PATCH] Better handling of temporary channel name. Fixes FOP.
-Description:
When dialing out a misdn channel, either by using a group (g:group),
or a port, asterisk creates the channel with a tmp channel number: mISDN/X-uY,
with X being (port-1)*2. Y not important.
@@ -18,9 +16,11 @@
function, which generates "rename" events, and can be followed by manager events.
As a plus, it will make FOP work correctly with misdn channels.
-URL: http://bugs.digium.com/view.php?id=0011142 ( julianjm )
+
+http://bugs.digium.com/view.php?id=0011142
-- Victor Seva <linuxmaniac at torreviejawireless.org>
+
--- a/channels/chan_misdn.c
+++ b/channels/chan_misdn.c
@@ -3340,17 +3340,19 @@ static void update_name(struct ast_chann
Modified: asterisk/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/patches/series?rev=5232&op=diff
==============================================================================
--- asterisk/trunk/debian/patches/series (original)
+++ asterisk/trunk/debian/patches/series Thu Feb 21 08:26:49 2008
@@ -17,6 +17,9 @@
# for chan_vpb
vpb-driver-4.2.18
vpb-handle-nocards
+
+# for chan_misdn (even though it's not enabled yet)
+misdn_FOP
### bristuff
bristuff/bristuff-notice
@@ -83,7 +86,3 @@
#bristuff/ast_channel_masquerade_locked
#bristuff/find-feature
#bristuff/feature-parking_con
-
-# FOP fix on chan_misdn.c from bugs.digium.org
-# 0011142: [PATCH] Better handling of temporary channel name.
-#misdn_FOP
More information about the Pkg-voip-commits
mailing list