HP iPAQ 512 HP iPAQ 500 series Voice Messenger - Voice over IP (VoIP) Applicat - Page 15

A sample dialing rule for 10-digit phone numbers is shown below. This rule pre-pends

Page 15 highlights

number is and will also indicate that this number should be placed on the cellular network only. The emergency dialing rule for the U.S is shown below: The base template for the VoIP Dial Plan is specified below. It is HIGHLY RECOMMENDED that the rules included in the base template should not be removed.

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19

number is and will also indicate that this number should be placed on the cellular network
only. The emergency dialing rule for the U.S is shown below:
<rule pattern='911' display='911' restrict='VoIP' />
The base template for the VoIP Dial Plan is specified below. It is HIGHLY
RECOMMENDED that the rules included in the base template should not be removed.
<wap-provisioningdoc>
<characteristic type="VoIP">
<parm name="DialPlan" value="<dialplan xmlns='http://schemas.microsoft.com/embedded/VoIP'>
<dialplan-header>
<host>#use_sipsrv_host_name#</host>
</dialplan-header>
<!-- Dial Plan rules -->
<!-- IP address rules -->
<!-- EQUIVALENT OF '\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}' -->
<rule pattern='(\d|\d\d|\d\d\d)\.(\d|\d\d|\d\d\d)\.(\d|\d\d|\d\d\d)\.(\d|\d\d|\d\d\d)' restrict='Cell,SMS' />
<!-- EQUIVALENT OF '(\d{1,3})\*(\d{1,3})\*(\d{1,3})\*(\d{1,3})' -->
<rule pattern='(\d|\d\d|\d\d\d)\*(\d|\d\d|\d\d\d)\*(\d|\d\d|\d\d\d)\*(\d|\d\d|\d\d\d)' dial='\1.\2.\3.\4'
display='\1.\2.\3.\4' restrict='Cell,SMS' />
<!—Add Emergency Dialing Rules here -->
<!—Add Other Dialing Rules here -->
<!-- SIP URI rules -->
<!-- EQUIVALENT OF '[Ss][Ii][Pp][Ss]?:\w*(\d{3})(\d{3})(\d{4})@(.+)' -->
<rule pattern='[Ss][Ii][Pp][Ss]?:\w*(\d\d\d)(\d\d\d)(\d\d\d\d)@(.+)' display='(\1) \2-\3'
restrict='Cell,SMS' />
<rule pattern='([Ss][Ii][Pp][Ss]?:)?\w*([a-zA-Z0-9_-]+)@(.+)' display='\2' restrict='Cell,SMS' />
<rule pattern='[Ss][Ii][Pp][Ss]?:\w*([^@]+)' display='\1' restrict='Cell,SMS' />
<!—Catch All -->
<rule pattern='(\d+)' dial='sip:\1@$host$' display='\1' transfer='sip:\1@$host$' />
<rule pattern='([a-zA-Z0-9_-]+)' dial='sip:\1@$host$' display='\1' transfer='sip:\1@$host$' />
</dialplan>" />
</characteristic>
</wap-provisioningdoc>
A sample dialing rule for 10-digit phone numbers is shown below. This rule pre-pends a
‘9’ to 10-digit dialed phone numbers.
<rule pattern='(\d{3})\s*(\d{3})\s*-?\s*(\d{4})(\s*[Xx]\s*\d+)?' dial='sip:
9
\1\2\3@$host$'
display='(\1) \2-\3'