Hi Guys, I'm wondering how can I terminate active SIP sessions when they already consumed their credits. Because I want to make a prepaid service for VoIP. Is there any known application that can implement prepaid service for VoIP? Please help on this...
Thanks,
This is a perfect job for our FREE software http://astbill.com. We are in the process of implement it on SER. Not only Asterisk. Please contact me off list if you want more information about implementation on SER. We are looking for SER test installations.
What is AstBill?
AstBill is a Web Based Billing, Routing and Management Software for VOIP on MySQL and Drupal. AstBill Provides pre and post Paid Billing Services. AstBill completely automates Asterisk billing and configuration from start to finish. Key benefits is the Central Web-based installation, Credit Control on outgoing calls and the User Management and call routing module. The system is fully themes based.
Are Casilla Viking Diversified Ltd, London, United Kingdom http://astartelecom.com - Independent VOIP Telecoms Broker. Consulting in VOIP and Drupal http://astbill.com - Billing, Routing and Management software for VOIP and MySQL AstBill DEMO: http://demo.astbill.com
On 10/7/05, Ryan Pagquil rpagquil@philonline.com wrote:
Hi Guys, I'm wondering how can I terminate active SIP sessions when they already consumed their credits. Because I want to make a prepaid service for VoIP. Is there any known application that can implement prepaid service for VoIP? Please help on this...
Thanks,
-- Ryan Pagquil Infodyne Inc. - PhilOnline.com 3603 Antel Global Corporate Center Doña Julia Vargas Ave. Ortigas Center Pasig City Tel: 687-0715 Web: www.philonline.com http://www.philonline.com
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Hi Everyone,
I have a route script that includes this following:
---------------- # authenticate users if they didn't provide credentials if (!radius_www_authorize("sip")) { www_challenge("sip", "0"); break; };
# save their location, etc save("location"); ----------------
now this works fine for when the message is a REGISTER message, but when the message is a INVITE message, it goes wonky and the routing gets all screwed up.
When I take the 'save("location");' function out, everything returns to normal.
Has anyone else seen this behavior?
Thanks, Patrick
That should be couched in an if(method=="REGISTER") block.
In such a way, it would never GET an INVITE
N.
On Mon, 17 Oct 2005 10:22:09 +1300, Patrick Jordan-Smith wrote
Hi Everyone,
I have a route script that includes this following:
# authenticate users if they didn't provide credentials if (!radius_www_authorize("sip")) { www_challenge("sip", "0"); break; };
# save their location, etc save("location");
now this works fine for when the message is a REGISTER message, but when the message is a INVITE message, it goes wonky and the routing gets all screwed up.
When I take the 'save("location");' function out, everything returns to normal.
Has anyone else seen this behavior?
Thanks, Patrick
-- Patrick Jordan-Smith Mercury Telecommunications Ltd
voice +64-9-916-0300 paper +64-9-916-0301
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers