Hi All,
Are there any open source SER billing softwares? If there are any, please point me to that.
Thanks, Manoj.
Hi All,
Is there any way that i can customise both serweb and Astrick together to to start my web site , please point me to that.
Thanks, satyam.
I am not aware of such. Some of us have thought of a more efficient system and relying on an open-source money-printing system, but we haven't had time to work on that yet :-)
-jiri
At 07:29 17/02/2006, mkumar@mantragroup.com wrote:
Hi All,
Are there any open source SER billing softwares? If there are any, please point me to that.
Thanks, Manoj.
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
-- Jiri Kuthan http://iptel.org/~jiri/
Well another newbie question - is it possible to generate CDR either directly or by parsing logs? Has something like this been done? I have Googled this more than once and haven't stumbled on anything like that.
try that
SELECT t1.from_uri as Caller, t1.to_uri as Callee, TIMEDIFF(t2.time, t1.time) as Duration, t1.time as CallDate FROM acc t1, acc t2 WHERE t1.sip_callid = t2.sip_callid AND ((t1.fromtag = t2.fromtag and t1.totag = t2.totag) OR (t1.fromtag = t2.totag and t1.totag = t2.fromtag)) AND t1.sip_method='ACK' AND t2.sip_method='BYE' order by t1.time desc
-----Message d'origine----- De : serusers-bounces@iptel.org [mailto:serusers-bounces@lists.iptel.org] De la part de Script Head Envoyé : samedi 18 février 2006 2:03 À : serusers@lists.iptel.org Objet : Re: [Serusers] SER billing softwares
Well another newbie question - is it possible to generate CDR either directly or by parsing logs? Has something like this been done? I have Googled this more than once and haven't stumbled on anything like that.
I have developed one and if you like can finalize it.
From: Jiri Kuthan jiri@iptel.org To: mkumar@mantragroup.com, serusers@lists.iptel.org Subject: Re: [Serusers] SER billing softwares Date: Fri, 17 Feb 2006 11:31:37 +0100
I am not aware of such. Some of us have thought of a more efficient system and relying on an open-source money-printing system, but we haven't had time to work on that yet :-)
-jiri
At 07:29 17/02/2006, mkumar@mantragroup.com wrote:
Hi All,
Are there any open source SER billing softwares? If there are any, please
point
me to that.
Thanks, Manoj.
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
-- Jiri Kuthan http://iptel.org/~jiri/
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
_________________________________________________________________ One and only Ash. Find out all about her. Only on MSN Search http://server1.msn.co.in/profile/aishwarya.asp
Is it open source? I'd love to check it out.
- Daryl
On 2/18/06, Kapil Dhawan sersavvy@hotmail.com wrote:
I have developed one and if you like can finalize it.
From: Jiri Kuthan jiri@iptel.org To: mkumar@mantragroup.com, serusers@lists.iptel.org Subject: Re: [Serusers] SER billing softwares Date: Fri, 17 Feb 2006 11:31:37 +0100
I am not aware of such. Some of us have thought of a more efficient system and relying on an open-source money-printing system, but we haven't had time to work on that yet :-)
-jiri
At 07:29 17/02/2006, mkumar@mantragroup.com wrote:
Hi All,
Are there any open source SER billing softwares? If there are any, please
point
me to that.
Thanks, Manoj.
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
-- Jiri Kuthan http://iptel.org/~jiri/
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
One and only Ash. Find out all about her. Only on MSN Search http://server1.msn.co.in/profile/aishwarya.asp
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Hi List
Thank you for showing interest. Following is the info.
1. Front end - PHP / MySQL 2. Back end - 'C' - cronjob which converts acc to cdr every minute. It takes care of the billing pulse, customer specific rates, profitability with the carrier and etc.
I have written one SER module also which does country code blocking, Dial Plan etc and Billing Engine works according to it.
I will take some time to standardize it as per Vanila SER.
From: "Daryl Sanders" daryl.sanders@gmail.com To: "Kapil Dhawan" sersavvy@hotmail.com CC: serusers serusers@lists.iptel.org Subject: Re: [Serusers] SER billing softwares Date: Sat, 18 Feb 2006 11:40:14 -0700
Is it open source? I'd love to check it out.
- Daryl
On 2/18/06, Kapil Dhawan sersavvy@hotmail.com wrote:
I have developed one and if you like can finalize it.
From: Jiri Kuthan jiri@iptel.org To: mkumar@mantragroup.com, serusers@lists.iptel.org Subject: Re: [Serusers] SER billing softwares Date: Fri, 17 Feb 2006 11:31:37 +0100
I am not aware of such. Some of us have thought of a more efficient
system
and relying on an open-source money-printing system, but we haven't had
time to
work on that yet :-)
-jiri
At 07:29 17/02/2006, mkumar@mantragroup.com wrote:
Hi All,
Are there any open source SER billing softwares? If there are any,
please
point
me to that.
Thanks, Manoj.
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
-- Jiri Kuthan http://iptel.org/~jiri/
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
One and only Ash. Find out all about her. Only on MSN Search http://server1.msn.co.in/profile/aishwarya.asp
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
_________________________________________________________________ All that you wanted to know about Ms Beautiful Lips http://server1.msn.co.in/Profile/katrina.asp
Hi, Kapil:
Where can we find the source? Is it open source?
2006/2/20, Kapil Dhawan sersavvy@hotmail.com:
Hi List
Thank you for showing interest. Following is the info.
- Front end - PHP / MySQL
- Back end - 'C' - cronjob which converts acc to cdr every minute. It takes
care of the billing pulse, customer specific rates, profitability with the carrier and etc.
I have written one SER module also which does country code blocking, Dial Plan etc and Billing Engine works according to it.
I will take some time to standardize it as per Vanila SER.
From: "Daryl Sanders" daryl.sanders@gmail.com To: "Kapil Dhawan" sersavvy@hotmail.com CC: serusers serusers@lists.iptel.org Subject: Re: [Serusers] SER billing softwares Date: Sat, 18 Feb 2006 11:40:14 -0700
Is it open source? I'd love to check it out.
- Daryl
On 2/18/06, Kapil Dhawan sersavvy@hotmail.com wrote:
I have developed one and if you like can finalize it.
From: Jiri Kuthan jiri@iptel.org To: mkumar@mantragroup.com, serusers@lists.iptel.org Subject: Re: [Serusers] SER billing softwares Date: Fri, 17 Feb 2006 11:31:37 +0100
I am not aware of such. Some of us have thought of a more efficient
system
and relying on an open-source money-printing system, but we haven't had
time to
work on that yet :-)
-jiri
At 07:29 17/02/2006, mkumar@mantragroup.com wrote:
Hi All,
Are there any open source SER billing softwares? If there are any,
please
point
me to that.
Thanks, Manoj.
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
-- Jiri Kuthan http://iptel.org/~jiri/
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
One and only Ash. Find out all about her. Only on MSN Search http://server1.msn.co.in/profile/aishwarya.asp
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
All that you wanted to know about Ms Beautiful Lips http://server1.msn.co.in/Profile/katrina.asp
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
--
Best Regards Charles
By the way, can it prepaid ? I mean that it can hangup a call if it reaches some limit.
2006/2/20, Charles Wang lazy.charles@gmail.com:
Hi, Kapil:
Where can we find the source? Is it open source?
2006/2/20, Kapil Dhawan sersavvy@hotmail.com:
Hi List
Thank you for showing interest. Following is the info.
- Front end - PHP / MySQL
- Back end - 'C' - cronjob which converts acc to cdr every minute. It takes
care of the billing pulse, customer specific rates, profitability with the carrier and etc.
I have written one SER module also which does country code blocking, Dial Plan etc and Billing Engine works according to it.
I will take some time to standardize it as per Vanila SER.
From: "Daryl Sanders" daryl.sanders@gmail.com To: "Kapil Dhawan" sersavvy@hotmail.com CC: serusers serusers@lists.iptel.org Subject: Re: [Serusers] SER billing softwares Date: Sat, 18 Feb 2006 11:40:14 -0700
Is it open source? I'd love to check it out.
- Daryl
On 2/18/06, Kapil Dhawan sersavvy@hotmail.com wrote:
I have developed one and if you like can finalize it.
From: Jiri Kuthan jiri@iptel.org To: mkumar@mantragroup.com, serusers@lists.iptel.org Subject: Re: [Serusers] SER billing softwares Date: Fri, 17 Feb 2006 11:31:37 +0100
I am not aware of such. Some of us have thought of a more efficient
system
and relying on an open-source money-printing system, but we haven't had
time to
work on that yet :-)
-jiri
At 07:29 17/02/2006, mkumar@mantragroup.com wrote:
Hi All,
Are there any open source SER billing softwares? If there are any,
please
point
me to that.
Thanks, Manoj.
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
-- Jiri Kuthan http://iptel.org/~jiri/
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
One and only Ash. Find out all about her. Only on MSN Search http://server1.msn.co.in/profile/aishwarya.asp
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
All that you wanted to know about Ms Beautiful Lips http://server1.msn.co.in/Profile/katrina.asp
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
--
Best Regards Charles
--
Best Regards Charles
Charles, you are asking for what is a part of SIP proxy. Billing software has nothing to do with it.
But yes i have prepaid model also. I am sorry as i am very busy working on a couple of projects so wont be able to respond quickly.
From: "Charles Wang" lazy.charles@gmail.com To: "Kapil Dhawan" sersavvy@hotmail.com, serusers@lists.iptel.org Subject: Re: [Serusers] SER billing softwares Date: Mon, 20 Feb 2006 13:45:36 +0800
By the way, can it prepaid ? I mean that it can hangup a call if it reaches some limit.
2006/2/20, Charles Wang lazy.charles@gmail.com:
Hi, Kapil:
Where can we find the source? Is it open source?
2006/2/20, Kapil Dhawan sersavvy@hotmail.com:
Hi List
Thank you for showing interest. Following is the info.
- Front end - PHP / MySQL
- Back end - 'C' - cronjob which converts acc to cdr every minute. It
takes
care of the billing pulse, customer specific rates, profitability with
the
carrier and etc.
I have written one SER module also which does country code blocking,
Dial
Plan etc and Billing Engine works according to it.
I will take some time to standardize it as per Vanila SER.
From: "Daryl Sanders" daryl.sanders@gmail.com To: "Kapil Dhawan" sersavvy@hotmail.com CC: serusers serusers@lists.iptel.org Subject: Re: [Serusers] SER billing softwares Date: Sat, 18 Feb 2006 11:40:14 -0700
Is it open source? I'd love to check it out.
- Daryl
On 2/18/06, Kapil Dhawan sersavvy@hotmail.com wrote:
I have developed one and if you like can finalize it.
From: Jiri Kuthan jiri@iptel.org To: mkumar@mantragroup.com, serusers@lists.iptel.org Subject: Re: [Serusers] SER billing softwares Date: Fri, 17 Feb 2006 11:31:37 +0100
I am not aware of such. Some of us have thought of a more
efficient
system
and relying on an open-source money-printing system, but we haven't
had
time to
work on that yet :-)
-jiri
At 07:29 17/02/2006, mkumar@mantragroup.com wrote: >Hi All, > >Are there any open source SER billing softwares? If there are
any,
please
point >me to that. > >Thanks, >Manoj. > >_______________________________________________ >Serusers mailing list >serusers@lists.iptel.org >http://lists.iptel.org/mailman/listinfo/serusers
-- Jiri Kuthan http://iptel.org/~jiri/
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
One and only Ash. Find out all about her. Only on MSN Search http://server1.msn.co.in/profile/aishwarya.asp
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
All that you wanted to know about Ms Beautiful Lips http://server1.msn.co.in/Profile/katrina.asp
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
--
Best Regards Charles
--
Best Regards Charles
_________________________________________________________________ NRIs FREE Money Transfers FREE Movie DVD. NO minimum balance account https://www.online.citibank.co.in/portal/rca_msntagofline.htm
Dear Kapil,
Where can we find/download that application?
Best regards, Hekuran
Charles, you are asking for what is a part of SIP proxy. Billing software has nothing to do with it.
But yes i have prepaid model also. I am sorry as i am very busy working on a couple of projects so wont be able to respond quickly.
From: "Charles Wang" lazy.charles@gmail.com To: "Kapil Dhawan" sersavvy@hotmail.com, serusers@lists.iptel.org Subject: Re: [Serusers] SER billing softwares Date: Mon, 20 Feb 2006 13:45:36 +0800
By the way, can it prepaid ? I mean that it can hangup a call if it reaches some limit.
2006/2/20, Charles Wang lazy.charles@gmail.com:
Hi, Kapil:
Where can we find the source? Is it open source?
2006/2/20, Kapil Dhawan sersavvy@hotmail.com:
Hi List
Thank you for showing interest. Following is the info.
- Front end - PHP / MySQL
- Back end - 'C' - cronjob which converts acc to cdr every minute.
It takes
care of the billing pulse, customer specific rates, profitability
with the
carrier and etc.
I have written one SER module also which does country code blocking,
Dial
Plan etc and Billing Engine works according to it.
I will take some time to standardize it as per Vanila SER.
From: "Daryl Sanders" daryl.sanders@gmail.com To: "Kapil Dhawan" sersavvy@hotmail.com CC: serusers serusers@lists.iptel.org Subject: Re: [Serusers] SER billing softwares Date: Sat, 18 Feb 2006 11:40:14 -0700
Is it open source? I'd love to check it out.
- Daryl
On 2/18/06, Kapil Dhawan sersavvy@hotmail.com wrote:
I have developed one and if you like can finalize it.
>From: Jiri Kuthan jiri@iptel.org >To: mkumar@mantragroup.com, serusers@lists.iptel.org >Subject: Re: [Serusers] SER billing softwares >Date: Fri, 17 Feb 2006 11:31:37 +0100 > >I am not aware of such. Some of us have thought of a more
efficient
system
>and >relying on an open-source money-printing system, but we haven't
had
time to
>work on that yet :-) > >-jiri > >At 07:29 17/02/2006, mkumar@mantragroup.com wrote: > >Hi All, > > > >Are there any open source SER billing softwares? If there are
any,
please
>point > >me to that. > > > >Thanks, > >Manoj. > > > >_______________________________________________ > >Serusers mailing list > >serusers@lists.iptel.org > >http://lists.iptel.org/mailman/listinfo/serusers > >-- >Jiri Kuthan http://iptel.org/~jiri/ > >_______________________________________________ >Serusers mailing list >serusers@lists.iptel.org >http://lists.iptel.org/mailman/listinfo/serusers
One and only Ash. Find out all about her. Only on MSN Search http://server1.msn.co.in/profile/aishwarya.asp
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
All that you wanted to know about Ms Beautiful Lips http://server1.msn.co.in/Profile/katrina.asp
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
--
Best Regards Charles
--
Best Regards Charles
NRIs FREE Money Transfers FREE Movie DVD. NO minimum balance account https://www.online.citibank.co.in/portal/rca_msntagofline.htm
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Hi, Kapil:
Can we download the source codes of prepaid module and for free use?
2006/2/20, Kapil Dhawan sersavvy@hotmail.com:
Charles, you are asking for what is a part of SIP proxy. Billing software has nothing to do with it.
But yes i have prepaid model also. I am sorry as i am very busy working on a couple of projects so wont be able to respond quickly.
From: "Charles Wang" lazy.charles@gmail.com To: "Kapil Dhawan" sersavvy@hotmail.com, serusers@lists.iptel.org Subject: Re: [Serusers] SER billing softwares Date: Mon, 20 Feb 2006 13:45:36 +0800
By the way, can it prepaid ? I mean that it can hangup a call if it reaches some limit.
2006/2/20, Charles Wang lazy.charles@gmail.com:
Hi, Kapil:
Where can we find the source? Is it open source?
2006/2/20, Kapil Dhawan sersavvy@hotmail.com:
Hi List
Thank you for showing interest. Following is the info.
- Front end - PHP / MySQL
- Back end - 'C' - cronjob which converts acc to cdr every minute. It
takes
care of the billing pulse, customer specific rates, profitability with
the
carrier and etc.
I have written one SER module also which does country code blocking,
Dial
Plan etc and Billing Engine works according to it.
I will take some time to standardize it as per Vanila SER.
From: "Daryl Sanders" daryl.sanders@gmail.com To: "Kapil Dhawan" sersavvy@hotmail.com CC: serusers serusers@lists.iptel.org Subject: Re: [Serusers] SER billing softwares Date: Sat, 18 Feb 2006 11:40:14 -0700
Is it open source? I'd love to check it out.
- Daryl
On 2/18/06, Kapil Dhawan sersavvy@hotmail.com wrote:
I have developed one and if you like can finalize it.
>From: Jiri Kuthan jiri@iptel.org >To: mkumar@mantragroup.com, serusers@lists.iptel.org >Subject: Re: [Serusers] SER billing softwares >Date: Fri, 17 Feb 2006 11:31:37 +0100 > >I am not aware of such. Some of us have thought of a more
efficient
system
>and >relying on an open-source money-printing system, but we haven't
had
time to
>work on that yet :-) > >-jiri > >At 07:29 17/02/2006, mkumar@mantragroup.com wrote: > >Hi All, > > > >Are there any open source SER billing softwares? If there are
any,
please
>point > >me to that. > > > >Thanks, > >Manoj. > > > >_______________________________________________ > >Serusers mailing list > >serusers@lists.iptel.org > >http://lists.iptel.org/mailman/listinfo/serusers > >-- >Jiri Kuthan http://iptel.org/~jiri/ > >_______________________________________________ >Serusers mailing list >serusers@lists.iptel.org >http://lists.iptel.org/mailman/listinfo/serusers
One and only Ash. Find out all about her. Only on MSN Search http://server1.msn.co.in/profile/aishwarya.asp
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
All that you wanted to know about Ms Beautiful Lips http://server1.msn.co.in/Profile/katrina.asp
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
--
Best Regards Charles
--
Best Regards Charles
NRIs FREE Money Transfers FREE Movie DVD. NO minimum balance account https://www.online.citibank.co.in/portal/rca_msntagofline.htm
--
Best Regards Charles
Hi Kapil Dhawan,
Can you please send the Billing Software you developed?
Thanks, Manoj.
Quoting Kapil Dhawan sersavvy@hotmail.com:
I have developed one and if you like can finalize it.
From: Jiri Kuthan jiri@iptel.org To: mkumar@mantragroup.com, serusers@lists.iptel.org Subject: Re: [Serusers] SER billing softwares Date: Fri, 17 Feb 2006 11:31:37 +0100
I am not aware of such. Some of us have thought of a more efficient system and relying on an open-source money-printing system, but we haven't had time to work on that yet :-)
-jiri
At 07:29 17/02/2006, mkumar@mantragroup.com wrote:
Hi All,
Are there any open source SER billing softwares? If there are any,
please point
me to that.
Thanks, Manoj.
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
-- Jiri Kuthan http://iptel.org/~jiri/
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
One and only Ash. Find out all about her. Only on MSN Search http://server1.msn.co.in/profile/aishwarya.asp