<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18939">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>it seems also that the transfer action in nibblebill 
conf</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2>&lt;param name="nobal_action" value="trial XML 
features"/&gt;</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>is more a execute_extension that a transfer application 
?</FONT></DIV>
<BLOCKQUOTE 
style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px" 
dir=ltr>
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="FONT: 10pt arial; BACKGROUND: #e4e4e4; font-color: black"><B>From:</B> 
  <A title=infos@madovsky.org href="mailto:infos@madovsky.org">Madovsky</A> 
  </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A 
  title=freeswitch-users@lists.freeswitch.org 
  href="mailto:freeswitch-users@lists.freeswitch.org">FreeSWITCH Users Help</A> 
  </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Monday, January 03, 2011 12:58 
  AM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [Freeswitch-users] 
  nibblebill schedule</DIV>
  <DIV><BR></DIV>
  <DIV><FONT size=2>I tried this :</FONT></DIV>
  <DIV><FONT size=2></FONT>&nbsp;</DIV>
  <DIV><FONT size=2>nibblebill.conf</FONT></DIV>
  <DIV><FONT size=2>&lt;param name="nobal_action" value="trial XML 
  features"/&gt;</FONT></DIV>
  <DIV><FONT size=2></FONT>&nbsp;</DIV>
  <DIV><FONT size=2>dialplan feature</FONT></DIV>
  <DIV><FONT size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;extension 
  name="trial"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  &lt;condition field="destination_number" 
  expression="^trial$"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  &lt;action application="set" 
  data="trial_mode=true"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  &lt;anti-action application="set" 
  data="trial_mode=false"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  &lt;/condition&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  &lt;condition&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  &lt;action application="transfer" data="${sip_to_uri} XML 
  default"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  &lt;/condition&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  &lt;/extension&gt;<BR></FONT></DIV>
  <DIV><FONT size=2>but it makes a wonderful loop....</DIV></FONT>
  <DIV><FONT size=2></FONT>&nbsp;</DIV>
  <BLOCKQUOTE 
  style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px">
    <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
    <DIV 
    style="FONT: 10pt arial; BACKGROUND: #e4e4e4; font-color: black"><B>From:</B> 
    <A title=rupa@rupa.com href="mailto:rupa@rupa.com">Rupa Schomaker</A> </DIV>
    <DIV style="FONT: 10pt arial"><B>To:</B> <A 
    title=freeswitch-users@lists.freeswitch.org 
    href="mailto:freeswitch-users@lists.freeswitch.org">FreeSWITCH Users 
    Help</A> </DIV>
    <DIV style="FONT: 10pt arial"><B>Sent:</B> Sunday, January 02, 2011 9:18 
    PM</DIV>
    <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [Freeswitch-users] 
    nibblebill schedule</DIV>
    <DIV><BR></DIV>Right, the call is transfered to the nobal extension so there 
    is no more processing of the "original" dialplan. &nbsp;Perhaps set a 
    channel var that you can query in the nobal extension if necessary?<BR><BR>
    <DIV class=gmail_quote>On Sun, Jan 2, 2011 at 6:04 PM, Madovsky <SPAN 
    dir=ltr>&lt;<A 
    href="mailto:infos@madovsky.org">infos@madovsky.org</A>&gt;</SPAN> 
wrote:<BR>
    <BLOCKQUOTE 
    style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" 
    class=gmail_quote>
      <DIV bgcolor="#ffffff">
      <DIV><FONT size=2>Hi Rupa,</FONT></DIV>
      <DIV><FONT size=2></FONT>&nbsp;</DIV>
      <DIV><FONT size=2>I want to understand the logical.</FONT></DIV>
      <DIV><FONT size=2>if I understand when the user is under the nobal param 
      </FONT></DIV>
      <DIV><FONT size=2>nibblebill takes the precedence of any dilaplan right 
      ?</FONT></DIV>
      <DIV><FONT size=2>if yes so it means that the only solution is to find a 
      way in the extension</FONT></DIV>
      <DIV><FONT size=2>of nobal action...</FONT></DIV>
      <DIV><FONT size=2></FONT>&nbsp;</DIV>
      <DIV><FONT size=2>Thanks to correct me if I'm wrong</FONT></DIV>
      <BLOCKQUOTE 
      style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px">
        <DIV class=im>
        <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
        <DIV style="FONT: 10pt arial; BACKGROUND: #e4e4e4"><B>From:</B> <A 
        title=rupa@rupa.com href="mailto:rupa@rupa.com" target=_blank>Rupa 
        Schomaker</A> </DIV>
        <DIV style="FONT: 10pt arial"><B>To:</B> <A 
        title=freeswitch-users@lists.freeswitch.org 
        href="mailto:freeswitch-users@lists.freeswitch.org" 
        target=_blank>FreeSWITCH Users Help</A> </DIV></DIV>
        <DIV>
        <DIV></DIV>
        <DIV class=h5>
        <DIV style="FONT: 10pt arial"><B>Sent:</B> Monday, December 27, 2010 
        5:27 PM</DIV>
        <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [Freeswitch-users] 
        nibblebill schedule</DIV>
        <DIV><BR></DIV>Look at setting up nibblebill in paused mode, then use 
        the schedule api to take nibblebill out of pause mode after 30s. 
        <DIV><BR></DIV>
        <DIV><A href="http://wiki.freeswitch.org/wiki/Mod_nibblebill#Pause" 
        target=_blank>http://wiki.freeswitch.org/wiki/Mod_nibblebill#Pause</A></DIV>
        <DIV><A href="http://wiki.freeswitch.org/wiki/Mod_nibblebill#Pause" 
        target=_blank></A><A href="http://wiki.freeswitch.org/wiki/Mod_commands" 
        target=_blank>http://wiki.freeswitch.org/wiki/Mod_commands</A>&nbsp;(look 
        for sched_api)<BR><BR>
        <DIV class=gmail_quote>On Sat, Dec 25, 2010 at 10:22 AM, Madovsky <SPAN 
        dir=ltr>&lt;<A href="mailto:infos@madovsky.org" 
        target=_blank>infos@madovsky.org</A>&gt;</SPAN> wrote:<BR>
        <BLOCKQUOTE 
        style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" 
        class=gmail_quote>
          <DIV bgcolor="#ffffff">
          <DIV><FONT size=2>ha ok,</FONT></DIV>
          <DIV><FONT size=2>the concept I thought is to let user to call 30s as 
          a trial and</FONT></DIV>
          <DIV><FONT size=2>start niblebill after this time.... does it need to 
          modify the mod_nibblebill source code ?</FONT></DIV>
          <DIV><FONT size=2></FONT>&nbsp;</DIV>
          <DIV><FONT size=2>Thanks</FONT></DIV>
          <DIV><FONT size=2><BR>F</FONT></DIV>
          <BLOCKQUOTE 
          style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px">
            <DIV>
            <DIV></DIV>
            <DIV>
            <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
            <DIV style="FONT: 10pt arial; BACKGROUND: #e4e4e4"><B>From:</B> <A 
            title=rupa@rupa.com href="mailto:rupa@rupa.com" target=_blank>Rupa 
            Schomaker</A> </DIV>
            <DIV style="FONT: 10pt arial"><B>To:</B> <A 
            title=freeswitch-users@lists.freeswitch.org 
            href="mailto:freeswitch-users@lists.freeswitch.org" 
            target=_blank>FreeSWITCH Users Help</A> </DIV>
            <DIV style="FONT: 10pt arial"><B>Sent:</B> Saturday, December 25, 
            2010 8:38 AM</DIV>
            <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [Freeswitch-users] 
            nibblebill schedule</DIV>
            <DIV><BR></DIV>I don't see how without change. 
            <DIV><BR></DIV>
            <DIV>You have no idea how fast the $$ is being nibbled away by other 
            calls. &nbsp;So, while you can account for a 30s buffer in the 
            current call using the current rate, the more calls that are up for 
            that account the more "off" the 30s estimate will be. &nbsp;<BR><BR>
            <DIV class=gmail_quote>On Fri, Dec 24, 2010 at 11:58 AM, Madovsky 
            <SPAN dir=ltr>&lt;<A href="mailto:infos@madovsky.org" 
            target=_blank>infos@madovsky.org</A>&gt;</SPAN> wrote:<BR>
            <BLOCKQUOTE 
            style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" 
            class=gmail_quote>
              <DIV bgcolor="#ffffff">
              <DIV><FONT size=2>Is it possible to schedule the transfer to 
              nibblebill nobal_action ?</FONT></DIV>
              <DIV><FONT size=2>I'd like to schedule of 30s before the call is 
              cut and go to nobal_action extension</FONT></DIV>
              <DIV><FONT size=2></FONT>&nbsp;</DIV>
              <DIV><FONT 
            size=2>thanks</FONT></DIV></DIV><BR></BLOCKQUOTE></DIV><BR>-- 
            <BR>-Rupa<BR></DIV></DIV></DIV>
            <P></P>
            <HR>

            <P></P>_______________________________________________<BR>FreeSWITCH-users 
            mailing list<BR><A 
            href="mailto:FreeSWITCH-users@lists.freeswitch.org" 
            target=_blank>FreeSWITCH-users@lists.freeswitch.org</A><BR><A 
            href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" 
            target=_blank>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</A><BR>UNSUBSCRIBE:<A 
            href="http://lists.freeswitch.org/mailman/options/freeswitch-users" 
            target=_blank>http://lists.freeswitch.org/mailman/options/freeswitch-users</A><BR><A 
            href="http://www.freeswitch.org" 
            target=_blank>http://www.freeswitch.org</A><BR>
            <P></P></BLOCKQUOTE></DIV><BR>_______________________________________________<BR>FreeSWITCH-users 
          mailing list<BR><A href="mailto:FreeSWITCH-users@lists.freeswitch.org" 
          target=_blank>FreeSWITCH-users@lists.freeswitch.org</A><BR><A 
          href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" 
          target=_blank>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</A><BR>UNSUBSCRIBE:<A 
          href="http://lists.freeswitch.org/mailman/options/freeswitch-users" 
          target=_blank>http://lists.freeswitch.org/mailman/options/freeswitch-users</A><BR><A 
          href="http://www.freeswitch.org" 
          target=_blank>http://www.freeswitch.org</A><BR><BR></BLOCKQUOTE></DIV><BR><BR 
        clear=all><BR>-- <BR>-Rupa<BR></DIV>
        <P></P>
        <HR>

        <P></P>_______________________________________________<BR>FreeSWITCH-users 
        mailing list<BR><A href="mailto:FreeSWITCH-users@lists.freeswitch.org" 
        target=_blank>FreeSWITCH-users@lists.freeswitch.org</A><BR><A 
        href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" 
        target=_blank>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</A><BR>UNSUBSCRIBE:<A 
        href="http://lists.freeswitch.org/mailman/options/freeswitch-users" 
        target=_blank>http://lists.freeswitch.org/mailman/options/freeswitch-users</A><BR><A 
        href="http://www.freeswitch.org" 
        target=_blank>http://www.freeswitch.org</A><BR>
        <P></P></DIV></DIV></BLOCKQUOTE></DIV><BR>_______________________________________________<BR>FreeSWITCH-users 
      mailing list<BR><A 
      href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</A><BR><A 
      href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" 
      target=_blank>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</A><BR>UNSUBSCRIBE:<A 
      href="http://lists.freeswitch.org/mailman/options/freeswitch-users" 
      target=_blank>http://lists.freeswitch.org/mailman/options/freeswitch-users</A><BR><A 
      href="http://www.freeswitch.org" 
      target=_blank>http://www.freeswitch.org</A><BR><BR></BLOCKQUOTE></DIV><BR><BR 
    clear=all><BR>-- <BR>-Rupa<BR>
    <P>
    <HR>

    <P></P>_______________________________________________<BR>FreeSWITCH-users 
    mailing 
    list<BR>FreeSWITCH-users@lists.freeswitch.org<BR>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<BR>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<BR>http://www.freeswitch.org<BR></BLOCKQUOTE></BLOCKQUOTE></BODY></HTML>