Can not move header-rules
Hello friends.
I've read in the Oracle_APKT_HMR_Part2_v3.pdf that it's possible to move header-rules with the command 'move 3 1' - this is to move 3rd rule to the 1st position.
But in my case it doesn't work:
sipgw2(sip-manipulation)# header-rules
sipgw2(sip-header-rules)# select
<name>:
1: name= rejectAnonymous header-name= From action= manipulate match-value= msg-type= request
2: name= checkToURIUser header-name= To action= manipulate match-value= msg-type= request
3: name= fixFromURIDisplay header-name= From action= manipulate match-value= msg-type= request
selection:
sipgw2(sip-header-rules)# move 3 1
% command not found
sipgw2(sip-header-rules)# select
<name>:
1: name= rejectAnonymous header-name= From action= manipulate match-value= msg-type= request
2: name= checkToURIUser header-name= To action= manipulate match-value= msg-type= request