VOS processing logic test analysis

VOS processing logic test analysis

Test environment introduction:
1. VOS-A and VOS-B are connected, VOS-B is the final landing
2. VOS-A creates a test account, test phone, landing gateway account, landing gateway (VOS-B address)
3. VOS-B Create a docking account and dock with the gateway (mainly observe the error message of the bill sent by the docking gateway)

System parameters that need to be noted:
1. Docking/landing gateway: number prefix-called related parameters; domestic service: automatic addition of cell phone area code, cell phone area restriction (blind zone configuration), only valid for this gateway
2. Supplement to softswitch management Setting: Non-standard E164 prefix (after configuration, the corresponding prefix of the called party is ignored, but not rewritten. For example, after the configuration of 99, the called party is 9910086 (including the called party after the rewritten rule), and the effective called party is 10086), which is globally effective. Mainly used as blind zone setting coordination

Specific configuration (only the key configuration is reflected):
1. Add 11 prefixes to all the called parties sent by this phone. The configuration here is equivalent to the configuration at the docking gateway.
Insert picture description here
2. The domestic service parameter configuration and the mobile phone area code (data needs to be imported in advance) are automatically added Turn on and off: turn off only match the mobile phone area library, and use it in conjunction with mobile phone area restrictions (blind areas); turn it on, add the area code of the corresponding number segment to the called party
Insert picture description here

3. Processing logic:
1. After receiving the called party, VOS first determines whether the number segment is allowed to pass according to the domestic business rules in the gateway supplementary settings.
2. Then judges whether to send and rewrite according to the docking prefix restriction and rewriting rules.
3. Then Find the landing gateway according to the called party (subject to tariff, prefix setting, area setting)
4. Then judge whether to send a bill according to the domestic service of the gateway, prefix setting, and gateway prefix

4. Test verification analysis:
1. Configure the domestic service to restrict outgoing calls from the 311 area, configure the outgoing prefix side to prohibit 11 outgoing calls, and rewrite the prefix to 11, dial the 311 area number, the bill prompts "domestic business restricted", and the bill is called No prefix is ​​added on the number side, indicating that the processing logic is to process domestic services first, and then perform the next step according to the parameter configuration.
2. Cancel the domestic service restriction, number prefix, prohibit the number of the called prefix 1, and then dial the 311 area number. If the single prompt has no route available, and the called party does not add the 11 prefix, it means that the called party prefix restriction is processed first, and then proceed to the next step
3. Cancel the domestic service restriction, the number prefix, and the number of the called prefix 1 is allowed to be rewritten Add 11 prefix to the rule, and then dial 311 area code. The bill prompts that no route is available, and the callee adds the 11 prefix. The next step is to find the route (find the landing gateway)
Insert picture description hereInsert picture description hereInsert picture description hereInsert picture description here
4. The processing logic of the landing gateway should be the same, but the gateway The processing order of the prefix is ​​to be verified,
Insert picture description here

Guess you like

Origin blog.csdn.net/weixin_28858135/article/details/107810453