Displaying 3 results from an estimated 3 matches for "goro".
Did you mean:
goo
2009 Sep 22
6
Import excel / csv files
Hey,
What way is the best to do imports of CSV files?
2016 May 08
4
Switching between Music on Hold streams. [13.8.2]
I'd like multiple people to be able to dial in and listen to various
live radio streams.
I was told that the correct resource-friendly way would be to setup a
MoH class, and then select that from the dialplan.
This works well, but how do I switch between streams?
Someone correct me if I'm wrong, but from previous similar questions a
few years ago it seems like once you've entered a
2016 May 09
3
Switching between Music on Hold streams. [13.8.2]
...n]
> Exten => s,1,answer
> Exten => s,2,Background(play-menu)
> Exten => s,3,waitexten
> Exten => S,4,Goto(s,2)
>
> Exten => 1,1,Dial(Local/CNN at play-radio)
> Exten => 1,2,Goto(s,2)
>
> Exten => 2,1,Dial(Local/NPR at play-radio)
> Exten => 2,2,Goro(s,2)
>
> [play-radio]
> Exten => _[A-Z].,1,Answer
> Exten => _[A-Z].,2,Musiconhold(${EXTEN})
>
>
> Regards,
>
> Dovid
>
> -----Original Message-----
> From: Jonathan H <lardconcepts at gmail.com>
> Sender: asterisk-users-bounces at lists.digium.com...