[Freeswitch-users] mode_nibblebill and mod_conference

Madovsky infos at madovsky.org
Mon Jan 3 22:30:42 MSK 2011


in mod_nibblebill wiki page
  a.. Q: Can you bill based on a multi-call B-Leg, where you have, say a conference call with multiple people on it? 
    a.. 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}"/>
        </condition>
    </extension>

it doesn't work



  ----- Original Message ----- 
  From: Madovsky 
  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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20110103/4e5d64ed/attachment-0001.html 


More information about the FreeSWITCH-users mailing list