Difference between revisions of "Provider with ANI"

From Kolmisoft Wiki
Jump to navigationJump to search
Line 1: Line 1:
== First scenario ==
== First scenario ==


Automatic Number Identification for Provider is used ONLY (at least we don't know any other situations) when the provider gives you an access number '''after which (IMPORTANT!) after which dialer''' enters the destination number '''WITHOUT PAUSES''', so that the WHOLE number is sent to provider instantly.
Automatic Number Identification (ANI) for Provider is used ONLY (at least we don't know any other situations) when the provider gives you an access number '''after which (IMPORTANT!) the dialer''' enters the destination number '''WITHOUT PAUSES''', so that the WHOLE number is sent to the provider instantly.


Explanation:
For example:


* Let's say provider gave you access number 1234
* Let's say the provider gives you the access number 1234.
* When somebody wants to dial some destination, lets say: 22234567890, he enters on his phone: 123422234567890
* When somebody wants to dial a destination (let's say 22234567890), he enters on his phone: 123422234567890.
* 22234567890 from provider comes to your MOR box
* 22234567890 comes from the provider to your MOR box.
* Because Provider is with ANI, we are checking user's CLI
* Because the provider is with ANI, we check the user's CLI.
* If CLI is found - we know which user is dialing
* If CLI is found, we know which user is dialing.
* Before he dials out, we change CallerID of this call by CallerID found in our database - that's minor job, but it's part of algorithm
* Before he dials out, we change the CallerID of this call to the CallerID found in our database - that's a minor job, but it's part of algorithm.
* After that call is sent to 22234567890  
* After that, the call is sent to 22234567890.


'''IMPORTANT!!! - Do not check ANI for Provider if this description does not match your working scenario!'''
'''IMPORTANT!!! - Do not check ANI for Provider if this description does not match your working scenario!'''
Line 19: Line 19:
== Similar scenario which can't be used with ANI for Provider ==
== Similar scenario which can't be used with ANI for Provider ==


If you have access number as DID, you can enter p(pause) after your DID calling to the provider and then enter destination. But that's totally different scenario. It should be configured with DID + Auth. by ANI DialPlan, because destination is send to MOR by DTMF, not by provider as in previous example.
If you have an access number as DID, you can enter p (pause) after your DID when calling the provider and then enter the destination. But that is a totally different scenario. It should be configured with DID + Auth. by ANI DialPlan, because the destination is send to MOR by DTMF, not by the provider as in the previous example.




===Example:===
===Example:===


If your DID is: 234567890 and you want to dial dst: 987654321 in your mobile phone (example) you enter:
If your DID is 234567890 and you want to dial dst: 987654321 on (for example) your mobile phoneyou enter:
  234567890p987654321
  234567890p987654321
That way call will reach MOR, when p (pause) is reached - MOR will play "please enter destination" and 987654321 will be sent by DTMF to MOR.
That way the call will reach MOR. When p (pause) is reached, MOR will play "Please enter destination" and 987654321 will be sent by DTMF to MOR.

Revision as of 01:47, 15 May 2010

First scenario

Automatic Number Identification (ANI) for Provider is used ONLY (at least we don't know any other situations) when the provider gives you an access number after which (IMPORTANT!) the dialer enters the destination number WITHOUT PAUSES, so that the WHOLE number is sent to the provider instantly.

For example:

  • Let's say the provider gives you the access number 1234.
  • When somebody wants to dial a destination (let's say 22234567890), he enters on his phone: 123422234567890.
  • 22234567890 comes from the provider to your MOR box.
  • Because the provider is with ANI, we check the user's CLI.
  • If CLI is found, we know which user is dialing.
  • Before he dials out, we change the CallerID of this call to the CallerID found in our database - that's a minor job, but it's part of algorithm.
  • After that, the call is sent to 22234567890.

IMPORTANT!!! - Do not check ANI for Provider if this description does not match your working scenario!


Similar scenario which can't be used with ANI for Provider

If you have an access number as DID, you can enter p (pause) after your DID when calling the provider and then enter the destination. But that is a totally different scenario. It should be configured with DID + Auth. by ANI DialPlan, because the destination is send to MOR by DTMF, not by the provider as in the previous example.


Example:

If your DID is 234567890 and you want to dial dst: 987654321 on (for example) your mobile phone, you enter:

234567890p987654321

That way the call will reach MOR. When p (pause) is reached, MOR will play "Please enter destination" and 987654321 will be sent by DTMF to MOR.