I have changed the changed the dialplan little bit (thank to the
<br>people at IRC #freeswitch) as follows.
<br><br><br>&nbsp;&lt;extension name=&quot;Omega_Out&quot;&gt;
<br>&lt;condition field=&quot;caller_id_number&quot; expression=&quot;^(\d{4})$&quot;/&gt;
<br>&lt;condition field=&quot;destination_number&quot; expression=&quot;^(\d{11})$&quot;&gt;
<br>&lt;!--&lt;action application=&quot;set&quot; data=&quot;nibble_rate=0.0448&quot;/&gt;--&gt;
<br>&lt;!--&lt;action application=&quot;set&quot; data=&quot;nibble_account=${accountcode}&quot;/&gt;--&gt;
<br>&lt;action application=&quot;set&quot; data=&quot;proxy_media=true&quot;/&gt;
<br>&lt;action application=&quot;bridge&quot;
<br>data=&quot;{enable_heartbeat_events=5,nibble_rate=1,nibble_account=${accountcode},absolute_codec_string=g723}sofia/gateway/OMEGA/5544$1&quot;/&gt;
<br>&lt;/condition&gt;
<br>&lt;/extension&gt;
<br><br>Here I don't understand enable_heartbeat_events=5. It may be the heartbeat rate.
<br><br><br>Also I am getting this error in FS cli
<br><br><br>2009-12-21 00:37:14.886242 [ERR] sofia_glue.c:2710 AUDIO RTP REPORTS
<br>ERROR: [Missing local host]
<br><br><br><br><br><br><br>On Tue, Dec 22, 2009 at 12:12 AM, jay binks [via freeswitch-users]
<br>&lt;<a href="http://n2.nabble.com/user/SendEmail.jtp?type=node&node=4198998&i=0" target="_top" rel="nofollow">[hidden email]</a>&gt; wrote:
<div class='shrinkable-quote'><br>&gt; what did you have to change, to get this working ?
<br>&gt; Jay
<br>&gt;
<br>&gt; On Mon, Dec 21, 2009 at 4:08 PM, Amarakeerthi S &lt;[hidden email]&gt; wrote:
<br>&gt;&gt;
<br>&gt;&gt; Hi,
<br>&gt;&gt;
<br>&gt;&gt; I got it working.
<br>&gt;&gt;
<br>&gt;&gt; Can somebody explain me this error:
<br>&gt;&gt;
<br>&gt;&gt; 2009-12-21 00:37:14.886242 [ERR] sofia_glue.c:2710 AUDIO RTP REPORTS
<br>&gt;&gt; ERROR:
<br>&gt;&gt; [Missing local host]. Also I am confused about heartbeat rate. Is
<br>&gt;&gt; enable_heartbeat_events=5  setting the heartbeat to 5?
<br>&gt;&gt;
<br>&gt;&gt;
<br>&gt;&gt; Thank you in advance,
<br>&gt;&gt;
<br>&gt;&gt;
<br>&gt;&gt;
<br>&gt;&gt;
<br>&gt;&gt; Amarakeerthi S wrote:
<br>&gt;&gt; &gt;
<br>&gt;&gt; &gt; Dear Sir,
<br>&gt;&gt; &gt;
<br>&gt;&gt; &gt; I have successfully installed freeSWITCH and it works fine in
<br>&gt;&gt; &gt; passthrough
<br>&gt;&gt; &gt; mode. I installed nibblebill and it deduct money from the accounts
<br>&gt;&gt; &gt; database
<br>&gt;&gt; &gt; and it works fine. but I have two problems.
<br>&gt;&gt; &gt;
<br>&gt;&gt; &gt; 1. Calls can be initiated even though there is a minus value in accounts
<br>&gt;&gt; &gt; database
<br>&gt;&gt; &gt;
<br>&gt;&gt; &gt; 2. Calls doesn't hangup when it goes to minus values.
<br>&gt;&gt; &gt;
<br>&gt;&gt; &gt; Any answers are greatly appreciated.
<br>&gt;&gt; &gt;
<br>&gt;&gt; &gt; This is my dialplan:
<br>&gt;&gt; &gt;
<br>&gt;&gt; &gt;
<br>&gt;&gt; &gt; &lt;action application=&quot;nibblebill&quot; data=&quot;flush&quot;/&gt;
<br>&gt;&gt; &gt; &lt;extension name=&quot;hangup&quot;&gt;
<br>&gt;&gt; &gt;   &lt;condition field=&quot;destination_number&quot; expression=&quot;^(hangup)$&quot;&gt;
<br>&gt;&gt; &gt;     &lt;action application=&quot;playback&quot; data=&quot;no_more_funds.wav&quot;/&gt;
<br>&gt;&gt; &gt;     &lt;action application=&quot;hangup&quot;/&gt;
<br>&gt;&gt; &gt;   &lt;/condition&gt;
<br>&gt;&gt; &gt; &lt;/extension&gt;
<br>&gt;&gt; &gt;  &lt;extension name=&quot;Omega_Out&quot;&gt;
<br>&gt;&gt; &gt; &lt;condition field=&quot;caller_id_number&quot; expression=&quot;^(\d{4})$&quot;/&gt;
<br>&gt;&gt; &gt; &lt;condition field=&quot;destination_number&quot; expression=&quot;^(\d{11})$&quot;&gt;
<br>&gt;&gt; &gt; &lt;action application=&quot;set&quot; data=&quot;nibble_rate=0.0448&quot;/&gt;
<br>&gt;&gt; &gt; &lt;action application=&quot;set&quot; data=&quot;nibble_account=${accountcode}&quot;/&gt;
<br>&gt;&gt; &gt; &lt;action application=&quot;set&quot; data=&quot;bypass_media=true&quot;/&gt;
<br>&gt;&gt; &gt; &lt;action application=&quot;bridge&quot;
<br>&gt;&gt; &gt; data=&quot;{absolute_codec_string=g729}sofia/gateway/OMEGA/5544$1&quot;/&gt;
<br>&gt;&gt; &gt; &lt;/condition&gt;
<br>&gt;&gt; &gt; &lt;/extension&gt;
<br>&gt;&gt; &gt;
<br>&gt;&gt; &gt;
<br>&gt;&gt; &gt;
<br>&gt;&gt; &gt; This is the configuration file;
<br>&gt;&gt; &gt;
<br>&gt;&gt; &gt; &lt;configuration name=&quot;nibblebill.conf&quot; description=&quot;Nibble Billing&quot;&gt;
<br>&gt;&gt; &gt;   &lt;settings&gt;
<br>&gt;&gt; &gt;     &lt;!-- See <a href="http://wiki.freeswitch.org/index.php?title=Mod_nibblebill" target="_top" rel="nofollow">http://wiki.freeswitch.org/index.php?title=Mod_nibblebill</a><br>&gt;&gt; &gt; for
<br>&gt;&gt; &gt; help with these options --&gt;
<br>&gt;&gt; &gt;
<br>&gt;&gt; &gt;     &lt;!-- Information for connecting to your database --&gt;
<br>&gt;&gt; &gt;
<br>&gt;&gt; &gt;
<br>&gt;&gt; &gt;
<br>&gt;&gt; &gt;
<br>&gt;&gt; &gt;     &lt;!-- The database table where your CASH column is located --&gt;
<br>&gt;&gt; &gt;
<br>&gt;&gt; &gt;
<br>&gt;&gt; &gt;     &lt;!-- The column name where we store the value of the account --&gt;
<br>&gt;&gt; &gt;
<br>&gt;&gt; &gt;
<br>&gt;&gt; &gt;     &lt;!-- The column name for the unique ID identifying the account --&gt;
<br>&gt;&gt; &gt;
<br>&gt;&gt; &gt;
<br>&gt;&gt; &gt;
<br>&gt;&gt; &gt;     &lt;!-- Default heartbeat interval. Set to 'off' for no heartbeat (i.e.
<br>&gt;&gt; &gt; bill only at end of call) --&gt;
<br>&gt;&gt; &gt;
<br>&gt;&gt; &gt;
<br>&gt;&gt; &gt;     &lt;!-- By default, warn a caller when their balance is at $5.00. You
<br>&gt;&gt; &gt; can
<br>&gt;&gt; &gt; set this to a negative number. --&gt;
<br>&gt;&gt; &gt;
<br>&gt;&gt; &gt;
<br>&gt;&gt; &gt;
<br>&gt;&gt; &gt;     &lt;!-- By default, terminate a caller when their balance hits $0.00.
<br>&gt;&gt; &gt; You
<br>&gt;&gt; &gt; can set this to a negative number. --&gt;
<br>&gt;&gt; &gt;
<br>&gt;&gt; &gt;
<br>&gt;&gt; &gt;
<br>&gt;&gt; &gt;     &lt;!-- If a call goes beyond a certain dollar amount, flag or
<br>&gt;&gt; &gt; terminate
<br>&gt;&gt; &gt; it
<br>&gt;&gt; &gt; --&gt;
<br>&gt;&gt; &gt;
<br>&gt;&gt; &gt;
<br>&gt;&gt; &gt;
<br>&gt;&gt; &gt;   &lt;/settings&gt;
<br>&gt;&gt; &gt; &lt;/configuration&gt;
<br>&gt;&gt; &gt;
<br>&gt;&gt; &gt; _______________________________________________
<br>&gt;&gt; &gt; FreeSWITCH-users mailing list
<br>&gt;&gt; &gt; [hidden email]
<br>&gt;&gt; &gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_top" rel="nofollow">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>&gt;&gt; &gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_top" rel="nofollow">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>&gt;&gt; &gt; <a href="http://www.freeswitch.org" target="_top" rel="nofollow">http://www.freeswitch.org</a><br>&gt;&gt; &gt;
<br>&gt;&gt; &gt;
<br>&gt;&gt;
<br>&gt;&gt; --
<br>&gt;&gt; View this message in context:
<br>&gt;&gt; <a href="http://n2.nabble.com/Mod-nibblebill-deduct-money-but-no-hangup-at-zero-and-can-call-without-money-in-database-tp4174333p4197038.html" target="_top" rel="nofollow">http://n2.nabble.com/Mod-nibblebill-deduct-money-but-no-hangup-at-zero-and-can-call-without-money-in-database-tp4174333p4197038.html</a><br>&gt;&gt; Sent from the freeswitch-users mailing list archive at Nabble.com.
<br>&gt;&gt;
<br>&gt;&gt; _______________________________________________
<br>&gt;&gt; FreeSWITCH-users mailing list
<br>&gt;&gt; [hidden email]
<br>&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_top" rel="nofollow">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_top" rel="nofollow">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>&gt;&gt; <a href="http://www.freeswitch.org" target="_top" rel="nofollow">http://www.freeswitch.org</a><br>&gt;
<br>&gt;
<br>&gt;
<br>&gt; --
<br>&gt; Sincerely
<br>&gt;
<br>&gt; Jay
<br>&gt;
<br>&gt; _______________________________________________
<br>&gt; FreeSWITCH-users mailing list
<br>&gt; [hidden email]
<br>&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_top" rel="nofollow">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_top" rel="nofollow">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>&gt; <a href="http://www.freeswitch.org" target="_top" rel="nofollow">http://www.freeswitch.org</a><br>&gt;
<br>&gt;
<br>&gt; ________________________________
<br>&gt; View message @
<br>&gt; <a href="http://n2.nabble.com/Mod-nibblebill-deduct-money-but-no-hangup-at-zero-and-can-call-without-money-in-database-tp4174333p4198003.html" target="_top" rel="nofollow">http://n2.nabble.com/Mod-nibblebill-deduct-money-but-no-hangup-at-zero-and-can-call-without-money-in-database-tp4174333p4198003.html</a><br>&gt; To unsubscribe from Re: Mod nibblebill deduct money but no hangup at zero
<br>&gt; and can call without money in database, click here.
<br>&gt;
<br></div>
<br><hr align="left" width="300">
View this message in context: <a href="http://n2.nabble.com/Mod-nibblebill-deduct-money-but-no-hangup-at-zero-and-can-call-without-money-in-database-tp4174333p4198998.html">Re: [Freeswitch-users] Mod nibblebill deduct money but no hangup at  zero and can call without money in database</a><br>
Sent from the <a href="http://n2.nabble.com/freeswitch-users-f2379917.html">freeswitch-users mailing list archive</a> at Nabble.com.<br>