[OpenSIPS-Users] prepaid with call plan

Dani Popa dani.popa at gmail.com
Mon Jan 10 17:10:59 CET 2011


Thanks for your response Adrian,

In my mind i wanted to use call_control module to mark "the call"
belongs to some calling plan or to mark it with price 0. As long as
call_control return one of following value, i just can use  value 2 to
setup some flag and use it in accounting(i think) to mark price with 0
(because it belongs to call plan with minutes). But now i don't think
it's a good idea to use call_control  to mark calls with price 0.


// Call control processing
//

// Return codes:
//   2 - No limit
//   1 - Limited
//  -1 - No credit
//  -2 - Locked
//  -5 - Internal error (message parsing, communication, ...)


Thanks again,

Dani

Adrian Georgescu wrote:
> You must also deal with concurrent sessions sharing the same balance and updating the remaining time for each session depending on the duration of ringing time between the INVITE and 200 OK/ACK. Combining these with set of free minutes per destination is a mathematical equation hard to solve. You will most probably not find a system that does all these by default,  you must customize whatever you find close to your needs writing code that deals with your particular requirements .
>
> Adrian
>
> On Jan 6, 2011, at 5:40 PM, Dani Popa wrote:
>
>   
>> Hi,
>>
>> I'm afraid i can not use call_control, because after DebitBalance or
>> MaxSessiontime,  I can not categorize the call as belonging to a call
>> plan with included minutes or to deduct from customer balance(for prepaid)
>>
>> Dani
>>
>> Tijmen de Mes wrote:
>>     
>>> Hi ,
>>>
>>> You can use the call-control application for this. See
>>> http://callcontrol.ag-projects.com.
>>>
>>> Best Regards,
>>>
>>> Tijmen de Mes
>>> AG Projects
>>>
>>> Op 1/6/11 12:21 PM, Dani Popa schreef:
>>>       
>>>> Hi,
>>>>
>>>> I wonder, how can be implemented with opensips prepaid system with
>>>> service plans with included minutes. Can someone to give me some hints ?
>>>>
>>>> Thanks,
>>>> Dani Popa
>>>>
>>>> _______________________________________________
>>>> Users mailing list
>>>> Users at lists.opensips.org
>>>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>>>>         
>>> _______________________________________________
>>> Users mailing list
>>> Users at lists.opensips.org
>>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>>>
>>>       
>> _______________________________________________
>> Users mailing list
>> Users at lists.opensips.org
>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>>
>>     
>
>
> _______________________________________________
> Users mailing list
> Users at lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
>   



More information about the Users mailing list