diff --git a/doc/siproxd.conf.example b/doc/siproxd.conf.example index dbd2db4..3feb655 100644 --- a/doc/siproxd.conf.example +++ b/doc/siproxd.conf.example @@ -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 diff --git a/doc/siproxd_guide.sgml b/doc/siproxd_guide.sgml index 1e162b8..d17b876 100644 --- a/doc/siproxd_guide.sgml +++ b/doc/siproxd_guide.sgml @@ -425,6 +425,23 @@ debug_port = 0 #outbound_domain_name = freenet.de #outbound_domain_host = proxy.for.domain.freende.de #outbound_domain_port = 5060 + + + 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" + +pi_shortdial_enable = 1 +pi_shortdial_akey = * +# +# *01 sipphone echo test +pi_shortdial_entry = 17474743246 +# *02 sipphone welcome message +pi_shortdial_entry = 17474745000 @@ -469,6 +486,27 @@ debug_port = 0 Create chroot jail What files must be present? + + + + + Quick Dial + + 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. + For example, the following lines in your siproxd.conf will + configure 2 Quick-Dial numbers: + +# *01 sipphone echo test +pi_shortdial_entry = 17474743246 +# *02 sipphone welcome message +pi_shortdial_entry = 17474745000 + + 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. +