[Freeswitch-users] mode_nibblebill and mod_conference

Michael Collins msc at freeswitch.org
Mon Jan 3 23:22:08 MSK 2011


According to the wiki (and page 251 of the FS book, which has this exact
same example) you need something like this:

<action application="bridge"
data="{enable_heartbeat_events=5,nibble_rate=1,nibble_account=0838833133}sofia/external/$1 at tel.co.th"/>

The link is
http://wiki.freeswitch.org/wiki/Mod_nibblebill#Bill_base_on_B_leg_Only

In your example I don't know that you necessarily have a b-leg. How are you
getting the call to the conference? Do you use originate? Or is it an
inbound call?
-MC

On Mon, Jan 3, 2011 at 11:30 AM, Madovsky <infos at madovsky.org> wrote:

>  in mod_nibblebill wiki page
>
>    - Q: Can you bill based on a multi-call B-Leg, where you have, say a
>    conference call with multiple people on it?
>       - Yes, see answer above re: B-Leg and not A-Leg.
>
> but if I have this in my dialplan
>
>     <extension name="conference">
>         <condition field="destination_number" expression="^conference$">
>                 <action application="export"
> data="nolocal:nibble_account=${dest_nibble_account}"/>
>                 <action application="export"
> data="nolocal:nibble_rate=0.03"/>
>                 <action application="sleep" data="3000"/>
>                 <action application="answer"/>
>                 <!-- <action application="speak"
> data="cepstral|cepstral|connecting your call to the conference"/> -->
>                 <action application="conference" data="
> ${dest_nibble_account}-$${domain}@default+${dest_conf_pin}"/<$%7Bdest_nibble_account%7D-$$%7Bdomain%7D at default+$%7Bdest_conf_pin%7D%22/>
> >
>         </condition>
>     </extension>
>
> it doesn't work
>
>
>  ----- Original Message -----
> *From:* Madovsky <infos at madovsky.org>
> *To:* freeswitch-users at lists.freeswitch.org
> *Sent:* Monday, January 03, 2011 2:21 PM
> *Subject:* mode_nibblebill and mod_conference
>
> Is nibblebill works with conference ?
> I tried to set nibble_account and nibble_rate without success
>
> Thanks
>
>
> _______________________________________________
> 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/20110103/af85a65b/attachment.html 


More information about the FreeSWITCH-users mailing list