Browse Source

Update destinations.rst

Len 9 years ago
parent
commit
a2c0db6da1
1 changed files with 4 additions and 2 deletions
  1. 4 2
      source/dialplan/destinations.rst

+ 4 - 2
source/dialplan/destinations.rst

@@ -37,7 +37,8 @@ button on the right.
 
  Type: Inbound
  Destination Number: ^(?:\+?1)?(\d{10})$
- Action: Select desired destination from the drop-down list.  We choose "Extension 100" in our example.  This is where the call will route to.
+ Action: Select desired destination from the drop-down list.  We choose "Extension 100" in our example.
+ This is where the call will route to.
  Enabled: true
  Description: VoiceTel-in
  
@@ -46,5 +47,6 @@ button on the right.
  
 ::
 
- Optional: Replace ^(?:\+?1)?(\d{10})$ in Inbound Routes with either 0123456789 or a DID Number depending on the Route Destination setting.
+ Optional: Replace ^(?:\+?1)?(\d{10})$ in Inbound Routes with either 0123456789 or a DID Number
+ depending on the Route Destination setting.