VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
amessina at messinet.com Guest
|
Posted: Mon Feb 25, 2008 3:42 am Post subject: [asterisk-users] TDM400P dialout problem |
|
|
Using asterisk 1.4.18 and zaptel 1.4.9 on x86_64, I am having trouble dialing
out to the pstn. The call is initiated at Zap/1-1 and should exit via Zap/3.
I get the following:
-- Starting simple switch on 'Zap/1-1'
-- Executing [2111 at internal:1] Dial("Zap/1-1", "Zap/3/8801234") in new stack
[Feb 25 02:36:59] DEBUG[7194]: chan_zap.c:1954 zt_call: Dialing '8801234'
[Feb 25 02:36:59] DEBUG[7194]: chan_zap.c:2030 zt_call: Deferring dialing...
-- Called 3/8801234
[Feb 25 02:37:00] WARNING[7194]: chan_zap.c:3835 zt_handle_event: Detected
alarm on channel 3: No Alarm
-- Hungup 'Zap/3-1'
== Everyone is busy/congested at this time (1:0/0/1)
[Feb 25 02:37:00] NOTICE[7082]: chan_zap.c:6678 handle_init_event: Alarm
cleared on channel 3
So the call fails and if I weren't using a test extension:
exten => 2111,1,Dial(Zap/3/8801234)
it would proceed in the dialplan.
asterisk]# cat /proc/zaptel/1
Span 1: WCTDM/0 "Wildcard TDM400P REV I Board 1" (MASTER)
1 WCTDM/0/0 FXOKS (In use)
2 WCTDM/0/1
3 WCTDM/0/2 FXSKS (In use)
4 WCTDM/0/3
Where do I go with this?
--
Anthony - http://messinet.com - http://messinet.com/~amessina/gallery
8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20080225/3b048c10/attachment.pgp |
|
Back to top |
|
|
seandarcy2 at gmail.com Guest
|
Posted: Mon Feb 25, 2008 11:28 pm Post subject: [asterisk-users] TDM400P dialout problem |
|
|
On Mon, Feb 25, 2008 at 3:42 AM, Anthony Messina <amessina at messinet.com> wrote:
Quote: | Using asterisk 1.4.18 and zaptel 1.4.9 on x86_64, I am having trouble dialing
out to the pstn. The call is initiated at Zap/1-1 and should exit via Zap/3.
I get the following:
-- Starting simple switch on 'Zap/1-1'
-- Executing [2111 at internal:1] Dial("Zap/1-1", "Zap/3/8801234") in new stack
[Feb 25 02:36:59] DEBUG[7194]: chan_zap.c:1954 zt_call: Dialing '8801234'
[Feb 25 02:36:59] DEBUG[7194]: chan_zap.c:2030 zt_call: Deferring dialing...
-- Called 3/8801234
[Feb 25 02:37:00] WARNING[7194]: chan_zap.c:3835 zt_handle_event: Detected
alarm on channel 3: No Alarm
-- Hungup 'Zap/3-1'
== Everyone is busy/congested at this time (1:0/0/1)
[Feb 25 02:37:00] NOTICE[7082]: chan_zap.c:6678 handle_init_event: Alarm
cleared on channel 3
So the call fails and if I weren't using a test extension:
exten => 2111,1,Dial(Zap/3/8801234)
it would proceed in the dialplan.
asterisk]# cat /proc/zaptel/1
Span 1: WCTDM/0 "Wildcard TDM400P REV I Board 1" (MASTER)
1 WCTDM/0/0 FXOKS (In use)
2 WCTDM/0/1
3 WCTDM/0/2 FXSKS (In use)
4 WCTDM/0/3
Where do I go with this?
--
Anthony - http://messinet.com - http://messinet.com/~amessina/gallery
8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
|
Look at http://bugs.digium.com/view.php?id=11855.
sean |
|
Back to top |
|
|
covici at ccs.covici.com Guest
|
Posted: Tue Feb 26, 2008 6:45 am Post subject: [asterisk-users] TDM400P dialout problem |
|
|
Hi. Since I am stuck with kernel 2.6.24, is there any way to compile
zaptel 1.4.7.1 under kernel 2.6.24? I tried using
make KBUILD_NOPEDANTIC=1 -- however this does not compile. Any other
suggestions for this and can I still use the latest version of
asterisk if I do this successfully?
Thanks.
on Monday 02/25/2008 sean darcy(seandarcy2 at gmail.com) wrote
Quote: | On Mon, Feb 25, 2008 at 3:42 AM, Anthony Messina <amessina at messinet.com> wrote:
Quote: | Using asterisk 1.4.18 and zaptel 1.4.9 on x86_64, I am having trouble dialing
out to the pstn. The call is initiated at Zap/1-1 and should exit via Zap/3.
I get the following:
-- Starting simple switch on 'Zap/1-1'
-- Executing [2111 at internal:1] Dial("Zap/1-1", "Zap/3/8801234") in new stack
[Feb 25 02:36:59] DEBUG[7194]: chan_zap.c:1954 zt_call: Dialing '8801234'
[Feb 25 02:36:59] DEBUG[7194]: chan_zap.c:2030 zt_call: Deferring dialing...
-- Called 3/8801234
[Feb 25 02:37:00] WARNING[7194]: chan_zap.c:3835 zt_handle_event: Detected
alarm on channel 3: No Alarm
-- Hungup 'Zap/3-1'
== Everyone is busy/congested at this time (1:0/0/1)
[Feb 25 02:37:00] NOTICE[7082]: chan_zap.c:6678 handle_init_event: Alarm
cleared on channel 3
So the call fails and if I weren't using a test extension:
exten => 2111,1,Dial(Zap/3/8801234)
it would proceed in the dialplan.
asterisk]# cat /proc/zaptel/1
Span 1: WCTDM/0 "Wildcard TDM400P REV I Board 1" (MASTER)
1 WCTDM/0/0 FXOKS (In use)
2 WCTDM/0/1
3 WCTDM/0/2 FXSKS (In use)
4 WCTDM/0/3
Where do I go with this?
--
Anthony - http://messinet.com - http://messinet.com/~amessina/gallery
8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
|
Look at http://bugs.digium.com/view.php?id=11855.
sean
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
|
--
Your life is like a penny. You're going to lose it. The question is:
How do
you spend it?
John Covici
covici at ccs.covici.com |
|
Back to top |
|
|
covici at ccs.covici.com Guest
|
Posted: Tue Feb 26, 2008 7:50 am Post subject: [asterisk-users] TDM400P dialout problem |
|
|
I am getting this strange error:
make[1]: Entering directory `/usr/src/zaptel-1.4.7.1'
make -C /lib/modules/2.6.24-gentoo-r2/build SUBDIRS=/usr/src/zaptel-1.4.7.1 HOTPLUG_FIRMWARE=yes modules
make[2]: Entering directory `/usr/src/linux-2.6.24-gentoo-r2'
CC [M] /usr/src/zaptel-1.4.7.1/wcfxo.o
/usr/src/zaptel-1.4.7.1/wcfxo.c:38:27: error: zaptel/zaptel.h: No such file or directory
But the file is there.
At least its in the source directory.
I did the ./configure and the make menuselect to eliminate some
unnecessary modules.
on Tuesday 02/26/2008 Tzafrir Cohen(tzafrir.cohen at xorcom.com) wrote
Quote: | On Tue, Feb 26, 2008 at 06:45:15AM -0500, John covici wrote:
Quote: | Hi. Since I am stuck with kernel 2.6.24, is there any way to compile
zaptel 1.4.7.1 under kernel 2.6.24? I tried using
make KBUILD_NOPEDANTIC=1 -- however this does not compile. Any other
suggestions for this and can I still use the latest version of
asterisk if I do this successfully?
|
What error(s) do you get? Later on I fixed a number of build problems
with ztd-eth.c . But you can probably skip that module altogether if
you don't need TDM over Ethernet.
--
Tzafrir Cohen
icq#16849755 jabber:tzafrir.cohen at xorcom.com
+972-50-7952406 mailto:tzafrir.cohen at xorcom.com
http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
|
--
Your life is like a penny. You're going to lose it. The question is:
How do
you spend it?
John Covici
covici at ccs.covici.com |
|
Back to top |
|
|
tzafrir.cohen at xorco... Guest
|
Posted: Tue Feb 26, 2008 7:53 am Post subject: [asterisk-users] TDM400P dialout problem |
|
|
On Tue, Feb 26, 2008 at 06:45:15AM -0500, John covici wrote:
Quote: | Hi. Since I am stuck with kernel 2.6.24, is there any way to compile
zaptel 1.4.7.1 under kernel 2.6.24? I tried using
make KBUILD_NOPEDANTIC=1 -- however this does not compile. Any other
suggestions for this and can I still use the latest version of
asterisk if I do this successfully?
|
What error(s) do you get? Later on I fixed a number of build problems
with ztd-eth.c . But you can probably skip that module altogether if
you don't need TDM over Ethernet.
--
Tzafrir Cohen
icq#16849755 jabber:tzafrir.cohen at xorcom.com
+972-50-7952406 mailto:tzafrir.cohen at xorcom.com
http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir |
|
Back to top |
|
|
covici at ccs.covici.com Guest
|
Posted: Tue Feb 26, 2008 8:48 am Post subject: [asterisk-users] TDM400P dialout problem |
|
|
I do have the newer one installed -- is this the problem?
And why this weird error anyway?
on Tuesday 02/26/2008 Tzafrir Cohen(tzafrir.cohen at xorcom.com) wrote
Quote: | On Tue, Feb 26, 2008 at 07:50:09AM -0500, John covici wrote:
Quote: | I am getting this strange error:
make[1]: Entering directory `/usr/src/zaptel-1.4.7.1'
make -C /lib/modules/2.6.24-gentoo-r2/build SUBDIRS=/usr/src/zaptel-1.4.7.1 HOTPLUG_FIRMWARE=yes modules
make[2]: Entering directory `/usr/src/linux-2.6.24-gentoo-r2'
CC [M] /usr/src/zaptel-1.4.7.1/wcfxo.o
/usr/src/zaptel-1.4.7.1/wcfxo.c:38:27: error: zaptel/zaptel.h: No such file or directory
But the file is there.
At least its in the source directory.
I did the ./configure and the make menuselect to eliminate some
unnecessary modules.
|
-DSTANDALONE_ZAPATA not getting through to the EXTRA_CFLAGS?
Note: luckily you didn't have zaptel installed and this it didn't use a
different version of zaptel.h from /usr/include/zaptel/zaptel.h .
--
Tzafrir Cohen
icq#16849755 jabber:tzafrir.cohen at xorcom.com
+972-50-7952406 mailto:tzafrir.cohen at xorcom.com
http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
|
--
Your life is like a penny. You're going to lose it. The question is:
How do
you spend it?
John Covici
covici at ccs.covici.com |
|
Back to top |
|
|
tzafrir.cohen at xorco... Guest
|
Posted: Tue Feb 26, 2008 9:29 am Post subject: [asterisk-users] TDM400P dialout problem |
|
|
On Tue, Feb 26, 2008 at 07:50:09AM -0500, John covici wrote:
Quote: | I am getting this strange error:
make[1]: Entering directory `/usr/src/zaptel-1.4.7.1'
make -C /lib/modules/2.6.24-gentoo-r2/build SUBDIRS=/usr/src/zaptel-1.4.7.1 HOTPLUG_FIRMWARE=yes modules
make[2]: Entering directory `/usr/src/linux-2.6.24-gentoo-r2'
CC [M] /usr/src/zaptel-1.4.7.1/wcfxo.o
/usr/src/zaptel-1.4.7.1/wcfxo.c:38:27: error: zaptel/zaptel.h: No such file or directory
But the file is there.
At least its in the source directory.
I did the ./configure and the make menuselect to eliminate some
unnecessary modules.
|
-DSTANDALONE_ZAPATA not getting through to the EXTRA_CFLAGS?
Note: luckily you didn't have zaptel installed and this it didn't use a
different version of zaptel.h from /usr/include/zaptel/zaptel.h .
--
Tzafrir Cohen
icq#16849755 jabber:tzafrir.cohen at xorcom.com
+972-50-7952406 mailto:tzafrir.cohen at xorcom.com
http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir |
|
Back to top |
|
|
covici at ccs.covici.com Guest
|
Posted: Tue Feb 26, 2008 10:03 am Post subject: [asterisk-users] TDM400P dialout problem |
|
|
OK, here is the problem -- how do I compile 1.4.7.1 using kernel
2.6.24 -- when I try the make KBUILD_NOPEDANTIC=1 I get the no such
file or directory that I already mentioned -- when I take out that
KBUILD option, I get what I got before -- the error from the kernel
module build about the CFLAGS being changed in the Makefile. So how
can I compile this thing till there is a fix for the bug or the
regression is removed?
on Tuesday 02/26/2008 Tzafrir Cohen(tzafrir.cohen at xorcom.com) wrote
Quote: | Slightly edited your message:
On Tue, Feb 26, 2008 at 08:48:13AM -0500, John covici wrote:
Quote: | on Tuesday 02/26/2008 Tzafrir Cohen(tzafrir.cohen at xorcom.com) wrote
Quote: | On Tue, Feb 26, 2008 at 07:50:09AM -0500, John covici wrote:
Quote: | I am getting this strange error:
make[1]: Entering directory `/usr/src/zaptel-1.4.7.1'
make -C /lib/modules/2.6.24-gentoo-r2/build SUBDIRS=/usr/src/zaptel-1.4.7.1 HOTPLUG_FIRMWARE=yes modules
make[2]: Entering directory `/usr/src/linux-2.6.24-gentoo-r2'
CC [M] /usr/src/zaptel-1.4.7.1/wcfxo.o
/usr/src/zaptel-1.4.7.1/wcfxo.c:38:27: error: zaptel/zaptel.h: No such file or directory
But the file is there.
At least its in the source directory.
I did the ./configure and the make menuselect to eliminate some
unnecessary modules.
|
-DSTANDALONE_ZAPATA not getting through to the EXTRA_CFLAGS?
|
And why this weird error anyway?
|
Because STANDALONE_ZAPATA was not #define-d .
Quote: | Quote: |
Note: luckily you didn't have zaptel installed and this it didn't use a
different version of zaptel.h from /usr/include/zaptel/zaptel.h .
|
I do have the newer one installed -- is this the problem?
|
Hmmm.... I guess /ysr/include is not in the include path for kernel
modules building. A good thing in this case.
--
Tzafrir Cohen
icq#16849755 jabber:tzafrir.cohen at xorcom.com
+972-50-7952406 mailto:tzafrir.cohen at xorcom.com
http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
|
--
Your life is like a penny. You're going to lose it. The question is:
How do
you spend it?
John Covici
covici at ccs.covici.com |
|
Back to top |
|
|
tzafrir.cohen at xorco... Guest
|
Posted: Tue Feb 26, 2008 10:15 am Post subject: [asterisk-users] TDM400P dialout problem |
|
|
Slightly edited your message:
On Tue, Feb 26, 2008 at 08:48:13AM -0500, John covici wrote:
Quote: | on Tuesday 02/26/2008 Tzafrir Cohen(tzafrir.cohen at xorcom.com) wrote
Quote: | On Tue, Feb 26, 2008 at 07:50:09AM -0500, John covici wrote:
Quote: | I am getting this strange error:
make[1]: Entering directory `/usr/src/zaptel-1.4.7.1'
make -C /lib/modules/2.6.24-gentoo-r2/build SUBDIRS=/usr/src/zaptel-1.4.7.1 HOTPLUG_FIRMWARE=yes modules
make[2]: Entering directory `/usr/src/linux-2.6.24-gentoo-r2'
CC [M] /usr/src/zaptel-1.4.7.1/wcfxo.o
/usr/src/zaptel-1.4.7.1/wcfxo.c:38:27: error: zaptel/zaptel.h: No such file or directory
But the file is there.
At least its in the source directory.
I did the ./configure and the make menuselect to eliminate some
unnecessary modules.
|
-DSTANDALONE_ZAPATA not getting through to the EXTRA_CFLAGS?
|
And why this weird error anyway?
|
Because STANDALONE_ZAPATA was not #define-d .
Quote: | Quote: |
Note: luckily you didn't have zaptel installed and this it didn't use a
different version of zaptel.h from /usr/include/zaptel/zaptel.h .
|
I do have the newer one installed -- is this the problem?
|
Hmmm.... I guess /ysr/include is not in the include path for kernel
modules building. A good thing in this case.
--
Tzafrir Cohen
icq#16849755 jabber:tzafrir.cohen at xorcom.com
+972-50-7952406 mailto:tzafrir.cohen at xorcom.com
http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir |
|
Back to top |
|
|
russell at digium.com Guest
|
Posted: Thu Feb 28, 2008 6:11 pm Post subject: [asterisk-users] TDM400P dialout problem |
|
|
Anthony Messina wrote:
Quote: | Using asterisk 1.4.18 and zaptel 1.4.9 on x86_64, I am having trouble dialing
out to the pstn. The call is initiated at Zap/1-1 and should exit via Zap/3.
I get the following:
|
This should be fixed in Zaptel 1.4.9.2.
--
Russell Bryant
Senior Software Engineer
Open Source Team Lead
Digium, Inc. |
|
Back to top |
|
|
al.baker at pipeline.com Guest
|
Posted: Thu Feb 28, 2008 6:41 pm Post subject: [asterisk-users] TDM400P dialout problem |
|
|
Is this only on the "_64" zaptel or will affect ALL zpatel 1.4.9 ?
-----Original Message-----
Quote: | From: Russell Bryant <russell at digium.com>
Sent: Feb 28, 2008 6:11 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion <asterisk-users at lists.digium.com>
Subject: Re: [asterisk-users] TDM400P dialout problem
Anthony Messina wrote:
Quote: | Using asterisk 1.4.18 and zaptel 1.4.9 on x86_64, I am having trouble dialing
out to the pstn. The call is initiated at Zap/1-1 and should exit via Zap/3.
I get the following:
|
This should be fixed in Zaptel 1.4.9.2.
--
Russell Bryant
Senior Software Engineer
Open Source Team Lead
Digium, Inc.
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
|
Back to top |
|
|
sruffell at digium.com Guest
|
Posted: Thu Feb 28, 2008 8:07 pm Post subject: [asterisk-users] TDM400P dialout problem |
|
|
Anthony Messina wrote:
kpfleming has done some work today on this issue which needs a little
more in house testing.
In the interim, with the current version of the wctdm driver, you can
pass the battdebounce as a module parameter. The units in the wctdm
driver are 16ms. So for example, you could try passing battdebounce=12
to set up a 200ms debounce and see if that does the trick for you
depending on your location. |
|
Back to top |
|
|
kpfleming at digium.com Guest
|
Posted: Fri Feb 29, 2008 8:56 am Post subject: [asterisk-users] TDM400P dialout problem |
|
|
Anthony Messina wrote:
Quote: | with 1.4.7.1, i had no problems with either x86_64 or i386. with 1.4.8, i386
worked, but x86_64 did not. with 1.4.9 and 1.4.9.1, neither worked.
i use the rpms from atrpms.net for fedora 7
i'm looking forward to 1.4.9.2, but am also concerned about
http://bugs.digium.com/view.php?id=12099 as i saw this error with 1.4.9 and
1.4.9.1 on both platforms.
unfortunately, due to my work schedule, i did not have time to debug the
differences between the platforms.
|
There are no differences between the platforms for this bug. The bug was
caused by the use of uninitialized memory, which could contain any
(random) data. As such, each time you ran ztcfg, it would cause (or
clear up) the bug for any given DTMF digit that your system might generate.
Using Zaptel 1.4.8, 1.4.9 or 1.4.9.1 meant that if you got correct DTMF
generation for all digits then you were lucky; the platform had nothing
to do with it
--
Kevin P. Fleming
Director of Software Technologies
Digium, Inc. - "The Genuine Asterisk Experience" (TM) |
|
Back to top |
|
|
kpfleming at digium.com Guest
|
Posted: Fri Feb 29, 2008 8:59 am Post subject: [asterisk-users] TDM400P dialout problem |
|
|
Anthony Messina wrote:
The messages in bug 12099 are *not* errors, they are annoyances only.
The latest SVN branch 1.4 code of Asterisk will no longer generate them,
and once my battery_alarms branch has been merged into Zaptel 1.4
(scheduled to be part of the 1.4.10 release) then Zaptel will stop
generating spurious battery alarm events.
--
Kevin P. Fleming
Director of Software Technologies
Digium, Inc. - "The Genuine Asterisk Experience" (TM) |
|
Back to top |
|
|
ra25 at wires.no-ip.org Guest
|
Posted: Sun Mar 02, 2008 9:57 am Post subject: [asterisk-users] TDM400P dialout problem |
|
|
Have the some symptoms mentioned in http://bugs.digium.com/view.php?id=12099
After upgrade to Zaptel 1.4.9.2 I can't dial out at all, with 1.4.8 there
were just random dial-out problems.
-- Executing [*903 at Martin:1] Answer("SIP/210-081e9968", "") in new stack
-- Executing [*903 at Martin:2] Dial("SIP/210-081e9968", "Zap/3") in new stack
-- Called 3
[2008-03-02 09:43:17] WARNING[5051]: chan_zap.c:4114 zt_handle_event:
Detected alarm on channel 3: No Alarm
-- Hungup 'Zap/3-1'
== Everyone is busy/congested at this time (1:0/0/1)
-- Executing [*903 at Martin:3] Hangup("SIP/210-081e9968", "") in new stack
== Spawn extension (Martin, *903, 3) exited non-zero on 'SIP/210-081e9968'
-- Executing [*903 at Martin:1] Answer("SIP/210-081e9968", "") in new stack
-- Executing [*903 at Martin:2] Dial("SIP/210-081e9968", "Zap/3") in new stack
-- Called 3
[2008-03-02 09:44:17] WARNING[5055]: chan_zap.c:4114 zt_handle_event:
Detected alarm on channel 3: No Alarm
-- Hungup 'Zap/3-1'
== Everyone is busy/congested at this time (1:0/0/1)
-- Executing [*903 at Martin:3] Hangup("SIP/210-081e9968", "") in new stack
== Spawn extension (Martin, *903, 3) exited non-zero on 'SIP/210-081e9968'
-- Executing [*904 at Martin:1] Answer("SIP/210-081e9968", "") in new stack
-- Executing [*904 at Martin:2] Dial("SIP/210-081e9968", "Zap/4") in new stack
-- Called 4
[2008-03-02 09:44:29] WARNING[5056]: chan_zap.c:4114 zt_handle_event:
Detected alarm on channel 4: No Alarm
-- Hungup 'Zap/4-1'
== Everyone is busy/congested at this time (1:0/0/1)
-- Executing [*904 at Martin:3] Hangup("SIP/210-081e9968", "") in new stack
== Spawn extension (Martin, *904, 3) exited non-zero on 'SIP/210-081e9968'
-- Starting simple switch on 'Zap/1-1'
-- Hungup 'Zap/1-1'
----- Original Message -----
From: "Kevin P. Fleming" <kpfleming at digium.com>
To: "Asterisk Users Mailing List - Non-Commercial Discussion"
<asterisk-users at lists.digium.com>
Sent: 29. ?nora 2008 08:59
Subject: Re: [asterisk-users] TDM400P dialout problem
Quote: | Anthony Messina wrote:
The messages in bug 12099 are *not* errors, they are annoyances only.
The latest SVN branch 1.4 code of Asterisk will no longer generate them,
and once my battery_alarms branch has been merged into Zaptel 1.4
(scheduled to be part of the 1.4.10 release) then Zaptel will stop
generating spurious battery alarm events.
--
Kevin P. Fleming
Director of Software Technologies
Digium, Inc. - "The Genuine Asterisk Experience" (TM) |
|
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|