Re: [Freeswitch-users] Setting up Conference with Moderator

2009-11-19 Thread Ujjval Karihaloo
Cool, I will explore that option when I have some time.




-Original Message-
From: freeswitch-users-boun...@lists.freeswitch.org 
[mailto:freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of Rob Forman
Sent: Wednesday, November 18, 2009 11:02 PM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Setting up Conference with Moderator

Hi again UK,

IVR is designed to naturally return to previous or top menus.  I don't  
think there's a way to change this default behavior.  Maybe its time  
to move to a script-based pin validation system so you have the full  
control you need.

http://wiki.freeswitch.org/wiki/Examples_JavaScript_Conference_IVR

Rob

On Nov 18, 2009, at 11:34 PM, Ujjval Karihaloo wrote:

> I have used the following setting in ivr.conf.xml to setup  
> conferencing with moderator.
>
> However, the issue I have is - the user enters 123456 and then say  
> if it's a moderator they enter wrong Moderator PIN 3 times then it  
> takes the user back to the main menu..."conference_menu" and asks  
> for main conf pin (123456) once again.
>
> I would like the caller to be disconnected if they get into the  
> Moderator menu and enter wrong Moderator PIN 3 times.
>
>  greet-long="welcome_please_enter_conference_pin.wav"
>  greet-short="check_and_try_again.wav"
>  invalid-sound="passcode_invalid.wav"
>  exit-sound="voicemail/vm-goodbye.wav"
>  timeout="1"
>  inter-digit-timeout="5000"
>  max-failures="3"
>  max-timeouts="3"
>  digit-len="7">
>   param="conference_123456_moderator_menu" /> 
>
>
>  greet- 
> long 
> = 
> "conference_confirmed_enter_moderator_pin_or_1_to_join_as_participant 
> .wav"
>  greet-short="check_moderator_pin_or_1_to_join.wav"
>  invalid-sound="invalid_moderator_pin.wav"
>  exit-sound="voicemail/vm-goodbye.wav"
>  timeout="1"
>  inter-digit-timeout="5000"
>  max-failures="3"
>  max-timeouts="3"
>  digit-len="5">
>  
>  
> 
>
>  
>
>
>
> Ujjval Karihaloo
> VP Voice Engineering
> IP Phone: +13032428610
> E-Fax: +17202391690
>
> SimpleSignal Inc.
> 88 Inverness Circle East
> Suite K105
> Englewood, CO  80112
>
>
> -Original Message-
> From: freeswitch-users-boun...@lists.freeswitch.org 
> [mailto:freeswitch-users-boun...@lists.freeswitch.org 
> ] On Behalf Of Rob Forman
> Sent: Thursday, November 05, 2009 7:52 AM
> To: freeswitch-users@lists.freeswitch.org
> Subject: Re: [Freeswitch-users] Setting up Conference with Moderator
>
> Hi UK,
>
> From what I've done and read, the caller-controls (in
> conference.conf.xml) can be modified to almost anything you can think
> of, BUT, they are mapped 1-to-1 to a conference- ie you can't map a
> caller control just for those with the moderator flag.  So unless you
> want everyone able to mute/kick everyone then you can't do it.
>
> The wiki seems to indicate this as well:
>
> "Be aware that the caller-controls are applied across the entire
> conference. You cannot enter one member of the conference using  
> caller-
> controls ABC and then enter a second member using caller-controls  
> XYZ."
>
> http://wiki.freeswitch.org/wiki/Mod_conference
>
>
> I think this might be a limitation of mod_conference.  Perhaps one of
> the pros can chime in if I'm off-base or there's some nifty way to
> accomplish this.
>
> Cheers,
> Rob
>
> On Nov 4, 2009, at 8:09 PM, Ujjval Karihaloo wrote:
>
>> Any ideas on the below...has anyone implemented the below:
>>
>> Once I have the Moderator and Participants logged on, how do I
>> invoke the moderator previlidges, LIk esay muting everyone/someone
>> or kicking someone out of the Conf and the like?
>>
>>
>>
>> -Original Message-
>> From: freeswitch-users-boun...@lists.freeswitch.org 
>> [mailto:freeswitch-users-boun...@lists.freeswitch.org
>> ] On Behalf Of Ujjval Karihaloo
>> Sent: Monday, November 02, 2009 12:52 PM
>> To: freeswitch-users@lists.freeswitch.org
>> Subject: Re: [Freeswitch-users] Setting up Conference with Moderator
>>
>> Rob:
>>
>>  Once I have the Moderator and Participants logged on, how do I
>> invoke the moderator previlidges, LIk esay muting everyone/someone
>> or kicking someone out of the Conf and the like?
>&

Re: [Freeswitch-users] Setting up Conference with Moderator

2009-11-18 Thread Rob Forman
Hi again UK,

IVR is designed to naturally return to previous or top menus.  I don't  
think there's a way to change this default behavior.  Maybe its time  
to move to a script-based pin validation system so you have the full  
control you need.

http://wiki.freeswitch.org/wiki/Examples_JavaScript_Conference_IVR

Rob

On Nov 18, 2009, at 11:34 PM, Ujjval Karihaloo wrote:

> I have used the following setting in ivr.conf.xml to setup  
> conferencing with moderator.
>
> However, the issue I have is - the user enters 123456 and then say  
> if it's a moderator they enter wrong Moderator PIN 3 times then it  
> takes the user back to the main menu..."conference_menu" and asks  
> for main conf pin (123456) once again.
>
> I would like the caller to be disconnected if they get into the  
> Moderator menu and enter wrong Moderator PIN 3 times.
>
>  greet-long="welcome_please_enter_conference_pin.wav"
>  greet-short="check_and_try_again.wav"
>  invalid-sound="passcode_invalid.wav"
>  exit-sound="voicemail/vm-goodbye.wav"
>  timeout="1"
>  inter-digit-timeout="5000"
>  max-failures="3"
>  max-timeouts="3"
>  digit-len="7">
>   param="conference_123456_moderator_menu" /> 
>
>
>  greet- 
> long 
> = 
> "conference_confirmed_enter_moderator_pin_or_1_to_join_as_participant 
> .wav"
>  greet-short="check_moderator_pin_or_1_to_join.wav"
>  invalid-sound="invalid_moderator_pin.wav"
>  exit-sound="voicemail/vm-goodbye.wav"
>  timeout="1"
>  inter-digit-timeout="5000"
>  max-failures="3"
>  max-timeouts="3"
>  digit-len="5">
>  
>  
> 
>
>  
>
>
>
> Ujjval Karihaloo
> VP Voice Engineering
> IP Phone: +13032428610
> E-Fax: +17202391690
>
> SimpleSignal Inc.
> 88 Inverness Circle East
> Suite K105
> Englewood, CO  80112
>
>
> -Original Message-
> From: freeswitch-users-boun...@lists.freeswitch.org 
> [mailto:freeswitch-users-boun...@lists.freeswitch.org 
> ] On Behalf Of Rob Forman
> Sent: Thursday, November 05, 2009 7:52 AM
> To: freeswitch-users@lists.freeswitch.org
> Subject: Re: [Freeswitch-users] Setting up Conference with Moderator
>
> Hi UK,
>
> From what I've done and read, the caller-controls (in
> conference.conf.xml) can be modified to almost anything you can think
> of, BUT, they are mapped 1-to-1 to a conference- ie you can't map a
> caller control just for those with the moderator flag.  So unless you
> want everyone able to mute/kick everyone then you can't do it.
>
> The wiki seems to indicate this as well:
>
> "Be aware that the caller-controls are applied across the entire
> conference. You cannot enter one member of the conference using  
> caller-
> controls ABC and then enter a second member using caller-controls  
> XYZ."
>
> http://wiki.freeswitch.org/wiki/Mod_conference
>
>
> I think this might be a limitation of mod_conference.  Perhaps one of
> the pros can chime in if I'm off-base or there's some nifty way to
> accomplish this.
>
> Cheers,
> Rob
>
> On Nov 4, 2009, at 8:09 PM, Ujjval Karihaloo wrote:
>
>> Any ideas on the below...has anyone implemented the below:
>>
>> Once I have the Moderator and Participants logged on, how do I
>> invoke the moderator previlidges, LIk esay muting everyone/someone
>> or kicking someone out of the Conf and the like?
>>
>>
>>
>> -Original Message-
>> From: freeswitch-users-boun...@lists.freeswitch.org 
>> [mailto:freeswitch-users-boun...@lists.freeswitch.org
>> ] On Behalf Of Ujjval Karihaloo
>> Sent: Monday, November 02, 2009 12:52 PM
>> To: freeswitch-users@lists.freeswitch.org
>> Subject: Re: [Freeswitch-users] Setting up Conference with Moderator
>>
>> Rob:
>>
>>  Once I have the Moderator and Participants logged on, how do I
>> invoke the moderator previlidges, LIk esay muting everyone/someone
>> or kicking someone out of the Conf and the like?
>>
>>
>>
>> -Original Message-
>> From: freeswitch-users-boun...@lists.freeswitch.org 
>> [mailto:freeswitch-users-boun...@lists.freeswitch.org
>> ] On Behalf Of Rob Forman
>> Sent: Friday, October 30, 2009 9:34 AM
>> To: freeswitch-users@lists.freeswitch.org
>> Subject: Re: [Freeswitch-users] Setting up Confer

Re: [Freeswitch-users] Setting up Conference with Moderator

2009-11-18 Thread Ujjval Karihaloo
I have used the following setting in ivr.conf.xml to setup conferencing with 
moderator.

However, the issue I have is - the user enters 123456 and then say if it's a 
moderator they enter wrong Moderator PIN 3 times then it takes the user back to 
the main menu..."conference_menu" and asks for main conf pin (123456) once 
again.

I would like the caller to be disconnected if they get into the Moderator menu 
and enter wrong Moderator PIN 3 times.


   



  
  
 

  



Ujjval Karihaloo
VP Voice Engineering
IP Phone: +13032428610
E-Fax: +17202391690

SimpleSignal Inc.
88 Inverness Circle East
Suite K105
Englewood, CO  80112


-Original Message-
From: freeswitch-users-boun...@lists.freeswitch.org 
[mailto:freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of Rob Forman
Sent: Thursday, November 05, 2009 7:52 AM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Setting up Conference with Moderator

Hi UK,

 From what I've done and read, the caller-controls (in  
conference.conf.xml) can be modified to almost anything you can think  
of, BUT, they are mapped 1-to-1 to a conference- ie you can't map a  
caller control just for those with the moderator flag.  So unless you  
want everyone able to mute/kick everyone then you can't do it.

The wiki seems to indicate this as well:

"Be aware that the caller-controls are applied across the entire  
conference. You cannot enter one member of the conference using caller- 
controls ABC and then enter a second member using caller-controls XYZ."

http://wiki.freeswitch.org/wiki/Mod_conference


I think this might be a limitation of mod_conference.  Perhaps one of  
the pros can chime in if I'm off-base or there's some nifty way to  
accomplish this.

Cheers,
Rob

On Nov 4, 2009, at 8:09 PM, Ujjval Karihaloo wrote:

> Any ideas on the below...has anyone implemented the below:
>
> Once I have the Moderator and Participants logged on, how do I  
> invoke the moderator previlidges, LIk esay muting everyone/someone  
> or kicking someone out of the Conf and the like?
>
>
>
> -Original Message-
> From: freeswitch-users-boun...@lists.freeswitch.org 
> [mailto:freeswitch-users-boun...@lists.freeswitch.org 
> ] On Behalf Of Ujjval Karihaloo
> Sent: Monday, November 02, 2009 12:52 PM
> To: freeswitch-users@lists.freeswitch.org
> Subject: Re: [Freeswitch-users] Setting up Conference with Moderator
>
> Rob:
>
>   Once I have the Moderator and Participants logged on, how do I  
> invoke the moderator previlidges, LIk esay muting everyone/someone  
> or kicking someone out of the Conf and the like?
>
>
>
> -Original Message-
> From: freeswitch-users-boun...@lists.freeswitch.org 
> [mailto:freeswitch-users-boun...@lists.freeswitch.org 
> ] On Behalf Of Rob Forman
> Sent: Friday, October 30, 2009 9:34 AM
> To: freeswitch-users@lists.freeswitch.org
> Subject: Re: [Freeswitch-users] Setting up Conference with Moderator
>
> Hm, strange.  I haven't seen that before.  Can you pastebin your logs
> at debug level?
>
> On Oct 30, 2009, at 9:43 AM, Ujjval Karihaloo wrote:
>
>> It's strange... a tcpdump tells me that there is no DTMF from my
>> provider when using IVR, but when I call into a TN that goes
>> directly into the Conference App, I see DTMF from the provider.
>>
>>
>>
>> -Original Message-
>> From: freeswitch-users-boun...@lists.freeswitch.org 
>> [mailto:freeswitch-users-boun...@lists.freeswitch.org
>> ] On Behalf Of Rob Forman
>> Sent: Friday, October 30, 2009 7:23 AM
>> To: freeswitch-users@lists.freeswitch.org
>> Subject: Re: [Freeswitch-users] Setting up Conference with Moderator
>>
>> I've never had any problem with that.  Is your logging at debug level
>> so you can see the RECV DTFM in the log/fs_cli?  Are you calling from
>> a SIP phone on the pbx, or via a PSTN provider?  Maybe your provider
>> isn't passing them through.
>>
>> Make sure your logging is turned up then try something simpler, like
>> calling the echo application, and see if DTFM comes through.
>>
>> Rob
>>
>> On Oct 29, 2009, at 11:34 PM, Ujjval Karihaloo wrote:
>>
>>> Rob:
>>>
>>> For some reason, I don't see the DTMF appear on the fs_CLI when
>>> using the below configuration....so it basically timesout.
>>>
>>> UK
>>>
>>>
>>>
>>> -Original Message-
>>> From: freeswitch-users-boun...@lists.freeswitch.org 
>>> [mailto:freeswitch-users-boun...@lists.freeswitch.org
>>> ] On Behalf Of Ujjval Karihaloo
>>> Sent: Monday, October 26, 2009 9:21 AM
>

Re: [Freeswitch-users] Setting up Conference with Moderator

2009-11-09 Thread Ujjval Karihaloo
OK, I may have solved this mystery, if I use application=answer and answer the 
call before the IVR which then flows into the Conference app, DTMF works from 
the AT&T phone..

So, if you face issues with Conferencing/IVR, answer the call before you invoke 
those apps...

Problem I have now is that a Polycom old phone like 501s are not doing DTMF 
2833 to the Freeswitch server...has anyone seen this..Call is not going thru 
PSTN...its IP to IP Polycom 501 through our SBC to the Freeswitch Server.


-Original Message-
From: freeswitch-users-boun...@lists.freeswitch.org 
[mailto:freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of Brian West
Sent: Monday, November 02, 2009 9:08 AM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Setting up Conference with Moderator

you know I have heard this before... It seems to ONLY be AT&T

/b

On Nov 2, 2009, at 9:54 AM, Ujjval Karihaloo wrote:

> Yes, I think I did. However here is what furthur testing revelas. If  
> I dial in from AT&T cell phone, I do not see any DTMF using Don's  
> IVR.xml.conf to call my conf app. But when I dial the same number  
> using a Verizon Cell, it works.
>
> When I dial a number that is provisioned to call the Conf App  
> directly from the public.xml dialplan...it works even with the same  
> AT&T cell phone...
>
> Strange behaviour


___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] Setting up Conference with Moderator

2009-11-09 Thread Rupa Schomaker
On Fri, Nov 6, 2009 at 7:59 AM, Ujjval Karihaloo
 wrote:
>  Any examples I can refer to for this?

not that i know of

>
> Like for Channel vars and execute_application calls? Does this all need to be 
> doen in dialplan.public.xml or also in other config files?

most can be done in public.xml if you want to do it all in dialplan.

> Sorry: I am still learning the Freeswitch world.
>
>
>
> -Original Message-
> From: freeswitch-users-boun...@lists.freeswitch.org 
> [mailto:freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of Rupa 
> Schomaker
> Sent: Thursday, November 05, 2009 8:56 AM
> To: freeswitch-users@lists.freeswitch.org
> Subject: Re: [Freeswitch-users] Setting up Conference with Moderator
>
> This is true, BUT it is more flexible than it looks.
>
> http://wiki.freeswitch.org/wiki/Mod_conference#.3Ccaller-controls.3E
>
> The caller controls can have a key execute a dialplan extension:
> execute_application
> You can set a channel var on the moderator prior to joining to the conf.
> When the extenion is called, you can check the channel var for
> moderator and act accordingly.
>
> Or you can send an event and monitor with an app over ESL and do
> whatever you want there (probably using the same channel var trick for
> knowing who is a mod or not).
>
>
> On Thu, Nov 5, 2009 at 8:52 AM, Rob Forman  wrote:
>> Hi UK,
>>
>>  From what I've done and read, the caller-controls (in
>> conference.conf.xml) can be modified to almost anything you can think
>> of, BUT, they are mapped 1-to-1 to a conference- ie you can't map a
>> caller control just for those with the moderator flag.  So unless you
>> want everyone able to mute/kick everyone then you can't do it.
>>
>> The wiki seems to indicate this as well:
>>
>> "Be aware that the caller-controls are applied across the entire
>> conference. You cannot enter one member of the conference using caller-
>> controls ABC and then enter a second member using caller-controls XYZ."
>>
>> http://wiki.freeswitch.org/wiki/Mod_conference
>>
>>
>> I think this might be a limitation of mod_conference.  Perhaps one of
>> the pros can chime in if I'm off-base or there's some nifty way to
>> accomplish this.
>>
>> Cheers,
>> Rob
>>
>> On Nov 4, 2009, at 8:09 PM, Ujjval Karihaloo wrote:
>>
>>> Any ideas on the below...has anyone implemented the below:
>>>
>>> Once I have the Moderator and Participants logged on, how do I
>>> invoke the moderator previlidges, LIk esay muting everyone/someone
>>> or kicking someone out of the Conf and the like?
>>>
>>>
>>>
>>> -Original Message-
>>> From: freeswitch-users-boun...@lists.freeswitch.org 
>>> [mailto:freeswitch-users-boun...@lists.freeswitch.org
>>> ] On Behalf Of Ujjval Karihaloo
>>> Sent: Monday, November 02, 2009 12:52 PM
>>> To: freeswitch-users@lists.freeswitch.org
>>> Subject: Re: [Freeswitch-users] Setting up Conference with Moderator
>>>
>>> Rob:
>>>
>>>   Once I have the Moderator and Participants logged on, how do I
>>> invoke the moderator previlidges, LIk esay muting everyone/someone
>>> or kicking someone out of the Conf and the like?
>>>
>>>
>>>
>>> -Original Message-
>>> From: freeswitch-users-boun...@lists.freeswitch.org 
>>> [mailto:freeswitch-users-boun...@lists.freeswitch.org
>>> ] On Behalf Of Rob Forman
>>> Sent: Friday, October 30, 2009 9:34 AM
>>> To: freeswitch-users@lists.freeswitch.org
>>> Subject: Re: [Freeswitch-users] Setting up Conference with Moderator
>>>
>>> Hm, strange.  I haven't seen that before.  Can you pastebin your logs
>>> at debug level?
>>>
>>> On Oct 30, 2009, at 9:43 AM, Ujjval Karihaloo wrote:
>>>
>>>> It's strange... a tcpdump tells me that there is no DTMF from my
>>>> provider when using IVR, but when I call into a TN that goes
>>>> directly into the Conference App, I see DTMF from the provider.
>>>>
>>>>
>>>>
>>>> -Original Message-
>>>> From: freeswitch-users-boun...@lists.freeswitch.org 
>>>> [mailto:freeswitch-users-boun...@lists.freeswitch.org
>>>> ] On Behalf Of Rob Forman
>>>> Sent: Friday, October 30, 2009 7:23 AM
>>>> To: freeswitch-users@lists.freeswitch.org
>>>> Subject: Re: [Freeswitch-users] Setting up Conference with Moderator
>>>>

Re: [Freeswitch-users] Setting up Conference with Moderator

2009-11-04 Thread Ujjval Karihaloo
Any ideas on the below...has anyone implemented the below:

Once I have the Moderator and Participants logged on, how do I invoke the 
moderator previlidges, LIk esay muting everyone/someone or kicking someone out 
of the Conf and the like?



-Original Message-
From: freeswitch-users-boun...@lists.freeswitch.org 
[mailto:freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of Ujjval 
Karihaloo
Sent: Monday, November 02, 2009 12:52 PM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Setting up Conference with Moderator

Rob:

   Once I have the Moderator and Participants logged on, how do I invoke the 
moderator previlidges, LIk esay muting everyone/someone or kicking someone out 
of the Conf and the like?



-Original Message-
From: freeswitch-users-boun...@lists.freeswitch.org 
[mailto:freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of Rob Forman
Sent: Friday, October 30, 2009 9:34 AM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Setting up Conference with Moderator

Hm, strange.  I haven't seen that before.  Can you pastebin your logs  
at debug level?

On Oct 30, 2009, at 9:43 AM, Ujjval Karihaloo wrote:

> It's strange... a tcpdump tells me that there is no DTMF from my  
> provider when using IVR, but when I call into a TN that goes  
> directly into the Conference App, I see DTMF from the provider.
>
>
>
> -Original Message-
> From: freeswitch-users-boun...@lists.freeswitch.org 
> [mailto:freeswitch-users-boun...@lists.freeswitch.org 
> ] On Behalf Of Rob Forman
> Sent: Friday, October 30, 2009 7:23 AM
> To: freeswitch-users@lists.freeswitch.org
> Subject: Re: [Freeswitch-users] Setting up Conference with Moderator
>
> I've never had any problem with that.  Is your logging at debug level
> so you can see the RECV DTFM in the log/fs_cli?  Are you calling from
> a SIP phone on the pbx, or via a PSTN provider?  Maybe your provider
> isn't passing them through.
>
> Make sure your logging is turned up then try something simpler, like
> calling the echo application, and see if DTFM comes through.
>
> Rob
>
> On Oct 29, 2009, at 11:34 PM, Ujjval Karihaloo wrote:
>
>> Rob:
>>
>> For some reason, I don't see the DTMF appear on the fs_CLI when
>> using the below configurationso it basically timesout.
>>
>> UK
>>
>>
>>
>> -Original Message-
>> From: freeswitch-users-boun...@lists.freeswitch.org 
>> [mailto:freeswitch-users-boun...@lists.freeswitch.org
>> ] On Behalf Of Ujjval Karihaloo
>> Sent: Monday, October 26, 2009 9:21 AM
>> To: freeswitch-users@lists.freeswitch.org
>> Subject: Re: [Freeswitch-users] Setting up Conference with Moderator
>>
>> Thx a lot Rob, reading the wiki your way or using IVR seems correct..
>> ===
>> The wiki also says that the wait-mod might be  "used in conjunction
>> with an IVR where the moderators are authenticated with an extra  
>> pass-
>> code", which is what I did.  I guess that's why I didn't understand
>> the point of the +pin.
>> ==
>>
>> I will try it out.
>>
>> Again thx a lot for your help. Will keep everyone posted.
>>
>> ________________
>> From: freeswitch-users-boun...@lists.freeswitch.org 
>> [freeswitch-users-boun...@lists.freeswitch.org
>> ] On Behalf Of Rob Forman [rob4manh...@gmail.com]
>> Sent: Friday, October 23, 2009 12:22 PM
>> To: freeswitch-users@lists.freeswitch.org
>> Subject: Re: [Freeswitch-users] Setting up Conference with Moderator
>>
>> I just re-tested with the pin in my dial plan:
>>
>>  
>>
>> And it doesn't challenge me for the pin.  I just drop right in.  I
>> figured this is how it was intended, since the wiki says the pin is
>> set initially and only challenged in later attempts [by future
>> callers]:
>>
>> "The first time a conference name (confname) is used, it will be
>> created on demand, and the pin will be set to what ever is specified
>> at that time: the pin in the data string if specified, or if not, the
>> "pin" setting in the conference profile, and if that is also
>> unspecified, then there is no pin protection. Any later attempt to
>> join the conference must specify the same pin number, if one existed
>> when it was created. "
>>
>>
>> The wiki also says that the wait-mod might be  "used in conjunction
>> with an IVR where the moderators are authenticated with an extra  
>> pass-
>> code", w

Re: [Freeswitch-users] Setting up Conference with Moderator

2009-11-04 Thread Ujjval Karihaloo
Interesting...Thx for the heads up.



From: freeswitch-users-boun...@lists.freeswitch.org 
[mailto:freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of Michael 
Collins
Sent: Wednesday, November 04, 2009 10:37 AM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Setting up Conference with Moderator


On Tue, Nov 3, 2009 at 6:27 PM, Ujjval Karihaloo 
mailto:ujj...@simplesignal.com>> wrote:
Was that sarcasm or you really mean it?

No, he's serious. There are some issues that are quite endemic to AT&T.
-MC

___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] Setting up Conference with Moderator

2009-11-04 Thread Michael Collins
On Tue, Nov 3, 2009 at 6:27 PM, Ujjval Karihaloo wrote:

> Was that sarcasm or you really mean it?
>

No, he's serious. There are some issues that are quite endemic to AT&T.
-MC
___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] Setting up Conference with Moderator

2009-11-03 Thread Ujjval Karihaloo
Was that sarcasm or you really mean it?



-Original Message-
From: freeswitch-users-boun...@lists.freeswitch.org 
[mailto:freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of Brian West
Sent: Monday, November 02, 2009 9:08 AM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Setting up Conference with Moderator

you know I have heard this before... It seems to ONLY be AT&T

/b

On Nov 2, 2009, at 9:54 AM, Ujjval Karihaloo wrote:

> Yes, I think I did. However here is what furthur testing revelas. If  
> I dial in from AT&T cell phone, I do not see any DTMF using Don's  
> IVR.xml.conf to call my conf app. But when I dial the same number  
> using a Verizon Cell, it works.
>
> When I dial a number that is provisioned to call the Conf App  
> directly from the public.xml dialplan...it works even with the same  
> AT&T cell phone...
>
> Strange behaviour


___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] Setting up Conference with Moderator

2009-11-02 Thread Ujjval Karihaloo
Rob:

   Once I have the Moderator and Participants logged on, how do I invoke the 
moderator previlidges, LIk esay muting everyone/someone or kicking someone out 
of the Conf and the like?

Ujjval Karihaloo
VP Voice Engineering
IP Phone: +13032428610
E-Fax: +17202391690

SimpleSignal Inc.
88 Inverness Circle East
Suite K105
Englewood, CO  80112



-Original Message-
From: freeswitch-users-boun...@lists.freeswitch.org 
[mailto:freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of Rob Forman
Sent: Friday, October 30, 2009 9:34 AM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Setting up Conference with Moderator

Hm, strange.  I haven't seen that before.  Can you pastebin your logs  
at debug level?

On Oct 30, 2009, at 9:43 AM, Ujjval Karihaloo wrote:

> It's strange... a tcpdump tells me that there is no DTMF from my  
> provider when using IVR, but when I call into a TN that goes  
> directly into the Conference App, I see DTMF from the provider.
>
>
>
> -Original Message-
> From: freeswitch-users-boun...@lists.freeswitch.org 
> [mailto:freeswitch-users-boun...@lists.freeswitch.org 
> ] On Behalf Of Rob Forman
> Sent: Friday, October 30, 2009 7:23 AM
> To: freeswitch-users@lists.freeswitch.org
> Subject: Re: [Freeswitch-users] Setting up Conference with Moderator
>
> I've never had any problem with that.  Is your logging at debug level
> so you can see the RECV DTFM in the log/fs_cli?  Are you calling from
> a SIP phone on the pbx, or via a PSTN provider?  Maybe your provider
> isn't passing them through.
>
> Make sure your logging is turned up then try something simpler, like
> calling the echo application, and see if DTFM comes through.
>
> Rob
>
> On Oct 29, 2009, at 11:34 PM, Ujjval Karihaloo wrote:
>
>> Rob:
>>
>> For some reason, I don't see the DTMF appear on the fs_CLI when
>> using the below configurationso it basically timesout.
>>
>> UK
>>
>>
>>
>> -Original Message-
>> From: freeswitch-users-boun...@lists.freeswitch.org 
>> [mailto:freeswitch-users-boun...@lists.freeswitch.org
>> ] On Behalf Of Ujjval Karihaloo
>> Sent: Monday, October 26, 2009 9:21 AM
>> To: freeswitch-users@lists.freeswitch.org
>> Subject: Re: [Freeswitch-users] Setting up Conference with Moderator
>>
>> Thx a lot Rob, reading the wiki your way or using IVR seems correct..
>> ===
>> The wiki also says that the wait-mod might be  "used in conjunction
>> with an IVR where the moderators are authenticated with an extra  
>> pass-
>> code", which is what I did.  I guess that's why I didn't understand
>> the point of the +pin.
>> ==
>>
>> I will try it out.
>>
>> Again thx a lot for your help. Will keep everyone posted.
>>
>> ________________
>> From: freeswitch-users-boun...@lists.freeswitch.org 
>> [freeswitch-users-boun...@lists.freeswitch.org
>> ] On Behalf Of Rob Forman [rob4manh...@gmail.com]
>> Sent: Friday, October 23, 2009 12:22 PM
>> To: freeswitch-users@lists.freeswitch.org
>> Subject: Re: [Freeswitch-users] Setting up Conference with Moderator
>>
>> I just re-tested with the pin in my dial plan:
>>
>>  
>>
>> And it doesn't challenge me for the pin.  I just drop right in.  I
>> figured this is how it was intended, since the wiki says the pin is
>> set initially and only challenged in later attempts [by future
>> callers]:
>>
>> "The first time a conference name (confname) is used, it will be
>> created on demand, and the pin will be set to what ever is specified
>> at that time: the pin in the data string if specified, or if not, the
>> "pin" setting in the conference profile, and if that is also
>> unspecified, then there is no pin protection. Any later attempt to
>> join the conference must specify the same pin number, if one existed
>> when it was created. "
>>
>>
>> The wiki also says that the wait-mod might be  "used in conjunction
>> with an IVR where the moderators are authenticated with an extra  
>> pass-
>> code", which is what I did.  I guess that's why I didn't understand
>> the point of the +pin.
>>
>> I'm sure there's a scenario where its used and useful, the wiki just
>> doesn't explain it.
>>
>> Rob
>>
>> On Oct 23, 2009, at 12:43 PM, Brian West wrote:
>>
>>> Well first off you're not defining a pine here...
>>>
>>> confn...@profilename+flags{mute|deaf|w

Re: [Freeswitch-users] Setting up Conference with Moderator

2009-11-02 Thread Brian West
you know I have heard this before... It seems to ONLY be AT&T

/b

On Nov 2, 2009, at 9:54 AM, Ujjval Karihaloo wrote:

> Yes, I think I did. However here is what furthur testing revelas. If  
> I dial in from AT&T cell phone, I do not see any DTMF using Don's  
> IVR.xml.conf to call my conf app. But when I dial the same number  
> using a Verizon Cell, it works.
>
> When I dial a number that is provisioned to call the Conf App  
> directly from the public.xml dialplan...it works even with the same  
> AT&T cell phone...
>
> Strange behaviour


___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] Setting up Conference with Moderator

2009-11-02 Thread Ujjval Karihaloo
Yes, I think I did. However here is what furthur testing revelas. If I dial in 
from AT&T cell phone, I do not see any DTMF using Don's IVR.xml.conf to call my 
conf app. But when I dial the same number using a Verizon Cell, it works.

When I dial a number that is provisioned to call the Conf App directly from the 
public.xml dialplan...it works even with the same AT&T cell phone...

Strange behaviour


From: freeswitch-users-boun...@lists.freeswitch.org 
[freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of Michael Jerris 
[m...@jerris.com]
Sent: Saturday, October 31, 2009 11:33 PM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Setting up Conference with Moderator

Have you answered the call?

On Oct 30, 2009, at 11:34 AM, Rob Forman wrote:

> Hm, strange.  I haven't seen that before.  Can you pastebin your logs
> at debug level?
>
> On Oct 30, 2009, at 9:43 AM, Ujjval Karihaloo wrote:
>
>> It's strange... a tcpdump tells me that there is no DTMF from my
>> provider when using IVR, but when I call into a TN that goes
>> directly into the Conference App, I see DTMF from the provider.
>>


___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] Setting up Conference with Moderator

2009-10-31 Thread Michael Jerris
Have you answered the call?

On Oct 30, 2009, at 11:34 AM, Rob Forman wrote:

> Hm, strange.  I haven't seen that before.  Can you pastebin your logs
> at debug level?
>
> On Oct 30, 2009, at 9:43 AM, Ujjval Karihaloo wrote:
>
>> It's strange... a tcpdump tells me that there is no DTMF from my
>> provider when using IVR, but when I call into a TN that goes
>> directly into the Conference App, I see DTMF from the provider.
>>


___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] Setting up Conference with Moderator

2009-10-30 Thread Rob Forman
Hm, strange.  I haven't seen that before.  Can you pastebin your logs  
at debug level?

On Oct 30, 2009, at 9:43 AM, Ujjval Karihaloo wrote:

> It's strange... a tcpdump tells me that there is no DTMF from my  
> provider when using IVR, but when I call into a TN that goes  
> directly into the Conference App, I see DTMF from the provider.
>
>
>
> -Original Message-
> From: freeswitch-users-boun...@lists.freeswitch.org 
> [mailto:freeswitch-users-boun...@lists.freeswitch.org 
> ] On Behalf Of Rob Forman
> Sent: Friday, October 30, 2009 7:23 AM
> To: freeswitch-users@lists.freeswitch.org
> Subject: Re: [Freeswitch-users] Setting up Conference with Moderator
>
> I've never had any problem with that.  Is your logging at debug level
> so you can see the RECV DTFM in the log/fs_cli?  Are you calling from
> a SIP phone on the pbx, or via a PSTN provider?  Maybe your provider
> isn't passing them through.
>
> Make sure your logging is turned up then try something simpler, like
> calling the echo application, and see if DTFM comes through.
>
> Rob
>
> On Oct 29, 2009, at 11:34 PM, Ujjval Karihaloo wrote:
>
>> Rob:
>>
>> For some reason, I don't see the DTMF appear on the fs_CLI when
>> using the below configurationso it basically timesout.
>>
>> UK
>>
>>
>>
>> -Original Message-
>> From: freeswitch-users-boun...@lists.freeswitch.org 
>> [mailto:freeswitch-users-boun...@lists.freeswitch.org
>> ] On Behalf Of Ujjval Karihaloo
>> Sent: Monday, October 26, 2009 9:21 AM
>> To: freeswitch-users@lists.freeswitch.org
>> Subject: Re: [Freeswitch-users] Setting up Conference with Moderator
>>
>> Thx a lot Rob, reading the wiki your way or using IVR seems correct..
>> ===
>> The wiki also says that the wait-mod might be  "used in conjunction
>> with an IVR where the moderators are authenticated with an extra  
>> pass-
>> code", which is what I did.  I guess that's why I didn't understand
>> the point of the +pin.
>> ==
>>
>> I will try it out.
>>
>> Again thx a lot for your help. Will keep everyone posted.
>>
>> ________________
>> From: freeswitch-users-boun...@lists.freeswitch.org 
>> [freeswitch-users-boun...@lists.freeswitch.org
>> ] On Behalf Of Rob Forman [rob4manh...@gmail.com]
>> Sent: Friday, October 23, 2009 12:22 PM
>> To: freeswitch-users@lists.freeswitch.org
>> Subject: Re: [Freeswitch-users] Setting up Conference with Moderator
>>
>> I just re-tested with the pin in my dial plan:
>>
>>  
>>
>> And it doesn't challenge me for the pin.  I just drop right in.  I
>> figured this is how it was intended, since the wiki says the pin is
>> set initially and only challenged in later attempts [by future
>> callers]:
>>
>> "The first time a conference name (confname) is used, it will be
>> created on demand, and the pin will be set to what ever is specified
>> at that time: the pin in the data string if specified, or if not, the
>> "pin" setting in the conference profile, and if that is also
>> unspecified, then there is no pin protection. Any later attempt to
>> join the conference must specify the same pin number, if one existed
>> when it was created. "
>>
>>
>> The wiki also says that the wait-mod might be  "used in conjunction
>> with an IVR where the moderators are authenticated with an extra  
>> pass-
>> code", which is what I did.  I guess that's why I didn't understand
>> the point of the +pin.
>>
>> I'm sure there's a scenario where its used and useful, the wiki just
>> doesn't explain it.
>>
>> Rob
>>
>> On Oct 23, 2009, at 12:43 PM, Brian West wrote:
>>
>>> Well first off you're not defining a pine here...
>>>
>>> confn...@profilename+flags{mute|deaf|waste|moderator}+[conference  
>>> pin
>>> number]
>>>
>>> That might be why its not asking for a pin.
>>>
>>> /b
>>>
>>> On Oct 23, 2009, at 12:30 PM, Rob Forman wrote:
>>>
>>>>
>>>
>>>
>>> ___
>>> FreeSWITCH-users mailing list
>>> FreeSWITCH-users@lists.freeswitch.org
>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>>> http://www.freeswitch.org
>>
>>

Re: [Freeswitch-users] Setting up Conference with Moderator

2009-10-30 Thread Ujjval Karihaloo
It's strange... a tcpdump tells me that there is no DTMF from my provider when 
using IVR, but when I call into a TN that goes directly into the Conference 
App, I see DTMF from the provider.



-Original Message-
From: freeswitch-users-boun...@lists.freeswitch.org 
[mailto:freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of Rob Forman
Sent: Friday, October 30, 2009 7:23 AM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Setting up Conference with Moderator

I've never had any problem with that.  Is your logging at debug level  
so you can see the RECV DTFM in the log/fs_cli?  Are you calling from  
a SIP phone on the pbx, or via a PSTN provider?  Maybe your provider  
isn't passing them through.

Make sure your logging is turned up then try something simpler, like  
calling the echo application, and see if DTFM comes through.

Rob

On Oct 29, 2009, at 11:34 PM, Ujjval Karihaloo wrote:

> Rob:
>
> For some reason, I don't see the DTMF appear on the fs_CLI when  
> using the below configurationso it basically timesout.
>
> UK
>
>
>
> -Original Message-
> From: freeswitch-users-boun...@lists.freeswitch.org 
> [mailto:freeswitch-users-boun...@lists.freeswitch.org 
> ] On Behalf Of Ujjval Karihaloo
> Sent: Monday, October 26, 2009 9:21 AM
> To: freeswitch-users@lists.freeswitch.org
> Subject: Re: [Freeswitch-users] Setting up Conference with Moderator
>
> Thx a lot Rob, reading the wiki your way or using IVR seems correct..
> ===
> The wiki also says that the wait-mod might be  "used in conjunction
> with an IVR where the moderators are authenticated with an extra pass-
> code", which is what I did.  I guess that's why I didn't understand
> the point of the +pin.
> ==
>
> I will try it out.
>
> Again thx a lot for your help. Will keep everyone posted.
>
> 
> From: freeswitch-users-boun...@lists.freeswitch.org 
> [freeswitch-users-boun...@lists.freeswitch.org 
> ] On Behalf Of Rob Forman [rob4manh...@gmail.com]
> Sent: Friday, October 23, 2009 12:22 PM
> To: freeswitch-users@lists.freeswitch.org
> Subject: Re: [Freeswitch-users] Setting up Conference with Moderator
>
> I just re-tested with the pin in my dial plan:
>
>   
>
> And it doesn't challenge me for the pin.  I just drop right in.  I
> figured this is how it was intended, since the wiki says the pin is
> set initially and only challenged in later attempts [by future  
> callers]:
>
> "The first time a conference name (confname) is used, it will be
> created on demand, and the pin will be set to what ever is specified
> at that time: the pin in the data string if specified, or if not, the
> "pin" setting in the conference profile, and if that is also
> unspecified, then there is no pin protection. Any later attempt to
> join the conference must specify the same pin number, if one existed
> when it was created. "
>
>
> The wiki also says that the wait-mod might be  "used in conjunction
> with an IVR where the moderators are authenticated with an extra pass-
> code", which is what I did.  I guess that's why I didn't understand
> the point of the +pin.
>
> I'm sure there's a scenario where its used and useful, the wiki just
> doesn't explain it.
>
> Rob
>
> On Oct 23, 2009, at 12:43 PM, Brian West wrote:
>
>> Well first off you're not defining a pine here...
>>
>> confn...@profilename+flags{mute|deaf|waste|moderator}+[conference pin
>> number]
>>
>> That might be why its not asking for a pin.
>>
>> /b
>>
>> On Oct 23, 2009, at 12:30 PM, Rob Forman wrote:
>>
>>> 
>>
>>
>> ___
>> FreeSWITCH-users mailing list
>> FreeSWITCH-users@lists.freeswitch.org
>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>> http://www.freeswitch.org
>
>
> ___
> FreeSWITCH-users mailing list
> FreeSWITCH-users@lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
> ___
> FreeSWITCH-users mailing list
> FreeSWITCH-users@lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
> ___

Re: [Freeswitch-users] Setting up Conference with Moderator

2009-10-30 Thread Rob Forman
I've never had any problem with that.  Is your logging at debug level  
so you can see the RECV DTFM in the log/fs_cli?  Are you calling from  
a SIP phone on the pbx, or via a PSTN provider?  Maybe your provider  
isn't passing them through.

Make sure your logging is turned up then try something simpler, like  
calling the echo application, and see if DTFM comes through.

Rob

On Oct 29, 2009, at 11:34 PM, Ujjval Karihaloo wrote:

> Rob:
>
> For some reason, I don't see the DTMF appear on the fs_CLI when  
> using the below configurationso it basically timesout.
>
> UK
>
>
>
> -Original Message-
> From: freeswitch-users-boun...@lists.freeswitch.org 
> [mailto:freeswitch-users-boun...@lists.freeswitch.org 
> ] On Behalf Of Ujjval Karihaloo
> Sent: Monday, October 26, 2009 9:21 AM
> To: freeswitch-users@lists.freeswitch.org
> Subject: Re: [Freeswitch-users] Setting up Conference with Moderator
>
> Thx a lot Rob, reading the wiki your way or using IVR seems correct..
> ===
> The wiki also says that the wait-mod might be  "used in conjunction
> with an IVR where the moderators are authenticated with an extra pass-
> code", which is what I did.  I guess that's why I didn't understand
> the point of the +pin.
> ==
>
> I will try it out.
>
> Again thx a lot for your help. Will keep everyone posted.
>
> 
> From: freeswitch-users-boun...@lists.freeswitch.org 
> [freeswitch-users-boun...@lists.freeswitch.org 
> ] On Behalf Of Rob Forman [rob4manh...@gmail.com]
> Sent: Friday, October 23, 2009 12:22 PM
> To: freeswitch-users@lists.freeswitch.org
> Subject: Re: [Freeswitch-users] Setting up Conference with Moderator
>
> I just re-tested with the pin in my dial plan:
>
>   
>
> And it doesn't challenge me for the pin.  I just drop right in.  I
> figured this is how it was intended, since the wiki says the pin is
> set initially and only challenged in later attempts [by future  
> callers]:
>
> "The first time a conference name (confname) is used, it will be
> created on demand, and the pin will be set to what ever is specified
> at that time: the pin in the data string if specified, or if not, the
> "pin" setting in the conference profile, and if that is also
> unspecified, then there is no pin protection. Any later attempt to
> join the conference must specify the same pin number, if one existed
> when it was created. "
>
>
> The wiki also says that the wait-mod might be  "used in conjunction
> with an IVR where the moderators are authenticated with an extra pass-
> code", which is what I did.  I guess that's why I didn't understand
> the point of the +pin.
>
> I'm sure there's a scenario where its used and useful, the wiki just
> doesn't explain it.
>
> Rob
>
> On Oct 23, 2009, at 12:43 PM, Brian West wrote:
>
>> Well first off you're not defining a pine here...
>>
>> confn...@profilename+flags{mute|deaf|waste|moderator}+[conference pin
>> number]
>>
>> That might be why its not asking for a pin.
>>
>> /b
>>
>> On Oct 23, 2009, at 12:30 PM, Rob Forman wrote:
>>
>>> 
>>
>>
>> ___
>> FreeSWITCH-users mailing list
>> FreeSWITCH-users@lists.freeswitch.org
>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>> http://www.freeswitch.org
>
>
> ___
> FreeSWITCH-users mailing list
> FreeSWITCH-users@lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
> ___
> FreeSWITCH-users mailing list
> FreeSWITCH-users@lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
> ___
> FreeSWITCH-users mailing list
> FreeSWITCH-users@lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org


___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] Setting up Conference with Moderator

2009-10-29 Thread Ujjval Karihaloo
Rob:

 For some reason, I don't see the DTMF appear on the fs_CLI when using the 
below configurationso it basically timesout.

UK



-Original Message-
From: freeswitch-users-boun...@lists.freeswitch.org 
[mailto:freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of Ujjval 
Karihaloo
Sent: Monday, October 26, 2009 9:21 AM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Setting up Conference with Moderator

Thx a lot Rob, reading the wiki your way or using IVR seems correct..
===
The wiki also says that the wait-mod might be  "used in conjunction 
with an IVR where the moderators are authenticated with an extra pass-
code", which is what I did.  I guess that's why I didn't understand 
the point of the +pin.
==

I will try it out.

Again thx a lot for your help. Will keep everyone posted.


From: freeswitch-users-boun...@lists.freeswitch.org 
[freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of Rob Forman 
[rob4manh...@gmail.com]
Sent: Friday, October 23, 2009 12:22 PM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Setting up Conference with Moderator

I just re-tested with the pin in my dial plan:

   

And it doesn't challenge me for the pin.  I just drop right in.  I
figured this is how it was intended, since the wiki says the pin is
set initially and only challenged in later attempts [by future callers]:

"The first time a conference name (confname) is used, it will be
created on demand, and the pin will be set to what ever is specified
at that time: the pin in the data string if specified, or if not, the
"pin" setting in the conference profile, and if that is also
unspecified, then there is no pin protection. Any later attempt to
join the conference must specify the same pin number, if one existed
when it was created. "


The wiki also says that the wait-mod might be  "used in conjunction
with an IVR where the moderators are authenticated with an extra pass-
code", which is what I did.  I guess that's why I didn't understand
the point of the +pin.

I'm sure there's a scenario where its used and useful, the wiki just
doesn't explain it.

Rob

On Oct 23, 2009, at 12:43 PM, Brian West wrote:

> Well first off you're not defining a pine here...
>
> confn...@profilename+flags{mute|deaf|waste|moderator}+[conference pin
> number]
>
> That might be why its not asking for a pin.
>
> /b
>
> On Oct 23, 2009, at 12:30 PM, Rob Forman wrote:
>
>>  
>
>
> ___
> FreeSWITCH-users mailing list
> FreeSWITCH-users@lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org


___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] Setting up Conference with Moderator

2009-10-26 Thread Ujjval Karihaloo
Thx a lot Rob, reading the wiki your way or using IVR seems correct..
===
The wiki also says that the wait-mod might be  "used in conjunction 
with an IVR where the moderators are authenticated with an extra pass-
code", which is what I did.  I guess that's why I didn't understand 
the point of the +pin.
==

I will try it out.

Again thx a lot for your help. Will keep everyone posted.


From: freeswitch-users-boun...@lists.freeswitch.org 
[freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of Rob Forman 
[rob4manh...@gmail.com]
Sent: Friday, October 23, 2009 12:22 PM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Setting up Conference with Moderator

I just re-tested with the pin in my dial plan:

   

And it doesn't challenge me for the pin.  I just drop right in.  I
figured this is how it was intended, since the wiki says the pin is
set initially and only challenged in later attempts [by future callers]:

"The first time a conference name (confname) is used, it will be
created on demand, and the pin will be set to what ever is specified
at that time: the pin in the data string if specified, or if not, the
"pin" setting in the conference profile, and if that is also
unspecified, then there is no pin protection. Any later attempt to
join the conference must specify the same pin number, if one existed
when it was created. "


The wiki also says that the wait-mod might be  "used in conjunction
with an IVR where the moderators are authenticated with an extra pass-
code", which is what I did.  I guess that's why I didn't understand
the point of the +pin.

I'm sure there's a scenario where its used and useful, the wiki just
doesn't explain it.

Rob

On Oct 23, 2009, at 12:43 PM, Brian West wrote:

> Well first off you're not defining a pine here...
>
> confn...@profilename+flags{mute|deaf|waste|moderator}+[conference pin
> number]
>
> That might be why its not asking for a pin.
>
> /b
>
> On Oct 23, 2009, at 12:30 PM, Rob Forman wrote:
>
>>  
>
>
> ___
> FreeSWITCH-users mailing list
> FreeSWITCH-users@lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org


___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] Setting up Conference with Moderator

2009-10-25 Thread Ujjval Karihaloo
One more try for help for COnferencing using moderator,

Anyone successfully accomplished this? Help appreciated!

From: freeswitch-users-boun...@lists.freeswitch.org 
[freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of Ujjval Karihaloo 
[ujj...@simplesignal.com]
Sent: Thursday, October 22, 2009 9:01 PM
To: freeswitch-users@lists.freeswitch.org
Subject: [Freeswitch-users] Setting up Conference with Moderator

Hi

I have the Basic Conferencing working. Here is my Dial Plan.

 I want to be able to setup a Moderator PIN different from other participants, 
when I add the moderator flag it logs me in directly w/o asking for a PIN..
action application="conference" 
data="conference.c...@wideband+flags{moderator}+159753<mailto:conference.c...@wideband+flags%7bmoderator%7d+159753>"/>

DialPlan is below for the normal user, and it asks for the PIN with below 
settings.

   Ujj Inbound from SS - start
-->
   
   
mailto:conference.c...@wideband+159753>"/>
 



Re: [Freeswitch-users] Setting up Conference with Moderator

2009-10-23 Thread Rob Forman
I just re-tested with the pin in my dial plan:

   

And it doesn't challenge me for the pin.  I just drop right in.  I  
figured this is how it was intended, since the wiki says the pin is  
set initially and only challenged in later attempts [by future callers]:

"The first time a conference name (confname) is used, it will be  
created on demand, and the pin will be set to what ever is specified  
at that time: the pin in the data string if specified, or if not, the  
"pin" setting in the conference profile, and if that is also  
unspecified, then there is no pin protection. Any later attempt to  
join the conference must specify the same pin number, if one existed  
when it was created. "


The wiki also says that the wait-mod might be  "used in conjunction  
with an IVR where the moderators are authenticated with an extra pass- 
code", which is what I did.  I guess that's why I didn't understand  
the point of the +pin.

I'm sure there's a scenario where its used and useful, the wiki just  
doesn't explain it.

Rob

On Oct 23, 2009, at 12:43 PM, Brian West wrote:

> Well first off you're not defining a pine here...
>
> confn...@profilename+flags{mute|deaf|waste|moderator}+[conference pin
> number]
>
> That might be why its not asking for a pin.
>
> /b
>
> On Oct 23, 2009, at 12:30 PM, Rob Forman wrote:
>
>>  
>
>
> ___
> FreeSWITCH-users mailing list
> FreeSWITCH-users@lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org


___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] Setting up Conference with Moderator

2009-10-23 Thread Rob Forman
Right- this was an example without using the built-in pin but instead  
using IVR.


On Oct 23, 2009, at 12:43 PM, Brian West wrote:

> Well first off you're not defining a pine here...
>
> confn...@profilename+flags{mute|deaf|waste|moderator}+[conference pin
> number]
>
> That might be why its not asking for a pin.
>
> /b
>
> On Oct 23, 2009, at 12:30 PM, Rob Forman wrote:
>
>>  
>
>
> ___
> FreeSWITCH-users mailing list
> FreeSWITCH-users@lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org


___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] Setting up Conference with Moderator

2009-10-23 Thread Brian West
Well first off you're not defining a pine here...

confn...@profilename+flags{mute|deaf|waste|moderator}+[conference pin  
number]

That might be why its not asking for a pin.

/b

On Oct 23, 2009, at 12:30 PM, Rob Forman wrote:

>   


___
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Re: [Freeswitch-users] Setting up Conference with Moderator

2009-10-23 Thread Rob Forman
The first caller isn't challenged for the pin (don't really know why--  
maybe somebody else can elaborate on how the pin is designed to be  
used).  So to work around it, I validate the conference pin and  
moderator pin independently via an IVR (or dynamically with a script  
and odbc call) then put them in the conference with the right profile  
and flags.


Here is a simple example (I created these wavs so they aren't in your  
default setup but you can get the idea):


in ivr.conf:


  param="conference_123456_moderator_menu" /> 



  greet- 
long 
= 
"conference_confirmed_enter_moderator_pin_or_1_to_join_as_participant 
.wav"

  greet-short="check_moderator_pin_or_1_to_join.wav"
  invalid-sound="invalid_moderator_pin.wav"
  exit-sound="voicemail/vm-goodbye.wav"
  timeout="1"
  inter-digit-timeout="5000"
  max-failures="3"
  max-timeouts="3"
  digit-len="5">
  
  

 


You also need to add the "wait-mod" conference-flag to the conference  
profile if you want to allow participants to join but not let them  
talk until the moderator arrives.


In conference.conf.xml add to the profile you're using (default in  
this example):


  


From your public dial plan call the IVR or script:
  


Now you should be able to call, enter a conference number of 123456  
and sit listening to music until the moderator joins (using pin 1234)  
and starts the call.  Maybe I completely misunderstood the built-in  
pin system but since the first person isn't challenged I had to do it  
this way.


Good luck!

Rob


On Oct 23, 2009, at 11:54 AM, Ujjval Karihaloo wrote:

Any ideas on this one. Look slike only way rite now is to have a  
different Dest Phone number for a moderator.


From: freeswitch-users-boun...@lists.freeswitch.org [mailto:freeswitch-users-boun...@lists.freeswitch.org 
] On Behalf Of Ujjval Karihaloo

Sent: Thursday, October 22, 2009 9:02 PM
To: freeswitch-users@lists.freeswitch.org
Subject: [Freeswitch-users] Setting up Conference with Moderator

Hi

I have the Basic Conferencing working. Here is my Dial Plan.

 I want to be able to setup a Moderator PIN different from other  
participants, when I add the moderator flag it logs me in directly w/ 
o asking for a PIN..
action application="conference" data="conference.c...@wideband 
+flags{moderator}+159753"/>


DialPlan is below for the normal user, and it asks for the PIN with  
below settings.


   Ujj Inbound from SS - start
-->
   


data="conference.c...@wideband+159753"/>

 



Re: [Freeswitch-users] Setting up Conference with Moderator

2009-10-23 Thread Ujjval Karihaloo
Any ideas on this one. Look slike only way rite now is to have a different Dest 
Phone number for a moderator.

From: freeswitch-users-boun...@lists.freeswitch.org 
[mailto:freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of Ujjval 
Karihaloo
Sent: Thursday, October 22, 2009 9:02 PM
To: freeswitch-users@lists.freeswitch.org
Subject: [Freeswitch-users] Setting up Conference with Moderator

Hi

I have the Basic Conferencing working. Here is my Dial Plan.

 I want to be able to setup a Moderator PIN different from other participants, 
when I add the moderator flag it logs me in directly w/o asking for a PIN..
action application="conference" 
data="conference.c...@wideband+flags{moderator}+159753<mailto:conference.c...@wideband+flags%7bmoderator%7d+159753>"/>

DialPlan is below for the normal user, and it asks for the PIN with below 
settings.

   Ujj Inbound from SS - start
-->
   
   
mailto:conference.c...@wideband+159753>"/>
 



[Freeswitch-users] Setting up Conference with Moderator

2009-10-22 Thread Ujjval Karihaloo
Hi

I have the Basic Conferencing working. Here is my Dial Plan.

 I want to be able to setup a Moderator PIN different from other participants, 
when I add the moderator flag it logs me in directly w/o asking for a PIN..
action application="conference" 
data="conference.c...@wideband+flags{moderator}+159753"/>

DialPlan is below for the normal user, and it asks for the PIN with below 
settings.

   Ujj Inbound from SS - start
-->
   
   
mailto:conference.c...@wideband+159753>"/>