From e75a91556c79f24076feb68d6347a0fa42089d24 Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Fri, 4 Feb 2005 06:12:32 +0000 Subject: Properly handle PRI TON and allow changing number (bug #3493, with mods) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4963 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/zapata.conf.sample | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'configs') diff --git a/configs/zapata.conf.sample b/configs/zapata.conf.sample index 4383bf0cf..60e05d318 100755 --- a/configs/zapata.conf.sample +++ b/configs/zapata.conf.sample @@ -76,6 +76,29 @@ switchtype=national ; ;prilocaldialplan=national ; +; PRI callerid prefixes based on the given TON/NPI (dialplan) +; This is especially needed for euroisdn E1-PRIs +; +; sample 1 for Germany +;internationalprefix = 00 +;nationalprefix = 0 +;localprefix = 0711 +;privateprefix = 07115678 +;unknownprefix = +; +; sample 2 for Germany +;internationalprefix = + +;nationalprefix = +49 +;localprefix = +49711 +;privateprefix = +497115678 +;unknownprefix = +; +; PRI resetinterval: sets the time in seconds between restart of unused channels, defaults to 3600 +; minimum 60 seconds +; some PBXs don't like channel restarts. so set the interval to a very long interval e.g. 100000000 +; +;resetinterval = 3600 +; ; Overlap dialing mode (sending overlap digits) ; ;overlapdial=yes -- cgit v1.2.3