Difference between revisions of "Callback and Calling Cards"

From Kolmisoft Wiki
Jump to navigationJump to search
(New page: == Negative balance for Calling Cards == The balance for calling cards will go negative only in 1 case: 1. When user initiates callback - system dials him back 2. User answers and ente...)
 
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Negative balance for Calling Cards ==
= How to create Callback Dial Plan for Calling Cards =


The balance for calling cards will go negative only in 1 case:
<html>
<iframe width="640" height="360" src="https://www.youtube.com/embed/gTkVc0UsLQk" frameborder="0"></iframe>
</html>


1. When user initiates callback - system dials him back
2. User answers and enters calling card number/pin
3. System recognizes it and checks it's card balance
4. Card balance is 0
5. As calling card is recognized so charge for Call Leg A is deducted from Calling Card balance. And Balance becomes negative for Calling Card.


That means that system owner gets loss.


There is no way how to avoid that user initiates call and does not pay for it.
= Negative balance for Calling Cards =
 
A calling card balance will go negative in only one case:
 
1. A user initiates a callback, and the system dials him back.
2. The user answers and enters a calling card number/PIN.
3. The system recognizes it and checks its card balance.
4. The Card balance is 0.
5. As the calling card is recognized, the charge for Call Leg A is deducted from the Calling Card balance. The Calling Card balance becomes negative.
 
This means that the system owner incurs a loss. However, there is no way of preventing a user from initiating such a call and not paying for it.
 
<br><br>
= See also =
* [[Callback]]
* [[Calling Cards Addon]]
* [[Calling Card Dial Plan]]

Latest revision as of 09:12, 19 January 2022

How to create Callback Dial Plan for Calling Cards


Negative balance for Calling Cards

A calling card balance will go negative in only one case:

1. A user initiates a callback, and the system dials him back.
2. The user answers and enters a calling card number/PIN.
3. The system recognizes it and checks its card balance.
4. The Card balance is 0.
5. As the calling card is recognized, the charge for Call Leg A is deducted from the Calling Card balance. The Calling Card balance becomes negative. 

This means that the system owner incurs a loss. However, there is no way of preventing a user from initiating such a call and not paying for it.



See also