Hello -
I have just setup my first Asterisk box and I'm having a great time.
I am having a little trouble getting incoming calls to answer. This is
what I see on the console:
Apr 25 17:01:07 NOTICE[3514]: chan_zap.c:5374 ss_thread: Got event 2
(Ring/Answered)...
-- Executing Wait("Zap/1-1", "1") in new stack
-- Executing Answer("Zap/1-1", "") in new stack
-- Executing Hangup("Zap/1-1", "") in new stack
== Spawn extension (default, s, 3) exited non-zero on 'Zap/1-1'
-- Hungup 'Zap/1-1'
-- Starting simple switch on 'Zap/1-1'
Apr 25 17:01:15 NOTICE[3515]: chan_zap.c:5374 ss_thread: Got event 2
(Ring/Answered)...
-- Executing Wait("Zap/1-1", "1") in new stack
-- Executing Answer("Zap/1-1", "") in new stack
-- Executing Hangup("Zap/1-1", "") in new stack
== Spawn extension (default, s, 3) exited non-zero on 'Zap/1-1'
-- Hungup 'Zap/1-1'
I have the demo config files in place which show the s extension being
answered and a message played but this is not happening.
Any assistance is appreciated.
Thank you,
Dave
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.digium.com/pipermail/asterisk-users/attachments/20050426/9f39d96d/attachment.htm
-----Original Message-----
<snipped>
From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of David
Sampson
-- Executing Answer("Zap/1-1", "") in new stack
-- Executing Hangup("Zap/1-1", "") in new stack
== Spawn extension (default, s, 3) exited non-zero on 'Zap/1-1'
-- Hungup 'Zap/1-1'
-- Starting simple switch on 'Zap/1-1'
Apr 25 17:01:15 NOTICE[3515]: chan_zap.c:5374 ss_thread: Got event 2
(Ring/Answered)...
-- Executing Wait("Zap/1-1", "1") in new stack
-- Executing Answer("Zap/1-1", "") in new stack
-- Executing Hangup("Zap/1-1", "") in new stack
== Spawn extension (default, s, 3) exited non-zero on 'Zap/1-1'
-- Hungup 'Zap/1-1'
======================================
Hi David,
Can you post your extensions.conf file, there may be a clue somewhere in
the "exten => s," section.
If you included the default example it should be working, but there may
be something that has changed.
Chad