[asterisk-users] MeetMe Conferencing and Marked Mode

RR ranjtech at gmail.com
Thu Dec 14 03:15:45 MST 2006


On 12/14/06, Tobias Wolf <tobias.wolf at evision.de> wrote:
> Actually you don't need 2 different extension, but two different
> parameter-sets for the meetme-App. So, you have to implement some logic
> that detects, if the calling user has to be marked or not. It's your
> choice if you do this by dialplan logic or by AGI, or something else.
>
> The second PIN, which you can define in meetme.conf, is not for the
> marked mode, but for the admin mode. This gives the user some control
> over the conf.
>
> example:
>
> exten => s,1,playback("choose one for marked mode or two for normal mode")
>
> exten => 1,1,meetme(100,a)
> exten => 2,1,meetme(100,w)
>
> (Please note that the above is not an working dialplan ;-) )
>
> Personally, I use an AGI for my Conferencing-Apps and let it generate
> the correct Parameters for the meetme App.
>
> Cheers,
>
> Tobias

And what would someone have to do to sweet-talk you into sharing this AGI ;)


More information about the asterisk-users mailing list