On Tue, Mar 02, 2010 at 12:44:06PM +0100, Andreas Brodmann wrote:
> Hi all,
> 
> We encountered a strange phenomenon when trying to upgrade from 1.6.2.0 to
> any newer releases:
> 
> We use the following cli command to feed a wave/mp3 file into an existing
> conference on an other serve:
> /opt/asterisk/sbin/asterisk -r -x "channel originate
> Local/confgongad...@xy_features extension confgongp...@xy_features"
> 
> The corresponding extensions.conf part looks like that:
> ----------------------
> [XY_Features]
> exten => ConfGongAdmin,1,NoCDR()
> exten => ConfGongAdmin,n,Set(TIMEOUT(absolute)=10)
> exten => ConfGongAdmin,n,Dial(SIP/12...@server)
> 
> exten => ConfGongPlay,1,Answer()
> exten => ConfGongPlay,n,Set(TIMEOUT(absolute)=10)
> exten => ConfGongPlay,n,Wait(2)
> exten => ConfGongPlay,n,Playback(/etc/asterisk/sounds/gong)
> -----------------------
> 
> Until asterisk-1.6.2.0 this worked fine.
> 
> With later releases including 1.6.2.5 asterisk does a call to
> confgongad...@xy_features but once that stands does not
> continue with a call to ConfGongPlay.

IIRC this issue is fixed in latest SVN, and also in 1.2.6.3-rc2 (1.2.6.5
is based on 1.2.6.2).

-- 
               Tzafrir Cohen
icq#16849755              jabber:tzafrir.co...@xorcom.com
+972-50-7952406           mailto:tzafrir.co...@xorcom.com
http://www.xorcom.com  iax:gu...@local.xorcom.com/tzafrir

-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to