|
From: <abe...@us...> - 2013-11-01 18:38:08
|
Revision: 6256
http://sourceforge.net/p/astlinux/code/6256
Author: abelbeck
Date: 2013-11-01 18:38:05 +0000 (Fri, 01 Nov 2013)
Log Message:
-----------
Document rc.conf variable DIALING_PREFIX_NUMBERS
Modified Paths:
--------------
branches/1.0/project/astlinux/target_skeleton/stat/etc/rc.conf
Modified: branches/1.0/project/astlinux/target_skeleton/stat/etc/rc.conf
===================================================================
--- branches/1.0/project/astlinux/target_skeleton/stat/etc/rc.conf 2013-11-01 18:08:12 UTC (rev 6255)
+++ branches/1.0/project/astlinux/target_skeleton/stat/etc/rc.conf 2013-11-01 18:38:05 UTC (rev 6256)
@@ -932,6 +932,19 @@
possible abuse or criminal activity, system personnel may provide the
results of such monitoring to appropriate officials."
+## International E.164 dialing prefixes. Currently used by dialproxy.php
+## Define 4 ~ (tilde) separated arguments (all optional)
+## Arg1: InternationalPrefix
+## Arg2: NationalPrefix
+## Arg3: CountryPrefix
+## Arg4: OutgoinglinePrefix - dial prefix added to every number
+## Germany example: "00~0~49~"
+## Map '+44 123 12345678' -> '004412312345678'
+## Map '+49 89-12345678' -> '08912345678'
+## Map '+1 (222) 333-4444' -> '0012223334444'
+##
+#DIALING_PREFIX_NUMBERS="00~0~49~"
+
## Asterisk Verbose Logging Support
## This will automatically set the verbosity level after Asterisk
## starts up.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|