~ubuntu-branches/ubuntu/quantal/zaptel/quantal

« back to all changes in this revision

Viewing changes to kernel/qozap/zapata.conf.octoBRI

  • Committer: Bazaar Package Importer
  • Author(s): Tzafrir Cohen
  • Date: 2008-08-28 22:58:23 UTC
  • mfrom: (11.1.11 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080828225823-r8bdunirm8hmc76m
Tags: 1:1.4.11~dfsg-2
* Patch xpp_fxs_power: Fixed an issue with hook detection of the Astribank
  FXS module.
* Don't fail init.d script if fxotune fails. This may happen if running it
  when Asterisk is already running.
* Bump standards version to 3.8.0.0 .
* Ignore false lintian warning ("m-a a-i" has "a a").
* Patch xpp_fxo_cid_always: do always pass PCM if that's what the user
  asked.
* Patch vzaphfc_proc_root_dir: fix vzaphfc on 2.6.26.
* Patch wcte12xp_flags: Proper time for irq save flags.
* Patch headers_2627: Fix location of semaphore.h for 2.6.27 .
* Patch xpp_fxs_dtmf_leak: Don't play DTMFs to the wrong channel.
* Patch wctdm_fix_alarm: Fix sending channel alarms.
* Patch device_class_2626: Fix building 2.6.26 (Closes: #493397).
* Using dh_lintian for lintian overrides, hence requiring debhelper 6.0.7.
* Lintian: we know we have direct changes. Too bad we're half-upstream :-(
* Fix doc-base section names. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
;
 
2
; Zapata telephony interface
 
3
;
 
4
; Configuration file
 
5
 
 
6
[channels]
 
7
;
 
8
; Default language
 
9
;
 
10
;language=en
 
11
;
 
12
; Default context
 
13
;
 
14
;
 
15
switchtype = euroisdn
 
16
 
 
17
; p2mp TE mode (for connecting ISDN lines in point-to-multipoint mode)
 
18
signalling = bri_cpe_ptmp
 
19
; p2p TE mode (for connecting ISDN lines in point-to-point mode)
 
20
;signalling = bri_cpe
 
21
; p2mp NT mode (for connecting ISDN phones in point-to-multipoint mode)
 
22
;signalling = bri_net_ptmp
 
23
; p2p NT mode (for connecting an ISDN pbx in point-to-point mode)
 
24
;signalling = bri_net
 
25
 
 
26
pridialplan = local
 
27
prilocaldialplan = dynamic
 
28
nationalprefix = 0
 
29
internationalprefix = 00
 
30
 
 
31
priindication = passthrough
 
32
 
 
33
echocancel = yes
 
34
 
 
35
context=demo
 
36
group = 1
 
37
; S/T port 1
 
38
channel => 1-2
 
39
 
 
40
group = 2
 
41
; S/T port 2
 
42
channel => 4-5
 
43
 
 
44
group = 3
 
45
; S/T port 3
 
46
channel => 7-8
 
47
 
 
48
group = 4
 
49
; S/T port 4
 
50
channel => 10-11
 
51
 
 
52
group = 5
 
53
; S/T port 5
 
54
channel => 13-14
 
55
 
 
56
group = 6
 
57
; S/T port 6
 
58
channel => 16-17
 
59
 
 
60
group = 7
 
61
; S/T port 7
 
62
channel => 19-20
 
63
 
 
64
group = 8
 
65
; S/T port 8
 
66
channel => 22-23
 
67