A am wirking on my own pre-payed application (i don’t found anythink than suit my needs). I want to do this line that:
user pre-pay credit (by bank transfer, credit card…)
user can read call list… in web application
I can do this all relative easily by PHP+MySQL+ some AGI scripts but i don’t know how to terminate call if caller have zero credit (i can determine max call length from called number, current user credit and tarif information) but i don’t know how to terminate call when user is out of credit (e.g. at call start set timeout for call).
I guess i can’t user AbsolutTimeout because it measure ALL time = when phone ringing…
[quote=“rsaf”]A am wirking on my own pre-payed application (i don’t found anythink than suit my needs). I want to do this line that:
user pre-pay credit (by bank transfer, credit card…)
user can read call list… in web application
I can do this all relative easily by PHP+MySQL+ some AGI scripts but i don’t know how to terminate call if caller have zero credit (i can determine max call length from called number, current user credit and tarif information) but i don’t know how to terminate call when user is out of credit (e.g. at call start set timeout for call).
I guess i can’t user AbsolutTimeout because it measure ALL time = when phone ringing…