Actions

Toolpack:Call Routes Settings E: Difference between revisions

No edit summary
No edit summary
Line 107: Line 107:


<headertabs/>
<headertabs/>
'''{{#switchtablink:System|Return to Web Portal 3.2 Home Page|Tmedia_Tsig_Tdev_Tutorial_Guide_v3.2}}'''
'''{{#switchtablink:Call Route|Return to Web Portal 3.2 Home Page|Tmedia_Tsig_Tdev_Tutorial_Guide_v3.2}}'''

Revision as of 15:04, 13 December 2021



[edit]

TelcoBridges provides a wide variety of routing script examples, from which customers can apply directly in their web configuration, according to their needs, by following a few simple steps. Select one of the following examples according to your needs. You may modify it when necessary.

*Flexible NOA: Remap the Calling/Called NOA flexibly based on the routes. It should cover most of the NOA requests since the routes include the calling/called remapping as well.

*Prefix NOA: Remapp Calling/Called NOA according to the prefix of the calling/called number, manipulate calling/called number. For calling number, if it is a privacy call, use the number in P-Asserted-Identity line or Remote-Party-ID line as the calling number to remap the NOA and do the manipulation.


Flexible NOA Prefix NOA


Audio Prompts

Audio Prompts


[edit]

This section assumes:

  • The routing script is already implemented (you just need to add the label routing functionality)
  • The routeset definition and digimap files are created.
Add label routing functionality
Update definition/digitmap files

Return to Web Portal 3.2 Home Page