Displaying 4 results from an estimated 4 matches for "80sfunkdancemusic".
2020 Jun 14
2
Any api (agi/ari/ami) equivalent of "core show calls"?
...= 'random'
> , format = ''
> ;
>
> insert into musiconhold set
> application = '/usr/bin/mpg123 --mono -b 0 -f
> 8192 -q -r 8000 -s -@ http://streaming.radionomy.com/80sFunkDanceMusic'
> , mode = 'custom'
> , name = 'foobar'
> ;
>
> Hope this helps rather than hinders :)
>
> --
> Thanks in advance,
> -------------------------------------------------...
2020 Jun 14
1
Any api (agi/ari/ami) equivalent of "core show calls"?
Thank you... but "just update the database" - hmm, what database?
Did you mean ARI? I still can't find the command! The asterisk wiki is
somewhat, um... spread around!
On Sat, 13 Jun 2020 at 16:56, Steve Edwards <asterisk.org at sedwards.com> wrote:
>
> On Sat, 13 Jun 2020, Jonathan H wrote:
>
> > I need to ensure that a MusicOnHold stream is only running when
2020 Jun 14
0
Any api (agi/ari/ami) equivalent of "core show calls"?
..., sort = 'random'
, format = ''
;
insert into musiconhold set
application = '/usr/bin/mpg123 --mono -b 0 -f 8192 -q -r 8000 -s -@ http://streaming.radionomy.com/80sFunkDanceMusic'
, mode = 'custom'
, name = 'foobar'
;
Hope this helps rather than hinders :)
--
Thanks in advance,
-------------------------------------------------------------------------
Steve Edwards...
2020 Jun 14
2
Any api (agi/ari/ami) equivalent of "core show calls"?
...'random'
> , format = ''
> ;
>
> insert into musiconhold set
> application = '/usr/bin/mpg123 --mono -b 0 -f 8192 -q -r 8000 -s -@ http://streaming.radionomy.com/80sFunkDanceMusic'
> , mode = 'custom'
> , name = 'foobar'
> ;
>
> Hope this helps rather than hinders :)
>
> --
> Thanks in advance,
> --------------------...