[asterisk-users] cli_originate malfunction after upgrade from 1.6.2.0 to 1.6.2.1-5

Tzafrir Cohen tzafrir.cohen at xorcom.com
Wed Mar 3 06:23:21 CST 2010


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/ConfGongAdmin at XY_Features extension ConfGongPlay at 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/12345 at 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
> ConfGongAdmin at 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.cohen at xorcom.com
+972-50-7952406           mailto:tzafrir.cohen at xorcom.com
http://www.xorcom.com  iax:guest at local.xorcom.com/tzafrir



More information about the asterisk-users mailing list