[Freeswitch-users] Nibble bill in B Leg

Dome Charoenyost dome at tel.co.th
Fri Jul 17 23:19:15 PDT 2009


Dear sir,

      I found some problem when try to enable nibblebill in B-Leg
      My Dialplan

      <action application="bridge"
data="{nibble_rate=1,nibble_account=0838833133}sofia/external/191$1 at 203.xxx.xxx.xxx"
/>

      problem is niblle do nothing until hanup call. i try to debug
nibblebill and found some issue. nibblebill can't get billrate ,
billaccount from channel

        billrate = switch_channel_get_variable(channel, "nibble_rate");
        billaccount = switch_channel_get_variable(channel, "nibble_account");
        if (!billrate || !billaccount) {
                return SWITCH_STATUS_SUCCESS;
        }


Dome C.




More information about the FreeSWITCH-users mailing list