Got it

How does the 1900 implement the function of displaying the same number for outgoing calls from multiple numbers?

53

Different outgoing calling numbers can be displayed as a corresponding unified calling number. To achieve so, configure the trunk bearer and the call source.
Number requirements:
An enterprise has two switchboard numbers 88881234 and 88885678 and two departments that are allocated with extension numbers 6000-6009 and 8000-8009 respectively. It is required that internal enterprise users use short numbers to call each other, 88881234 be displayed as the calling number for short numbers 6000-6009, and 88885678 be displayed as the calling number for short numbers 8000-8009. Assume that 9 is used as the outgoing prefix.
Requirements analysis:
Add two switchboard numbers, and configure the number change rule to change outgoing calling numbers to 88881234. At this moment, 88881234 is also displayed as the calling number for numbers starting with 8, which does not meet requirements. Trunk bearers can be configured, together with the call source, to perform number change for numbers starting with 8 so that 88885678 is displayed as the calling number for the numbers starting with 8. The following procedure starts from the number change configuration and assumes that both the office route and office route selection code are 0. For details about how to configure trunks and allocate numbers, see the relevant guide.
Configuration procedure:
Step 1 Run the following commands to add three number change indexes.
config add predeal index 1 changetype delete changepos 0 changelen 1
config add predeal index 2 changetype modify changepos 0 changelen 4 newdn 88881234
config add predeal index 3 changetype modify changepos 0 changelen 4 newdn 88885678
Step 2 Create outgoing prefix 9, configure 88881234 as the calling number (that is, calling number change uses index 2), bind outgoing prefix 9 to office route selection code 0, and route calls through the trunk whose office route is 0.
config add prefix dn 9 callcategory basic callattribute local cldpredeal yes cldindex 1 officeselectcode 0 clipredeal yes cliindex 2
Step 3 Add numbers starting with 8 to another call source.
config add callsource no 1
config modify subs dn 8000 callsourceno 1 number 10
Step 4 Configure route reanalysis so that users can use numbers belonging to call source 1 to make outgoing calls.
conf add routeanalysis officeselectcode 0 callsourceno 1 officeno 0
Step 5 Add trunk bearers so that when all calls whose call source is 1 pass through the trunk, number change is performed again for the calling numbers according to rules.
conf add tgld callsourceno 1 officeno 0 protocol pra prefix 0 clipredeal yes cliindex 3
conf add tgld callsourceno 1 officeno 0 protocol pra prefix 1 clipredeal yes cliindex 3
conf add tgld callsourceno 1 officeno 0 protocol pra prefix 2 clipredeal yes cliindex 3
conf add tgld callsourceno 1 officeno 0 protocol pra prefix 3 clipredeal yes cliindex 3
conf add tgld callsourceno 1 officeno 0 protocol pra prefix 4 clipredeal yes cliindex 3
conf add tgld callsourceno 1 officeno 0 protocol pra prefix 5 clipredeal yes cliindex 3
conf add tgld callsourceno 1 officeno 0 protocol pra prefix 6 clipredeal yes cliindex 3
conf add tgld callsourceno 1 officeno 0 protocol pra prefix 7 clipredeal yes cliindex 3
conf add tgld callsourceno 1 officeno 0 protocol pra prefix 8 clipredeal yes cliindex 3
conf add tgld callsourceno 1 officeno 0 protocol pra prefix 9 clipredeal yes cliindex 3

In the preceding trunk bearer configuration commands, the prefix parameter applies to the called numbers after number change. At this moment, outgoing prefix 9 has been removed from the called numbers. The digit following 9 can range from 0 to 9. Therefore, 10 trunk bearers need to be added so that different calling numbers are displayed for numbers starting with different digits.

Other related questions:
How to configure the U1900 so that the short numbers of outgoing calls are displayed?
1. When an outgoing call is made through the AT0 trunk, only the number allocated for the line by the peer end can be displayed. The local end cannot determine which number is displayed. 2. In the scenario where an outgoing call is made without using the AT0 trunk, the U1900 does not implement the calling number change or mapping when adding a prefix for the number.
How does the U1900 implement the number change function for incoming calls?
When configuring the incoming call prefix, configure the calling number and called number change rules or the number mapping rule as required.
How to enable different calling numbers to be displayed to external users for numbers belonging to different call sources?
Number requirements: An enterprise has two switchboard numbers 88881234 and 88885678 and two departments that are allocated with extension numbers 6000-6009 and 8000-8009 respectively. It is required that internal enterprise users use short numbers to call each other, 88881234 be displayed as the calling number for short numbers 6000-6009, and 88885678 be displayed as the calling number for short numbers 8000-8009. Assume that 9 is used as the outgoing prefix. Requirements analysis: Add two switchboard numbers, and configure the number change rule to change outgoing calling numbers to 88881234. At this moment, 88881234 is also displayed as the calling number for numbers starting with 8, which does not meet requirements. Trunk bearers can be configured, together with the call source, to perform number change for numbers starting with 8 so that 88885678 is displayed as the calling number for the numbers starting with 8. The following procedure starts from the number change configuration and assumes that both the office route and office route selection code are 0. For details about how to configure trunks and allocate numbers, see the relevant guide. Configuration procedure: Step 1 Run the following commands to add three number change indexes. config add predeal index 1 changetype delete changepos 0 changelen 1 config add predeal index 2 changetype modify changepos 0 changelen 4 newdn 88881234 config add predeal index 3 changetype modify changepos 0 changelen 4 newdn 88885678 Step 2 Create the outgoing prefix 9, configure 88881234 as the calling number (that is, the calling number change index uses index 2), bind outgoing prefix 9 to office route selection code 0, and route calls through the trunk whose office route is 0. config add prefix dn 9 callcategory basic callattribute local cldpredeal yes cldindex 1 officeselectcode 0 clipredeal yes cliindex 2 Step 3 Add numbers starting with 8 to another call source. config add callsource no 1 config modify subs dn 8000 callsourceno 1 number 10 Step 4 Configure rerouting analysis so that users can use numbers belonging to call source 1 to make outgoing calls. conf add routeanalysis officeselectcode 0 callsourceno 1 officeno 0 Step 5 Add trunk bearers so that when all calls whose call source is 1 pass through the trunk, number change is performed again for the calling numbers according to rules. conf add tgld callsourceno 1 officeno 0 protocol pra prefix 0 clipredeal yes cliindex 3 conf add tgld callsourceno 1 officeno 0 protocol pra prefix 1 clipredeal yes cliindex 3 conf add tgld callsourceno 1 officeno 0 protocol pra prefix 2 clipredeal yes cliindex 3 conf add tgld callsourceno 1 officeno 0 protocol pra prefix 3 clipredeal yes cliindex 3 conf add tgld callsourceno 1 officeno 0 protocol pra prefix 4 clipredeal yes cliindex 3 conf add tgld callsourceno 1 officeno 0 protocol pra prefix 5 clipredeal yes cliindex 3 conf add tgld callsourceno 1 officeno 0 protocol pra prefix 6 clipredeal yes cliindex 3 conf add tgld callsourceno 1 officeno 0 protocol pra prefix 7 clipredeal yes cliindex 3 conf add tgld callsourceno 1 officeno 0 protocol pra prefix 8 clipredeal yes cliindex 3 conf add tgld callsourceno 1 officeno 0 protocol pra prefix 9 clipredeal yes cliindex 3 In the preceding trunk bearer configuration commands, the prefix parameter applies to the called numbers after number change. At this moment, the outgoing prefix 9 has been removed from the called numbers. The digit following 9 can range from 0 to 9. Therefore, 10 trunk bearers need to be added so that different calling numbers are displayed for numbers starting with different digits.
How does the U1900 automatically delete the prefix 0 of called numbers from the outgoing call CDRs?
Run the config billpredeal switch on command to enable called number change for U1900 CDRs.
How to enable the long number instead of the short number of an outgoing call from an intra-office user of the U1960 to be displayed to the called party
1. Bind a long number to the intra-office short number. config modify subscriber dn 5000 longdn 68905000 //Configure long number 68905000 for intra-office short number 5000. 2. Add an outgoing prefix and select to display the long number of the calling party, that is, set if4pstnprefix to yes. config add prefix dn 0 callcategory basic callattribute local subpbxno 0 cldpredeal no cldmap no officeselectcode 0 minlen 0 maxlen 32 clipredeal no climap no uselongcli no if4pstnprefix yes
If you have more questions, you can seek help from following ways:
To WeiKnow To Live Chat

Login and enjoy all the member benefits

Login

Block
Are you sure to block this user?
Users on your blacklist cannot comment on your post,cannot mention you, cannot send you private messages.
Reminder
Please bind your phone number to obtain invitation bonus.