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.
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.
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.
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.
Note that once these audio segments are cat'ed together, a final call to
sox can be used to change levels, formats, etc., if needed.
73, David KB4FXC
···
On Tue, 26 Apr 2016, kk6ecm wrote:
Hmmm ... appears to be a mix of two syntaxes, and you may not achieve your goal...
Xxxxxxx*CLI> help rpt playback
Usage: rpt playback <nodename> <sound_file_base_name>
Send an Audio File to a node, send to all other connected nodes (global)
(seems there used to be a <delay> as a third variable)
and
playback, file&file1 on the current node, where the concatenated files are joined with the &, no spaces.
I'm wondering... set delay to 0... not sure if there is a default, or even if it is still a feature.
> On Apr 25, 2016, at 9:26 PM, Skyler F <electricity440@gmail.com> wrote:
>
> Small Problem:
>
> rpt playback 42622 channel&channel
>
> ast_streamfile: Unable to open channel&channel
>
> 73
>
> Skyler
>
>
>> On Mon, Apr 25, 2016 at 10:23 PM, kk6ecm <kk6ecm@gmail.com> wrote:
>> Leading and trailing spaces with the & are not tolerated.
>> e.g filename&filename2 OK
>> filename & filename2 Not OK
>>
>> Thanks,
>> Bob
>> kk6ecm
>> 73
>>
>> Sent from iPad
>>
>>
>> > On Apr 25, 2016, at 8:13 PM, Skyler F <electricity440@gmail.com> wrote:
>> >
>> > I am currently writing scripts for my remote base, and am working on the channel switch acknowledgment.
>> >
>> > Here is what I am currently doing:
>> >
>> > asterisk -rx "rpt playback $node channel"
>> > asterisk -rx "rpt playback $node digits/$chan"
>> >
>> > This works well for my 16 channel radio, but I am annoyed by the amount of space between the audio files.
>> >
>> > I tried stuff like
>> >
>> > asterisk -rx "rpt playback $node channel & digits/$chan"
>> >
>> > but I just get a syntax error.
>> >
>> > Does anybody know the solution to get the audio files to play back to back like they do when AllStar announces node connections etc?
>> >
>> > 73
>> > Skyler KDØWHB\
>> > _______________________________________________
>> > 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.
>
>
>
> --
> Skyler Fennell
> amsatnet.info
> KDØWHB
> electricity440@gmail.com
Note that once these audio segments are cat'ed together, a final call to
sox can be used to change levels, formats, etc., if needed.
73, David KB4FXC
On Tue, 26 Apr 2016, kk6ecm wrote:
Hmmm ... appears to be a mix of two syntaxes, and you may not achieve your goal...
Xxxxxxx*CLI> help rpt playback
Usage: rpt playback <nodename> <sound_file_base_name>
Send an Audio File to a node, send to all other connected nodes (global)
(seems there used to be a <delay> as a third variable)
and
playback, file&file1 on the current node, where the concatenated files are joined with the &, no spaces.
I'm wondering... set delay to 0... not sure if there is a default, or even if it is still a feature.
e.g.
asterisk -rx "rpt playback $node channel 0"
asterisk -rx "rpt playback $node digits/$chan 0"
Thanks,
Bob
kk6ecm
73
Sent from iPad
On Apr 25, 2016, at 9:26 PM, Skyler F <electricity440@gmail.com> wrote:
Small Problem:
rpt playback 42622 channel&channel
ast_streamfile: Unable to open channel&channel
73
Skyler
On Mon, Apr 25, 2016 at 10:23 PM, kk6ecm <kk6ecm@gmail.com> wrote:
Leading and trailing spaces with the & are not tolerated.
e.g filename&filename2 OK
filename & filename2 Not OK
Thanks,
Bob
kk6ecm
73
Sent from iPad
On Apr 25, 2016, at 8:13 PM, Skyler F <electricity440@gmail.com> wrote:
I am currently writing scripts for my remote base, and am working on the channel switch acknowledgment.
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.
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.
The cat method works perfect other then a tiny detail:
rm -f /tmp/temp.gsm deletes the file before it is finished playing so you don’t hear the audio. Removing the line actually didn’t cause issues, but I added a sleep and then delete the file just in case.
The method isn’t as elegant, but gets the job done and I don’t hear the spaces anymore!
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.
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.
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.