dDocu: Quick Dial

This commit is contained in:
Thomas Ries 2005-12-27 17:11:13 +00:00
parent 9ac6fd6f0a
commit 9fd646574e
2 changed files with 40 additions and 2 deletions

View File

@ -244,7 +244,7 @@ debug_port = 0
#
# Quick Dial (Short Dial)
# ability to define quick dial numbers that can be accessed by
# dialing "*nn" from a local phone. 'nn' corresponse to the entry number
# dialing "*nn" from a local phone. 'nn' corresponds to the entry number
# (pi_shortdial_entry) below. The '*' character can be chosen freely
# (pi_shortdial_akey).
# Note: To call a real number like "*1234" you would have to dial "**1234"
@ -254,5 +254,5 @@ pi_shortdial_akey = *
#
# *01 sipphone echo test
pi_shortdial_entry = 17474743246
# *02 sipcall welcome message
# *02 sipphone welcome message
pi_shortdial_entry = 17474745000

View File

@ -425,6 +425,23 @@ debug_port = 0
#outbound_domain_name = freenet.de
#outbound_domain_host = proxy.for.domain.freende.de
#outbound_domain_port = 5060
</screen>
<para>Quick-Dial "Plug-in":
ability to define quick dial numbers that can be accessed by
dialing "*nn" from a local phone. 'nn' corresponds to the entry number
pi_shortdial_entry) below. The '*' character can be chosen freely
(pi_shortdial_akey).
Note: To call a real number like "*1234" you would have to dial
"**1234"</para>
<screen>
pi_shortdial_enable = 1
pi_shortdial_akey = *
#
# *01 sipphone echo test
pi_shortdial_entry = 17474743246
# *02 sipphone welcome message
pi_shortdial_entry = 17474745000
</screen>
</sect1>
@ -469,6 +486,27 @@ debug_port = 0
<para>Create chroot jail</para>
<para>What files must be present?</para>
</sect1>
<!-- Chapter 4.3: Quick Dial -->
<sect1 label="4.3">
<?dbhtml filename="siproxd_guide_c4s3.html">
<title>Quick Dial</title>
<!--&&&& do be completed -->
<para>Since 0.5.12, Siproxd includes a Quick-Dial feature. This
allows you to define SIP numbers that can be accessed by
using a shortctu (like "*nn") from any local SIP phone.</para>
<para>For example, the following lines in your siproxd.conf will
configure 2 Quick-Dial numbers:</para>
<screen>
# *01 sipphone echo test
pi_shortdial_entry = 17474743246
# *02 sipphone welcome message
pi_shortdial_entry = 17474745000
</screen>
<para>The numbering starts with "1" ("*01") and every following
"pi_shortdial_entry" entry will allocate the following position.
Curently it is not possible to freely assign the positions.</para>
</sect1>
</chapter>
<!-- Chapter 5: Troubleshooting -->