64350861114351 - where 6435 is the number is 086 111 4351
How do I remove the pin code?
AMTCards has CLI Rules feature. You will need to setup rules for each pin code range.
On the Cardserver in the folder 'C:\Program Files\Datatex\Amethyst' you will find the tng.ini file. It has a section with examples:
- Code: Select all
[CLIRULES_SAMPLE]
0=rename CLIRULES_SAMPLE to CLIRULES to enable it, or use the Configure Cardserver to configure it
1=Number|starts with|00|replace with|0|False|OUTGOING| ; replace 00 at start of number with 0 on outgoing calls
2=Number|starts with|*120|deletecount|8|False|OUTGOING| ; delete *120xxxx where xxxx is the 4 digits after *120 on outgoing calls
3=Number|contains|**|deleteall||False|ANY| ; delete ** in the number for any call (outgoing or incoming)
Copy and change it to fit your requirements:
- Code: Select all
[CLIRULES]
0=Number|starts with|6|deletecount|4|True|OUTGOING| ; delete 6xxx where xxx is the 3 digits after 6 on outgoing calls