dDocu: Quick Dial
This commit is contained in:
parent
9ac6fd6f0a
commit
9fd646574e
@ -244,7 +244,7 @@ debug_port = 0
|
|||||||
#
|
#
|
||||||
# Quick Dial (Short Dial)
|
# Quick Dial (Short Dial)
|
||||||
# ability to define quick dial numbers that can be accessed by
|
# 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_entry) below. The '*' character can be chosen freely
|
||||||
# (pi_shortdial_akey).
|
# (pi_shortdial_akey).
|
||||||
# Note: To call a real number like "*1234" you would have to dial "**1234"
|
# 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
|
# *01 sipphone echo test
|
||||||
pi_shortdial_entry = 17474743246
|
pi_shortdial_entry = 17474743246
|
||||||
# *02 sipcall welcome message
|
# *02 sipphone welcome message
|
||||||
pi_shortdial_entry = 17474745000
|
pi_shortdial_entry = 17474745000
|
||||||
|
|||||||
@ -425,6 +425,23 @@ debug_port = 0
|
|||||||
#outbound_domain_name = freenet.de
|
#outbound_domain_name = freenet.de
|
||||||
#outbound_domain_host = proxy.for.domain.freende.de
|
#outbound_domain_host = proxy.for.domain.freende.de
|
||||||
#outbound_domain_port = 5060
|
#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>
|
</screen>
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
@ -469,6 +486,27 @@ debug_port = 0
|
|||||||
<para>Create chroot jail</para>
|
<para>Create chroot jail</para>
|
||||||
<para>What files must be present?</para>
|
<para>What files must be present?</para>
|
||||||
</sect1>
|
</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>
|
||||||
|
|
||||||
<!-- Chapter 5: Troubleshooting -->
|
<!-- Chapter 5: Troubleshooting -->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user