4-5
Cisco BTS 10200 Softswitch Operations and Maintenance Guide, Release 6.0.x
OL-16000-07
Chapter 4 Operating the BTS
Managing Subscribers
Changing
subscribers
DNs
Change the subscriber DN to the new DN.
change sub id=<id>; dn1=<new-DN>; CN-REFERRAL=Y;
Example:
change sub id=sub1; dn1=206-222-1841; CN-REFERRAL=Y;
The CN-REFERRAL token adds an entry in the changed-number table for the changed subscriber DN. By
default, the CN-REFERRAL token is set to Y. If the CN-REFERRAL token is set to N, the changed-number
table is not updated with the changed number information.
Use the show subscriber command to verify the new DN.
show sub id=<id>
Example:
show sub id=sub1;
Dn1 indicates 206-222-1841
Verify that the changed number (old DN) of the subscriber is being tracked in the changed-number table.
show changed-number old-dn=<old-dn>
Example:
show changed-number OLD-DN=206-222-2345
Use the dn2subscriber table to verify that the old DN is in CN state and new DN is in assigned state. Check
if the status of the old DN is CN.
show dn2subscriber FDN=<old-DN>;
Example:
show dn2subscriber FDN=206-222-2345;
Check if the status of the new DN is assigned.
show dn2subscriber FDN=<new-DN>;
Example:
show dn2subscriber FDN=206-222-1841;
Place an incoming call to the new DN and verify the call is setup successfully.
Place an incoming call to the old DN and verify that the announcement played is "<old DN> has been
changed to <new DN>."
If an announcement is not played, do the following:
Verify if the release cause id maps to annc-id=118.
show release-cause id=22;
Verify if the announcement id maps to announcement-number 301.
show annc id=118;
Note If there is no referral number (that is, when CN-REFERRAL is set to N where the new number is
private), the BTS 10200 plays a generic announcement indicating that the number has changed. No
further information is provided on the new number.
Table 4-1 Managing Subscribers (continued)
Task Sample Command