[Freeswitch-users] conf count when entering room

Rodney notlikeme75 at yahoo.com
Wed Jan 4 01:32:11 MSK 2012


sorry sent too soon. i want to bridge conf count extension and the 301 and then sched hangup bleg? 



________________________________
 From: Rodney <notlikeme75 at yahoo.com>
To: "freeswitch-users at lists.freeswitch.org" <freeswitch-users at lists.freeswitch.org> 
Sent: Tuesday, January 3, 2012 5:30 PM
Subject: conf count when entering room
 

MC,

I have not figured out how to get the conference count upon entering the room. I would imaging loading the Conference Announce Count extension at the same time as dropping into the conference. I am unsure of how to do this so it gets passed the conference number i am entering. I would imagine this would be a good start: ?


    <extension name="room1">
      <condition field="destination_number" expression="^301$">
<action application="set" data="conference_user_list=|"/>
<!-- set up a few bind_digit_action (BDA) bindings for the moderator -->
<action application="clear_digit_action" data="all"/>
<action application="bind_digit_action" data="moderator,5,exec:transfer,555 XML default"/>
        <action application="bind_digit_action" data="moderator,6,exec:transfer,319 XML default"/>
        <action application="bind_digit_action" data="moderator,7,exec:transfer,302 XML default"/>
        <action application="bind_digit_action" data="moderator,#,exec:transfer,759 XML default"/>
<action application="bind_digit_action" data="moderator,0,exec:transfer,300 XML default"/>
<action application="digit_action_set_realm" data="moderator"/>
<action application="playback" data="C:/Program Files/FreeSWITCH/sounds/en/us/callie/digits/8000/1.wav"/>
<!-- add this call to the conference -->
<action application="conference" data="301-127.0.0.1 at default"/>


       <action application="transfer" data="300 xml default" />
    </condition></extension>   


________________________________
 From: "freeswitch-users-request at lists.freeswitch.org" <freeswitch-users-request at lists.freeswitch.org>
To: freeswitch-users at lists.freeswitch.org 
Sent: Tuesday, January 3, 2012 4:47 PM
Subject: FreeSWITCH-users Digest, Vol 67, Issue 20
 
----- Forwarded Message -----

Send FreeSWITCH-users mailing list submissions to
    freeswitch-users at lists.freeswitch.org

To subscribe or unsubscribe via the World Wide Web, visit
    http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
or, via email, send a message with subject or body 'help' to
    freeswitch-users-request at lists.freeswitch.org

You can reach the person managing the list at
    freeswitch-users-owner at lists.freeswitch.org

When replying, please edit your Subject line so it is more specific
than "Re:
 Contents of FreeSWITCH-users digest..."

Today's Topics:

   1. Re: conf count (Michael Collins)
   2. Re: Radio stream binding ? (Michael Collins)
   3. Re: Radio stream binding ? (Rob Hutton)
   4. Re: int/ext dial tones not synchronous (Michael Collins)
   5. timeout for curl (Yuriy Nasida)
   6. Re: Silence ESL event (Michael Collins)

Did you figure this one out yet?
-MC


On Sun, Dec 25, 2011 at 8:20 AM, Rodney <notlikeme75 at yahoo.com> wrote:


>
>I can select the conf-alone sound in caller controls and even set up a bind digit for caller count once i am already in the conference using the 
>
>Conference Announce Count Inline  extension.
>
>but what i cant figure out is how to speak the caller count when entering the conference room.  can anyone help with this? currently with conf-alone it only speaks the file when i am the only one left or there isnt anyone else in the room when i get there. i would like it to tell me the total callers of the room i am heading into.
>
>thanks.
>
>_________________________________________________________________________
>Professional FreeSWITCH Consulting Services:
>consulting at freeswitch.org
>http://www.freeswitchsolutions.com
>
>
>
>
>Official FreeSWITCH Sites
>http://www.freeswitch.org
>http://wiki.freeswitch.org
>http://www.cluecon.com
>
>FreeSWITCH-users mailing list
>FreeSWITCH-users at lists.freeswitch.org
>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>http://www.freeswitch.org
>
>




On Fri, Dec 23, 2011 at 9:05 PM, Sherif Omran <sherifomran2000 at yahoo.com> wrote:

but the station i need is this
>
>mmsh://live.sis.gov.eg/live?MSWMExt=.asf
>
>and it is not there. I would appreciate your help
> 
Bummer. 

ASF is a proprietary Microsoft technology, so I would contact the people using it and let them know that they are limiting their potential audience by using a locked-down container format. 

If you *really* want this then you can probably hire someone to do a workaround. My guess is that you'll need to pay a fair amount because the people with the requisite skills to do this will be in high demand.

-MC

If you can get permission to rebroadcast, you could set up a machine to transcode it into a format that is supportable...

On Tuesday 03 January 2012 15:44:34 Michael Collins wrote:
> On Fri, Dec 23, 2011 at 9:05 PM, Sherif Omran <sherifomran2000 at yahoo.com>wrote:
> 
> > but the station i need is this
> >
> > mmsh://live.sis.gov.eg/live?MSWMExt=.asf
> >
> > and it is not there. I would appreciate your help
> >
> Bummer.
> 
> ASF is a proprietary Microsoft technology, so I would contact the people
> using it and let them know that they are limiting their potential audience
> by using a locked-down container format.
> 
> If you *really* want this then you can probably hire someone to do a
> workaround. My guess is that you'll need to pay a fair amount because the
> people with the requisite skills to do this will be in high demand.
> 
> -MC
> 

I don't believe you can reliable put these tones in synch. I've never heard of any telephony system that does so, although I admit my experience is limited to legacy PBXes and FreeSWITCH.

-MC


On Fri, Dec 23, 2011 at 8:47 PM, <georg at riseup.net> wrote:

Hi,
>
>> I'm not sure that I understand what the issue is here. What two "tones"
>> are
>> not in sync? You said "dial tone" but I'm pretty sure that's not what you
>> mean. Are you talking about the ringback tone that the caller hears?
>
>Exactly Michael, I was talking about the ringback tone.
>I didn't know the correct expression and used a translation engine...
>
>Georg
>
>
>_________________________________________________________________________
>Professional FreeSWITCH Consulting Services:
>consulting at freeswitch.org
>http://www.freeswitchsolutions.com
>
>
>
>
>Official FreeSWITCH Sites
>http://www.freeswitch.org
>http://wiki.freeswitch.org
>http://www.cluecon.com
>
>FreeSWITCH-users mailing list
>FreeSWITCH-users at lists.freeswitch.org
>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>http://www.freeswitch.org
>

 
Hello FS users,

I do some curl request from my dialplan. It looks like this:
<action application="set" data="lookup=${curl(http://mycnameprovider.com/cname.php?number=${myvar})}" inline="true"/>
If cname provider doesn't answer for long time, I have issue because FS doesn't process a call.
whether there are any method to add some timeout for curl (3 sec for example) ? Thus, if cname provider doesn't answer for 3 sec,  FS must continue the logic of dialplan.

I read about  mod_cidlookup but it looks like that this module have same issue
http://wiki.freeswitch.org/wiki/Mod_cidlookup 

Please advise

Thanks.
You might be able to produce the same behavior with the "wait_for_silence" dp application.

-MC


On Wed, Dec 28, 2011 at 3:20 AM, Hynek Cihlar <hynek.cihlar at gmail.com> wrote:

Hi all,
>
>is there any way to receive a silence-detected event through ESL?
>
>The use case is to hangup the call in case nothing interesting is
>going on on the channel.
>
>Sent from my mobile device
>
>_________________________________________________________________________
>Professional FreeSWITCH Consulting Services:
>consulting at freeswitch.org
>http://www.freeswitchsolutions.com
>
>
>
>
>Official FreeSWITCH Sites
>http://www.freeswitch.org
>http://wiki.freeswitch.org
>http://www.cluecon.com
>
>FreeSWITCH-users mailing list
>FreeSWITCH-users at 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 at lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120103/7847734d/attachment-0001.html 


Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users mailing list