We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Beispiel Route für Notrufnummern:
<call_route endpoint="my_gateway" endpoint_type="gateway" name="emergency" position="1" routing_table="outbound"> <route_elements count="3"> <route_element action="match" mandatory="false" pattern="^911$" position="1" replacement="911" var_in="destination_number" var_out="destination_number"/> <route_element action="match" mandatory="false" pattern="^110$" position="2" replacement="110" var_in="destination_number" var_out="destination_number"/> <route_element action="match" mandatory="false" pattern="^112$" position="3" replacement="112" var_in="destination_number" var_out="destination_number"/> </route_elements> </call_route>