Re: [Freeswitch-users] Conference users hear MOH until leader enters?

2009-06-01 Thread j3flight
You rock! Thanks for doing that, makes things work nicely. Although, I was in the process of putting together a php event socket thingy to handle conference state changes. I didn't get very far yet, but it was a good exercise! I do appreciate your work - break granted. Jason -- View this messa

Re: [Freeswitch-users] Conference users hear MOH until leader enters?

2009-06-01 Thread Stephen Crosby
No breaks! keep improving the conference app :) --Stephen On Mon, Jun 1, 2009 at 6:08 AM, Anthony Minessale < anthony.miness...@gmail.com> wrote: > I added support so when multiple endconf users are in the same conference > the total number of people with the flag must reach > 0 before it kills

Re: [Freeswitch-users] Conference users hear MOH until leader enters?

2009-06-01 Thread Anthony Minessale
I added support so when multiple endconf users are in the same conference the total number of people with the flag must reach 0 before it kills the conf. Can I take a small break now please ;) That's why I'm afraid to add new stuff sometimes. On Sat, May 30, 2009 at 9:16 PM, wrote: > I think I

Re: [Freeswitch-users] Conference users hear MOH until leader enters?

2009-05-30 Thread jcromes
I think I can answer my own question after looking at the code... It seems that when THAT ONE user leaves, a flag is set that notifies the conference thread to teardown the conference. I guess I will have to roll my own on this one I guess, especially since I don't want to kill the conference

Re: [Freeswitch-users] Conference users hear MOH until leader enters?

2009-05-30 Thread jcromes
If my freeswitch box was accessible at the moment, I would try this out...  Unfortunately, it's not, so could you elaborate a little bit on this scenario? Imagine I had 4 people in a conference, two of them entered with {endconf|moderator}, the other two did not. What happens when ONE of the {

Re: [Freeswitch-users] Conference users hear MOH until leader enters?

2009-05-30 Thread Brian West
+flags{endconf|moderator} Its there... /b On May 30, 2009, at 11:48 AM, jcro...@gmail.com wrote: > Did someone add that feature? Are you messing with my head? =) > > That would almost work perfectly... One scenario to consider - > sometimes, in a large group of folks that meet regularly, t

Re: [Freeswitch-users] Conference users hear MOH until leader enters?

2009-05-30 Thread jcromes
Did someone add that feature?  Are you messing with my head?  =) That would almost work perfectly...  One scenario to consider - sometimes, in a large group of folks that meet regularly, there are multiple callers that come in as a moderator because they're not sure who might not be able to at

Re: [Freeswitch-users] Conference users hear MOH until leader enters?

2009-05-30 Thread Brian West
I would set the endconf flag in addition to the moderator flag so when you leave it kicks everyone. :) /b On May 30, 2009, at 1:11 AM, jcro...@gmail.com wrote: Regarding #3: Here is what I'm used to... When the (last) moderator drops, the users hear something like "the moderator has left t

Re: [Freeswitch-users] Conference users hear MOH until leader enters?

2009-05-29 Thread jcromes
Ok, my _javascript_, dialplan, etc has been Wiki'd... The new page I created [Examples _javascript_ Conference IVR] is here: http://wiki.freeswitch.org/wiki/Examples_JavaScript_Conference_IVR I linked it from the [_javascript_ Examples] page here: http://wiki.freeswitch.org/wiki/_javascript__

Re: [Freeswitch-users] Conference users hear MOH until leader enters?

2009-05-29 Thread jcromes
I'll post the script, dialplan and how-to on the wiki as soon as I can...  Will follow up on this thread with a link once it's complete. Thanks for the interest. Brian West wrote: Maybe someone can do a wiki page with scripts and a howto? /b On May 29, 2009, at 3:31 PM, Anto

Re: [Freeswitch-users] Conference users hear MOH until leader enters?

2009-05-29 Thread Brian West
Maybe someone can do a wiki page with scripts and a howto? /b On May 29, 2009, at 3:31 PM, Anton Karpov wrote: I'd be very interested to see your script and dialplan , for me it's a very important issue as my conference server facing to outside and I need to have moderators and regular users e

Re: [Freeswitch-users] Conference users hear MOH until leader enters?

2009-05-29 Thread Anton Karpov
I'd be very interested to see your script and dialplan , for me it's a very important issue as my conference server facing to outside and I need to have moderators and regular users entering different pins. Anton jcro...@gmail.com wrote: > Unfortunately, the instance of FreeSwitch where I've bee

Re: [Freeswitch-users] Conference users hear MOH until leader enters?

2009-05-29 Thread jcromes
Unfortunately, the instance of FreeSwitch where I've been playing with this is at work and I can't get to it at the moment...  Eventually, I plan to post my entire implementation (_javascript_ and dialplan) on the Wiki because I've added quite a few improvements to the confcall.js example that

Re: [Freeswitch-users] Conference users hear MOH until leader enters?

2009-05-29 Thread João Mesquita
I could not get this working on current trunk. Can you post your configuration on conference module and the dialplan example? Thanks, jmesquita On Thu, May 28, 2009 at 12:56 PM, Michael Collins wrote: > > > On Wed, May 27, 2009 at 8:00 PM, j3flight wrote: > >> >> Wiki Tax paid... >> That was m

Re: [Freeswitch-users] Conference users hear MOH until leader enters?

2009-05-28 Thread Michael Collins
On Wed, May 27, 2009 at 8:00 PM, j3flight wrote: > > Wiki Tax paid... > That was my first contribution to the freeswitch wiki! > MC, you're welcome to have a look over it and see if i made things clear > enough. Feel free to edit. > Nicely done! Thanks for taking the time to create a wiki user a

Re: [Freeswitch-users] Conference users hear MOH until leader enters?

2009-05-27 Thread j3flight
Wiki Tax paid... That was my first contribution to the freeswitch wiki! MC, you're welcome to have a look over it and see if i made things clear enough. Feel free to edit. On Tue, May 26, 2009 at 4:56 PM, Anthony Minessale < And the wiki tax if you feel comfortable adding this to the wiki. If

Re: [Freeswitch-users] Conference users hear MOH until leader enters?

2009-05-27 Thread João Mesquita
Quoting Mr. Anthony Minessale: thThe easiest way would be the new feature I added to 13442 > > in the conference profile add > > > > to your > > and in your dialplan > > > > > or > > > > > Don't forget the wishlist and donate button on the main site > On Tue, May 26, 2009 at 10:20 AM, j3

Re: [Freeswitch-users] Conference users hear MOH until leader enters?

2009-05-27 Thread Anthony Minessale
It would be an improvement to move the caller controls to the member so it works the way you expect but it will have to wait for the right time and motivation level. >From there it would also be possible to make up some new caller controls that were moderator inspired like (mute all besides modera

Re: [Freeswitch-users] Conference users hear MOH until leader enters?

2009-05-27 Thread j3flight
Nope, it seems you are absolutley correct. I had setup my conferences this way, but hadn't experimented yet. I tried putting two users into the same conference using different profiles, but they both had the same caller controls. Bummer. I believe we can get around this though, assuming I can

Re: [Freeswitch-users] Conference users hear MOH until leader enters?

2009-05-27 Thread Stephen Crosby
Thanks j3flight, I have used that method, but the profiles seem to be for conferences not users. So I give a conference a profile, and everybody in the conference shares the profile settings. If I'm wrong, let me know, otherwise I'll stop hijacking this thread. --Stephen On Wed, May 27, 2009 at 5

Re: [Freeswitch-users] Conference users hear MOH until leader enters?

2009-05-27 Thread Anthony Minessale
This opens the door to what you ask but to add moderator specific dtmf controls is another patch that would require specifics and most likely a bounty or contract to complete. On Tue, May 26, 2009 at 8:17 PM, Stephen Crosby wrote: > Michael, > > Pardon me for hopping on this thread, but can you

Re: [Freeswitch-users] Conference users hear MOH until leader enters?

2009-05-26 Thread j3flight
Anthony - unbelievable! Thank you so much for implementing that! I kept going through the possibilities of using a FIFO, putting the javascript in a polling loop, or having everyone enter the conference muted and manually playing MOH. This feature absolutely makes my code a snap... Yes, I will

Re: [Freeswitch-users] Conference users hear MOH until leader enters?

2009-05-26 Thread Stephen Crosby
Michael, Pardon me for hopping on this thread, but can you explain more about this new feature? I've been wanting something like this to apply different behaviors for different conference members. Can this be used to provide a 'moderator' with different behaviors bound to DTMF keys than regular ca

Re: [Freeswitch-users] Conference users hear MOH until leader enters?

2009-05-26 Thread Michael Collins
On Tue, May 26, 2009 at 4:56 PM, Anthony Minessale < anthony.miness...@gmail.com> wrote: > the easiest way would be the new feature I added to 13442 > > in the conference profile add > > > > to your > > and in your dialplan > > > > > or > > > > > Don't forget the wishlist and donate button on

Re: [Freeswitch-users] Conference users hear MOH until leader enters?

2009-05-26 Thread Anthony Minessale
the easiest way would be the new feature I added to 13442 in the conference profile add to your and in your dialplan or Don't forget the wishlist and donate button on the main site On Tue, May 26, 2009 at 10:46 AM, wrote: > Ok, that sounds doable... I have no problem bangi

[Freeswitch-users] Conference users hear MOH until leader enters?

2009-05-26 Thread j3flight
I'm attempting to replicate the behavior of an Asterisk system with FreeSwitch and I need a feature that, I'm surprised to say, doesn't seem to be supported (easily). Ok, so I've setup my dialplan so that when a specific extension is hit, it calls out to some javascript which acts like an IVR to

[Freeswitch-users] Conference users hear MOH until leader enters?

2009-05-26 Thread Jason Cromes
First off, I apologize if this has been sent multiple times, the mailing list won't cooperate with me... Hopefully that is resolved now. I'm attempting to replicate the behavior of an Asterisk conferencing system and I need a feature that, I'm surprised to say, doesn't seem to be supported (ea

Re: [Freeswitch-users] Conference users hear MOH until leader enters?

2009-05-26 Thread jcromes
Ok, that sounds doable...  I have no problem banging around with some code.  Thanks for the advice... I'm new to FIFOs and FreeSwitch in general, so please check my logic here... - When a user enters their conference number, I check to see if that conference exists (because the conference shou

Re: [Freeswitch-users] Conference users hear MOH until leader enters?

2009-05-26 Thread Brian West
Jason, There are many ways to accomplish this using FreeSWITCH. All of which will require you to do a little bit of coding in js, lua or some other language. 1. Park all callers into a fifo.. (see mod_fifo) 2. When leader auths in your script then you uuid_transfer them all into the