I've done some searching and reading on this topic already, but I want to make sure I know what I'm doing. Basically I need to change an LDN, it's currently landing on a receptionist phone., and I will be forwarding it to an IVR once I free up the number.
I've printed my LDN table in ld21:
TYPE LDN_DATA
CUST 00
OPT XLDN
DLDN NO
LDN0 2861234
LDN1 2861235 <--- need to out/change this one
LDN2 2861236
etc etc
I need to change the ldn_data table to modify this number (I've seen in multiple places that it's very bad to just remove the number, I am planning on changing it to an unused fake number of the same length, i.e. 2860000).
(in ld 15)
REQ: chg
TYPE: ldn_data
CUST 0
OPT
DLDN
LDN0 2861234
LDN1 2860000 ---> changed to a fake/unused number
LDN2 2861236
etc etc
After I complete this, the number should be free to change to anything I need (i.e. cdn/acd queue/etc)? I just want to confirm that this is all correct.
I've printed my LDN table in ld21:
TYPE LDN_DATA
CUST 00
OPT XLDN
DLDN NO
LDN0 2861234
LDN1 2861235 <--- need to out/change this one
LDN2 2861236
etc etc
I need to change the ldn_data table to modify this number (I've seen in multiple places that it's very bad to just remove the number, I am planning on changing it to an unused fake number of the same length, i.e. 2860000).
(in ld 15)
REQ: chg
TYPE: ldn_data
CUST 0
OPT
DLDN
LDN0 2861234
LDN1 2860000 ---> changed to a fake/unused number
LDN2 2861236
etc etc
After I complete this, the number should be free to change to anything I need (i.e. cdn/acd queue/etc)? I just want to confirm that this is all correct.