4.578 rtrv-sip-npp
Use this command to retrieve existing number normalization rules (SIPPHCXT and SIPNNPFX). SIPPHCXT table will be used to provision the phone-context. SIPNNPFX table will be used to configure the prefixes against each phone context and it will also contain number of digits to be deleted (NPDD) and new prefix to be added (NPDS).
Parameters
Example
rtrv-sip-npp
rtrv-sip-npp:phctxt=abc.com
rtrv-sip-npp:phctxt=abc.com:pfx=121
rtrv-sip-npp:phctxt=a+bc.com:pfx=91+
Dependencies
SIPNP Feature must be enabled before entering any number normalization rules.
SIP Phone Context table should be accessible.
SIP Prefix table should be accessible.
SIP DBMM 2 table should be accessible.
Requested SIP Prefix entry must exist in the SIPNNPFX table.
Requested SIP Phone Context entry must exist in the SIPPHCXT table.
SIP Phone context must be specified when the SIP Prefix is specified.
Notes
If optional parameters are specified, only the entries that match the entered parameters are displayed.
Output
This example displays output when no other parameter is specified:
rtrv-sip-npp
tekelecstp 12-07-09 19:08:19 EST EAGLE 45.0.0
rtrv-sip-npp
Command entered at terminal #4.
PHONE-CTXT PFX NPDD NPDS
------------ ------------ ---- ---------------
xyz.com
121 0 NONE
abc.com
12 0 NONE
mart.com
43321 0 NONE
233 0 NONE
232 0 NONE
231 0 NONE
11 0 NONE
1 0 NONE
PHCTXTID table is (3 of 101) 3% full.
;
The below two examples display the output when PHCTXT parameter is specified:
rtrv-sip-npp:phctxt=abc.com
tekelecstp 12-07-09 19:09:08 EST EAGLE 45.0.0
rtrv-sip-npp:phctxt=abc.com
Command entered at terminal #4.
PHONE-CTXT PFX NPDD NPDS
------------------------- --------------- ---- ---------------
abc.com
12 0 NONE
PHCTXTID table is (3 of 101) 3% full.
;
rtrv-sip-npp:phctxt=dflt
tekelecstp 12-07-09 19:09:08 EST EAGLE 45.0.0
rtrv-sip-npp:phctxt=dflt
Command entered at terminal #4.
PHONE-CTXT PFX NPDD NPDS
------------------------- --------------- ---- ---------------
dflt 15 0 NONE
PHCTXTID table is (4 of 101) 4% full.
;
This example displays the output when PFX parameter is specified:
rtrv-sip-npp:phctxt=user@mart.com:pfx=91+
tekelecstp 12-07-09 19:09:08 EST EAGLE 45.0.0
rtrv-sip-npp:phctxt=user@mart.com:pfx=91+
Command entered at terminal #4.
PHONE-CTXT PFX NPDD NPDS
------------------------- --------------- ---- ---------------
user@mart.com
91+ 0 NONE
PHCTXTID table is (3 of 101) 3% full.
;