Re: [App_rpt-users] Control_Playback
Even my demo was in error twice, sorry, TRY THIS exten=1234,1,Answer exten=1234,2,ControlPlayback(/etc/asterisk/scripts/ARNL/nslnp,4000,3,1,0,2,8) ...mike/kb8jnm
-------- Original Message -------- Subject: Re: [App_rpt-users] Control_Playback From: <mike@midnighteng.com> Date: Sat, December 20, 2014 6:35 pm To: app_rpt-users@ohnosec.org
Also forgot to point out that you have 2 lines set to execute 1st and did not provide the exten=.
1234,1,ControlPlayback(/etc/asterisk/scripts/ARNL/nslnp,4000,4,6,0,1)
exten=1234,1,Answer
TRY THIS
exten=1234,1,Answer
exten=1234,2,ControlPlayback(/etc/asterisk/scripts/ARNL/nslnp,,4000,3,1,0,2,8))
...mike/kb8jnm
-------- Original Message -------- Subject: [App_rpt-users] Control Playback From: Mark Johnston <markjohnston73@gmail.com> Date: Sat, December 20, 2014 5:16 pm To: "app_rpt-users@ohnosec.org" <app_rpt-users@ohnosec.org>
Anyone know how to make this work? I have it playing the file fine, the two issues I have 1.) seems to loop 2.) unable to control it even using *41234 first -
http://www.voip-info.org/wiki/view/Asterisk+cmd+ControlPlayback
tried with | and , neither works - with the option 4000|4|6|0|1)...
extensions.conf
exten => 1234,1,ControlPlayback(/etc/asterisk/scripts/ARNL/nslnp,4000,4,6,0,1)
exten=1234,1,Answer
exten=1234,n,Playback,rpt/node
exten=1234,n,Rpt,1234|Pv
Am I missing something or is this just not practical with app_rpt?
seems this along with AGI options in asterisk could make for some interesting features.<hr>_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
participants (1)
-
mike@midnighteng.com