Re: [asterisk-users] MeetMe Conferencing - Announce your own join/leave to yourself and other conference members

2010-01-19 Thread Darren Sessions
Well, never mind on this (didn't get any responses anyways). I basically removed the meetme announcement options and wrote the functionality from scratch into my AGI framework along with an announcement queuing daemon that runs continuously every second in the background that generates a call

Re: [asterisk-users] MeetMe Conferencing and Marked Mode

2006-12-14 Thread Tobias Wolf
Savoy, Kevin - Williston, ND schrieb: I'll give this a try but seems silly to require 2 different extensions for one conference room. Thanks for the input. Actually you don't need 2 different extension, but two different parameter-sets for the meetme-App. So, you have to implement some logic

Re: [asterisk-users] MeetMe Conferencing and Marked Mode

2006-12-14 Thread RR
On 12/14/06, Tobias Wolf [EMAIL PROTECTED] 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

Re: [asterisk-users] MeetMe Conferencing and Marked Mode

2006-12-14 Thread Tobias Wolf
RR schrieb: And what would someone have to do to sweet-talk you into sharing this AGI ;) Hmmm, there is really not much to share. Most of the code handles Authentication or other stuff, like informing another server that a new user has entered an conf-room, or updating databases. Mostly I

Re: [asterisk-users] MeetMe Conferencing and Marked Mode

2006-12-14 Thread RR
On 12/14/06, Tobias Wolf [EMAIL PROTECTED] wrote: Hmmm, there is really not much to share. Most of the code handles Authentication or other stuff, like informing another server that a new user has entered an conf-room, or updating databases. Mostly I look an the CallerId to decide if this

Re: [asterisk-users] MeetMe Conferencing and Marked Mode

2006-12-13 Thread RR
On 12/13/06, Savoy, Kevin - Williston, ND [EMAIL PROTECTED] wrote: I am trying to set up a Conference room where users are put on hold until the host arrives. I have figured out that the A option activates marked mode and the w option is used to activate the waiting until the marked user

Re: [asterisk-users] MeetMe Conferencing and Marked Mode

2006-12-13 Thread Anselm Martin Hoffmeister
Am Dienstag, den 12.12.2006, 13:08 -0600 schrieb Savoy, Kevin - Williston, ND: I am trying to set up a Conference room where users are put on hold until the host arrives. I have figured out that the A option activates marked mode and the w option is used to activate the waiting until the

RE: [asterisk-users] MeetMe Conferencing and Marked Mode

2006-12-13 Thread Savoy, Kevin - Williston, ND
Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] MeetMe Conferencing and Marked Mode Am Dienstag, den 12.12.2006, 13:08 -0600 schrieb Savoy, Kevin - Williston, ND: I am trying to set up a Conference room where users are put on hold until the host arrives. I have figured out

RE: [asterisk-users] MeetMe Conferencing and Marked Mode

2006-12-13 Thread Savoy, Kevin - Williston, ND
Discussion Subject: Re: [asterisk-users] MeetMe Conferencing and Marked Mode On 12/13/06, Savoy, Kevin - Williston, ND [EMAIL PROTECTED] wrote: I am trying to set up a Conference room where users are put on hold until the host arrives. I have figured out that the A option activates marked mode

RE: [Asterisk-Users] MeetME Conferencing

2006-05-12 Thread Josh McAllister
Of Damon Estep Sent: Thursday, May 11, 2006 10:37 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: RE: [Asterisk-Users] MeetME Conferencing Static configs for the conference rooms are not an issue. The main goal is to allow the moderator to determine when the conference

RE: [Asterisk-Users] MeetME Conferencing

2006-05-12 Thread Damon Estep
:08 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: RE: [Asterisk-Users] MeetME Conferencing Ok, the script below (meetme.agi) will prompt for a valid pin up to 3 times. If the pin matches one of the defined Admin pins, it will set the dialplan priority to 10 and exit

Re: [Asterisk-Users] MeetME Conferencing

2006-05-12 Thread Mike Clark
Damon Estep wrote: Can anyone point me to a sample or information on using MeetMe like this? Conference room is set up with 2 PINs, one for the moderator and one for the participants. Participants get music until the moderator joins (to avoid wild, un-moderated tangents). Call is

RE: [Asterisk-Users] MeetME Conferencing

2006-05-12 Thread Josh McAllister
Estep Sent: Friday, May 12, 2006 7:06 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: RE: [Asterisk-Users] MeetME Conferencing Josh, Thank you! I think the AGI could be bypassed by doing a realtime() to get the PIN from mySQL, also returning the variable

RE: [Asterisk-Users] MeetME Conferencing

2006-05-11 Thread Dean Collins
Nope not asking too much. What you are asking for is possible and not unique but you may have to pay for someone to code it for you. Cheers, Dean From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Damon Estep Sent: Thursday, 11 May 2006 6:56 PM To:

RE: [Asterisk-Users] MeetME Conferencing

2006-05-11 Thread Damon Estep
List - Non-Commercial Discussion Subject: RE: [Asterisk-Users] MeetME Conferencing Nope not asking too much. What you are asking for is possible and not unique but you may have to pay for someone to code it for you. Cheers, Dean From: [EMAIL PROTECTED] [mailto

RE: [Asterisk-Users] MeetME Conferencing

2006-05-11 Thread Dean Collins
Sent: Thursday, 11 May 2006 7:30 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: RE: [Asterisk-Users] MeetME Conferencing Not opposed to paying someone that can do it right J As far as coding goes, you mean create the dialplan entries, not modify the meetme source

RE: [Asterisk-Users] MeetME Conferencing

2006-05-11 Thread Dan Austin
] [mailto:[EMAIL PROTECTED] On Behalf Of Damon EstepSent: Thursday, May 11, 2006 4:30 PMTo: Asterisk Users Mailing List - Non-Commercial DiscussionSubject: RE: [Asterisk-Users] MeetME Conferencing Not opposed to paying someone that can do it right J As far as coding goes, you

RE: [Asterisk-Users] MeetME Conferencing

2006-05-11 Thread Damon Estep
to allow changing of the PINS in the database. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dan Austin Sent: Thursday, May 11, 2006 10:29 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: RE: [Asterisk-Users] MeetME Conferencing I believe you can