~ubuntu-branches/ubuntu/saucy/dahdi-tools/saucy

« back to all changes in this revision

Viewing changes to xpp/README.Astribank

  • Committer: Stefan Lesicnik
  • Date: 2011-05-08 12:22:46 UTC
  • mfrom: (2.1.4 sid)
  • Revision ID: stefan@lsd.co.za-20110508122246-lh6k2x1uy8pl3vdi
Tags: 1:2.4.1-1ubuntu1
* Merge from Debian. Remaining changes:
  - Bug Fix: If linux-headers are not installed, don't block, and print
    information for the user.
  - added debian/dahdi.postinst
  - added --error-handler=init_failed to debian/rules
  - Changes from Debian:
    - debian/control: Change Maintainer
    - debian/control: Removed Uploaders field.
    - debian/control: Removed Debian Vcs-Svn entry and replaced with
      ubuntu-voip Vcs-Bzr, to reflect divergence in packages.
    - debian/control: Package dahdi Depends on dahdi-dkms | dahdi-source
* debian/control: Added gawk as dependency for dkms build (LP: #493304)
* New upstream release (Closes: #581076, #582094).
* Patches hardware_rescan, perl_fix_noserial, perl_fix_transportdir,
  astribank_allow_ignoreend, init_unload_modules and wcb4xxp_extra_trunk
  dropped: merged upstream.
* dahdi-linux 2.3.0 is required (extra config options for dahdi_cfg).
* Convert to dpkg v.3 format.
* Standards version: 3.9.1.0 (No change needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Xorcom Astribank Documentation
2
2
==============================
3
3
Xorcom Team <support@xorcom.com>
4
 
$Revision: 7829 $, $Date: 2010-01-10 09:39:50 -0600 (Sun, 10 Jan 2010) $
 
4
$Revision: 8948 $, $Date: 2010-07-20 06:23:39 -0500 (Tue, 20 Jul 2010) $
5
5
 
6
6
This file documents the DAHDI drivers for the Xorcom Channel Bank.
7
7
 
843
843
need to set the timing value to 0 (second parameter in the 'span=' line
844
844
in system.conf).
845
845
 
846
 
Thus the following in system.conf will also set an ornage LED:
 
846
Thus the following in system.conf will also set an orange LED:
847
847
 
848
848
  span=2,0,3,ccs,hdb3,crc4
849
849
 
850
 
Note that as this is only applied when ztcfg is run, the port will have
 
850
Note that as this is only applied when dahdi_cfg is run, the port will have
851
851
the default green LED lit at the bottom until it is configured.
852
852
 
853
853
 
 
854
Voicemail Indication
 
855
~~~~~~~~~~~~~~~~~~~~
 
856
Asterisk supports several forms of voicemail message waiting indication
 
857
(VMWI) on a phone connected to a FXS port. One of them is a stutter tone
 
858
sent when the phone is picked up. Another one is an FSK tone that
 
859
encodes the number of messages waiting (or 0, for none). Alternatively it
 
860
may send an ioctl call on the channel (DAHDI_VMWI) to indicate the VMWI
 
861
status on the channel.
 
862
 
 
863
The DAHDI FXS device may implement any of extra three VMWI notification
 
864
methods. The Astribank currently only supports one of them (AC neon LED).
 
865
With Asterisk, as of 1.6.2 you can enable that using the following line
 
866
in the channel's config in chan_dahdi.conf:
 
867
 
 
868
 mwisendtype = neon 
 
869
 
 
870
Versions of Asterisk before 1.6.0 did not support this ioctl. You will
 
871
need to reset the module parameter <<_vmwi_ioctl,vmwi_ioctl>>.
 
872
 
 
873
 
854
874
Device Startup
855
875
~~~~~~~~~~~~~~
856
876
This section describes in great depth the initialization of the Xorcom
1554
1574
forces module xpp to print general debugging messages (1) and procfs
1555
1575
debugging messages (32).
1556
1576
 
1557
 
==== vmwineon
 
1577
==== vmwi_ioctl
1558
1578
(xpd_fxs)
1559
1579
 
1560
 
Enable (1) or disable (0) sending the voicemail message waiting indication
1561
 
signal to phones equipped with the Message Waiting neon lamp. It is 
1562
 
disabled by default because the feature requires extra work of the driver
1563
 
even when such a phone is not used and also may cause some unusual
1564
 
side effects with some phone models.
 
1580
Does userspace support VMWI notification via ioctl? Default: 1 (yes).
 
1581
 
 
1582
Disable this (0) to have the driver attempt to detect the voicemail
 
1583
message waiting indication status for this port from FSK messages
 
1584
userspace (Asterisk) sends. Set the ports to use AC neon-lamp style
 
1585
message waiting indication. The detection from the FSK messages takes
 
1586
extra CPU cycles but is required with e.g. Asterisk 1.4.x .
 
1587
 
 
1588
Also note that in order for this parameter to take effect, it must be
 
1589
set before the span is registered. This practically means that it
 
1590
should be set through modprobe.d files.
 
1591
 
 
1592
See also <<_voicemail_indication,Voicemail Indication>>.
1565
1593
 
1566
1594
==== usb1
1567
1595
(xpp_usb)
1593
1621
Astribank.
1594
1622
 
1595
1623
==== caller_id_style
1596
 
(fxo)
 
1624
(xpd_fxo)
1597
1625
 
1598
1626
Various types of caller ID signalling styles require knowing the PCM
1599
1627
even when the line is on-hook (which is usually a waste of CPU and
1606
1634
 
1607
1635
This parameter is read-only. It cannot be changed at run-time.
1608
1636
 
 
1637
==== battery_threshold
 
1638
(xpd_fxo)
 
1639
 
 
1640
Minimum voltage that shows there is battery. Defaults to 3. Normally you
 
1641
should not need to change this, unless dealing with a funky PSTN
 
1642
provider.
 
1643
 
 
1644
==== battery_debounce
 
1645
(xpd_fxo)
 
1646
 
 
1647
Minimum interval (msec) for detection of battery off (as opposed to e.g.
 
1648
a temporary power denial to signal a hangup). Defaults to 1000. As with
 
1649
battery_threshold above, there's normally no need to tweak it.
 
1650
 
1609
1651
 
1610
1652
NOTE: XPP here does not stand for X Printing Panel, XML Pull Parser, 
1611
1653
X-Windows Phase Plane or XML Professional Publisher. It is simply the