Author Topic: Mxone : How to dynamically truncate incoming digit on analog trunk TLU83  (Read 1404 times)

Offline Eric_online

  • New Member
  • *
  • Posts: 3
  • Country: in
  • Karma: +0/-0
    • View Profile
HI guys,

We are using Mxone 6.2 SP1 hf 0 with analog trunk card TLU83 connecting to PSTN.
Analog trunk incoming landing is given to SIP phone extension 3901 by cmd: RODNI:ROU=1,DAY=3901,NIG=3901;
Now whenever external mob is calling on trunk line which rings on 3901 show display --> 091 8877665544. Here 91 is India country code.

If local landline calls on same trunk line display shows ---> 22 3096 3XXX. Here actual area code is 022

Now I need to digit manipulate the above external calling party. Need to remove 91 from mob number & display should shows 08877665544.
Also in locals calls I need to add 0 in beginning , so that display changes to 022 3096 3XXX

How to use number_conversion in Mxone



Offline jagdishmathpal

  • New Member
  • *
  • Posts: 1
  • Country: in
  • Karma: +0/-0
    • View Profile
Hi,
Please do the following commands.

Incoming number=91-7042500xxx need to be replaced 07042500xxx
number_conversion_initiate -conversiontype 2 -numbertype 1 -entry 91 -truncate 2 -newtype 4 -pre 0(For International)

Incoming number=124419aaaa need to be replaced 00124419aaaa
 number_conversion_initiate -conversiontype 2 -numbertype 2 -entry 1 -truncate 1 -newtype 4 -pre 001(For National)


 

Sitemap 1 2 3 4 5 6 7 8 9 10