ah ha!  I am running 0.184!<div><br></div><div>I will update it now!</div><div><br></div><div>Thank you Stephen<br></div><div><br></div><div>Matt</div><div>G4RKY</div><div class="gmail_quote">2009/6/7 Stephen Rodgers <span dir="ltr"><<a href="mailto:sales@qrvc.com">sales@qrvc.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div><div></div><div class="h5">Matt Beasant wrote:<br>
> Hi Stephen,<br>
> Thanks for the reply, here's how I play the news over the repeater.<br>
><br>
> I record the files the night before and save them to the node as an .au<br>
> file, then just use a root cron to call a bash script which contains the<br>
> following:<br>
><br>
> /usr/sbin/asterisk -rx "rpt fun 2250 *6"   ; disconnect all connections<br>
> sleep 6<br>
> /usr/sbin/asterisk -rx "rpt fun 2250 *947" ; reset the link activity timer<br>
> flag<br>
> sleep 3<br>
> /usr/sbin/asterisk -rx "rpt playback 2250 gb2rs"   ; plays the file<br>
><br>
> There is an almost identical script for the ARNewsline which plays out in<br>
> the evening.<br>
><br>
> If there is an incoming connection during the playback, Alisson announces<br>
> the incoming connection, and thats the end of the playback. I think that you<br>
> could be right about the connect message causing the problem.<br>
><br>
> Perhaps I should be playing the files a different way which would alleviate<br>
> the problem?<br>
><br>
> It would be nice though, to be able to script in something to prevent<br>
> incoming connections during this time. I'm not sure how to script something<br>
> that would comment out the line in extensions.conf - I'll have to look into<br>
> how to do that but it certainly looks like that will achieve whats needed.<br>
><br>
> Thanks everyone for the help so far.<br>
><br>
> Best wishes,<br>
><br>
> Matt<br>
> G4RKY<br>
> ( currently listening to the latest Newsline :-) )<br>
><br>
> 2009/6/7 Stephen Rodgers <<a href="mailto:sales@qrvc.com">sales@qrvc.com</a>><br>
><br>
>> Matt Beasant wrote:<br>
>>> Hi,<br>
>>> When I play the GB2RS news and ARnewsline audio files over my node, the<br>
>>> playback is killed off by an incoming connection.<br>
>>><br>
>>> How can I prevent an incoming connection during this time?<br>
>>><br>
>>> I thought I could disable the node but of course this kills the Tx<br>
>>> completely!<br>
>>><br>
>>> Didnt want to do anything as drastic as take down ETH0 if I could help it<br>
>> as<br>
>>> the node is on a remote hilltop.<br>
>>><br>
>>> Any ideas would be greatly appreciated.<br>
>>><br>
>>> Thanks,<br>
>>><br>
>>> Matt<br>
>>> G4RKY<br>
>>><br>
>>><br>
>>><br>
>>> ------------------------------------------------------------------------<br>
>>><br>
>>> _______________________________________________<br>
>>> App_rpt-users mailing list<br>
>>> <a href="mailto:App_rpt-users@qrvc.com">App_rpt-users@qrvc.com</a><br>
>>> <a href="http://qrvc.com/mailman/listinfo/app_rpt-users" target="_blank">http://qrvc.com/mailman/listinfo/app_rpt-users</a><br>
>> Matt,<br>
>><br>
>> How are you playing these audio files? In other words, what do you do to<br>
>>  get the audio files to play?<br>
>><br>
>> I'm wondering if the connect message is the real culprit here.<br>
>><br>
>> LNKDIS only disables the linking functions it does not prevent incoming<br>
>> connections from being accepted. Currently, the best way to do this is<br>
>> to edit extensions.conf and comment our Rpt application like this:<br>
>><br>
>> [radio-secure]<br>
>> ;exten = 2010,1,rpt,2010<br>
>><br>
>> It seems strange to me that the audio file is being killed off and<br>
>> I'd like to try out how you are playing files here to understand the<br>
>> mechanism.<br>
>><br>
>> Steve<br>
>> WA6ZFT<br>
>><br>
>><br>
>> _______________________________________________<br>
>> App_rpt-users mailing list<br>
>> <a href="mailto:App_rpt-users@qrvc.com">App_rpt-users@qrvc.com</a><br>
>> <a href="http://qrvc.com/mailman/listinfo/app_rpt-users" target="_blank">http://qrvc.com/mailman/listinfo/app_rpt-users</a><br>
>><br>
><br>
<br>
</div></div>With app_rpt.c version 0.186 the message does not get interrupted if I<br>
do a connect in the middle of it while it is playing. I hear the connect<br>
message after the audio file finishes playing.<br>
<br>
So either app_rpt.c version 0.186 has resolved the issue, or there is a<br>
missing piece of stimulus required to duplicate this issue.<br>
<br>
What version of app_rpt.c are you using? (*82 should tell you if you<br>
didn't change the function).<br>
<div><div></div><div class="h5"><br>
Steve<br>
WA6ZFT<br>
<br>
_______________________________________________<br>
App_rpt-users mailing list<br>
<a href="mailto:App_rpt-users@qrvc.com">App_rpt-users@qrvc.com</a><br>
<a href="http://qrvc.com/mailman/listinfo/app_rpt-users" target="_blank">http://qrvc.com/mailman/listinfo/app_rpt-users</a><br>
</div></div></blockquote></div><br>