[Freeswitch-users] announce count to user only entering conference - Parse Error

Michael Collins msc at freeswitch.org
Sat Jan 21 03:28:01 MSK 2012


I would use a phrase macro for this. In fact, this seems like such an
obvious thing to do that I added a phrase macro to
conf/lang/en/ivr/sounds.xml. Update to the latest latest like two seconds
ago git and you will have it available. (You'll need to copy it over from
the source directory to your install directory.)

The new macro is called other_callers_in_conf. In your example the
extension would be this:

<extension name="room1">
      <condition field="destination_number" expression="^301$">
        <action application="set" data="conference_user_list=|"/>
        <action application="set" data="conf_count=${conference
301-127.0.0.1 list count}"/>
        <action application="log" data="INFO ${conf_count}"/>
  <!-- play current conference count-->
        <action application="playback"
data="phrase:other_callers_in_conf:${conf_count}"/>
        <action application="conference" data="301-127.0.0.1 at default"/>
       <action application="transfer" data="300 xml default" />
    </condition>
</extension>

The phrase macro does all the work. NOTE: I need to record a few new phrase
files and then tweak the macro. In the meantime I encourage you to look at
the macro that I added and tailor it to your needs.

-MC

On Thu, Jan 19, 2012 at 12:45 PM, Rodney <notlikeme75 at yahoo.com> wrote:

> Okay, I finally figured out how to do this hopefully since I know what
> conference they are entering and all seems to work accept when the room is
> empty. I am putting phrases before and after the say to make it more
> understandable to "some people" what the number means.
>
> scenario:
>
> When I enter a room with people the system says "there are"   say count
>  "other callers" because it is a count without them in the room yet, unlike
> the normal caller control to call the announce extension when they are
> already in the room.
>
> this works fine when there is at least 1 other caller in the room.
>
> but when there isn't another caller and the room is empty. it says "there
> are" say count is a parse error  so no digit read  (need it to say zero)
> then it say "other callers" then says my normal you are in the conference
> alone message which for now i have changed to say "zero" so it says sort of
> backwards "there are" "other callers' "zero"
>
> ERR] mod_say.c:130 Parse Error!
>
>  Could someone please help me understand why this Parse error could be
> happening on zero count. I would like to fix it. thank you.
>
>
> <extension name="room1">
>       <condition field="destination_number" expression="^301$">
> <action application="set" data="conference_user_list=|"/>
>   <!-- play current conference count-->
>         <action application="set" data="conf_count=${conference
> 301-127.0.0.1 list count}"/>
>         <action application="log" data="INFO ${conf_count}"/>
>         <action application="say" data="en number pronounced
> ${conf_count}"/>
>         <action application="playback" data="C:/Program
> Files/FreeSWITCH/sounds/en/us/callie/digits/8000/othercallers.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>
>
>
>
>
>
>
> _________________________________________________________________________
> 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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120120/963999e2/attachment.html 


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