[asterisk-bugs] [DAHDI-tools 0019029]: Tone and Zone Data for Kenya (ke) are not present
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Apr 18 11:58:09 CDT 2011
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=19029
======================================================================
Reported By: alex_rhys-hurn
Assigned To:
======================================================================
Project: DAHDI-tools
Issue ID: 19029
Category: General
Reproducibility: always
Severity: major
Priority: normal
Status: feedback
JIRA:
Reviewboard Link:
======================================================================
Date Submitted: 2011-03-28 08:12 CDT
Last Modified: 2011-04-18 11:58 CDT
======================================================================
Summary: Tone and Zone Data for Kenya (ke) are not present
Description:
Following many dropped call and other pstn call related issues we are
advised by both our hardware manufacturer Openvox and our Software Distro,
Elastix to set loadzone and defaultzone to ke. For example:
Change this:
loadzone = us
defaultzone = us
to this:
loadzone = ke
defaultzone = ke
Additionaly we are advised to set the Kernel module for the hardware card
as follows:
options opermode=KENYA
In other words to set the opermode for dahdi to the relevant one for
Kenya.
The problem is that setting either the loadzone or the Opermode, results
in an error that this Zone is not known by Asterisk or DAHDI or the
Hardware kernel modules.
======================================================================
----------------------------------------------------------------------
(0133882) sruffell (administrator) - 2011-04-18 11:58
https://issues.asterisk.org/view.php?id=19029#c133882
----------------------------------------------------------------------
Here are some instructions using git (which is my preference):
(If you have not already done so, fill out the contributors agreement as
outlined at the bottom here:
http://www.asterisk.org/developers/bug-guidelines)
Install git on your machine and then follow these instructions.
$ git clone git://github.com/sruffell/dahdi-tools dahdi-tools-new
$ cd dahdi-tools-new/
$ git show origin/externals:get | bash
$ ./bootstrap.sh
$ ./configure
$ git config --global user.name "<your name>"
$ git config --global user.email "<your email address>"
$ vim zonedata.c
<test that everything works here, once it does...>
$ git add zonedata.c
$ git commit -s -m "zonedata: Adding tones for Kenya"
$ git format-patch origin/master
$ vim 0001-zonedata-Adding-tones-for-Kenya.patch
Upload the attached *.patch file to this issue. Thanks! I appreciate the
effort.
Issue History
Date Modified Username Field Change
======================================================================
2011-04-18 11:58 sruffell Note Added: 0133882
======================================================================
More information about the asterisk-bugs
mailing list