[Asterisk-Users] Help! Strange Problem

John Todd jtodd at loligo.com
Tue Feb 18 15:18:53 MST 2003


ah-HA!  This sounds like the culprit for my problems of the same 
type.   I would get calls from "**-***-***" within about 2 seconds of 
hanging up on a normally terminated FXO analog call, and when I 
picked up... nobody there.

We have voicemail on our line, and during all of my experiments with 
*, a message somehow wound up in the voicemail system of the ILEC 
(Qwest.)   We also have stutter dialtone to indicate message waiting, 
but I was wondering how my normal (but somewhat clever) analog phone 
knew when to light up the message waiting light.  I'm betting the 
burst is what is triggering the rings on * after normal call hangups.

Would setting the RING_DEBOUNCE_TIME as James Golovich describes 
solve this problem if I should somehow managed to get voicemail again 
in the ILEC VM system?

>I had a similar problem with my FXO interfaces that were coming off an
>adtran channel bank.  I solved my problem by increasing the
>RING_DEBOUNCE_TIME in zaptel/zaptel.h from 500 to 1500.


JT


>Some Telco's send a quick "burst" ring after your hang up to indicate that
>you have new voicemail or a call-waiting call on hold.  Have you tried
>putting plugging a phone into the same telco jack that Asterisk is plugged
>into to monitor the line to see if the ring is originating from the Telco?
>
>-wade
>
>
>>  -----Original Message-----
>>  From: asterisk-users-admin at lists.digium.com [mailto:asterisk-users-
>>  admin at lists.digium.com] On Behalf Of Mike Reiling
>>  Sent: Tuesday, February 18, 2003 1:32 PM
>>  To: asterisk-users at lists.digium.com
>>  Subject: [Asterisk-Users] Help! Strange Problem
>>
>>  I have been having a strange problem.  Here is the basics of the
>>  problem:
>>
>>  1- Someone calls our home
>>  2- We answer
>>  3- Talk for a little while
>>  4- Hangup
>>  5- Phones ring again for some reason
>>  6- We Answer (nobody is there, just dialtone).
>>
>>  Seems to only happen for calls placed in to our home, not out.  Not
>>  sure if the dialtone is from the telco or asterisk.  Below is a snippet
>>  of my extensions.conf and the asterisk messages file.
>>
>>  Any ideas anyone?
>>
>>  [incoming]
>>  exten => s,1,DigitTimeout(5)
>>  exten => s,2,ResponseTimeout(10)
>>  exten => s,3,LookupBlacklist
>>  exten => s,4,LookupCIDName
>>  exten => s,5,Dial(Zap/1&Zap/2&Zap/3&Zap/4&Zap/5&Zap/6&Zap/7,18)
>>  exten => s,6,Answer
>>  exten => s,7,Wait(1)
>>  exten => s,8,BackGround(vm/1/unavail)
>>  exten => s,9,Voicemail(s1)
>>  exten => s,10,Hangup
>>  exten => s,104,Goto(blacklisted,s,1)
>>
>>  exten => i,1,Playback(invalid)
>>  exten => i,2,Goto(s,8)
>>
>>  exten => 0,1,VoicemailMain(1)
>>  exten => 0,2,Playback(vm-goodbye)
>>  exten => 0,3,Hangup
>>
>>  exten => fax,1,Dial(Zap/16)
>>
>>
>>
>>
>>  *** Me calling home ***
>>  Feb 17 12:58:06 DEBUG[73739]: File chan_zap.c, Line 871 (zt_enable_ec):
>>  No echocancellation requested
>>  Feb 17 12:58:06 DEBUG[73739]: File db.c, Line 161 (ast_db_get): Unable
>>  to find key '5103335140' in family 'blacklist'
>>  Feb 17 12:58:08 DEBUG[73739]: File chan_zap.c, Line 2786
>>  (zt_exception): Exception on 18, channel 1
>>  Feb 17 12:58:08 DEBUG[73739]: File chan_zap.c, Line 2299
>>  (zt_handle_event): Got event Ringer Off(11) on channel 1 (index 0)
>>  Feb 17 12:58:08 DEBUG[73739]: File chan_zap.c, Line 2786
>>  (zt_exception): Exception on 19, channel 2
>>  Feb 17 12:58:08 DEBUG[73739]: File chan_zap.c, Line 2299
>>  (zt_handle_event): Got event Ringer Off(11) on channel 2 (index 0)
>>  Feb 17 12:58:08 DEBUG[73739]: File chan_zap.c, Line 2786
>>  (zt_exception): Exception on 20, channel 3
>>  Feb 17 12:58:08 DEBUG[73739]: File chan_zap.c, Line 2299
>>  (zt_handle_event): Got event Ringer Off(11) on channel 3 (index 0)
>>  Feb 17 12:58:08 DEBUG[73739]: File chan_zap.c, Line 2786
>>  (zt_exception): Exception on 21, channel 4
>  > Feb 17 12:58:08 DEBUG[73739]: File chan_zap.c, Line 2299
>  > (zt_handle_event): Got event Ringer Off(11) on channel 4 (index 0)
>  > Feb 17 12:58:08 DEBUG[73739]: File chan_zap.c, Line 2786
>>  (zt_exception): Exception on 22, channel 5
>>  Feb 17 12:58:08 DEBUG[73739]: File chan_zap.c, Line 2299
>  > (zt_handle_event): Got event Ringer Off(11) on channel 5 (index 0)
>>  Feb 17 12:58:08 DEBUG[73739]: File chan_zap.c, Line 2786
>>  (zt_exception): Exception on 23, channel 6
>>  Feb 17 12:58:08 DEBUG[73739]: File chan_zap.c, Line 2299
>>  (zt_handle_event): Got event Ringer Off(11) on channel 6 (index 0)
>>  Feb 17 12:58:08 DEBUG[73739]: File chan_zap.c, Line 2786
>>  (zt_exception): Exception on 24, channel 7
>>  Feb 17 12:58:08 DEBUG[73739]: File chan_zap.c, Line 2299
>>  (zt_handle_event): Got event Ringer Off(11) on channel 7 (index 0)
>>  Feb 17 12:58:11 DEBUG[73739]: File chan_zap.c, Line 2786
>>  (zt_exception): Exception on 16, channel 25
>>  Feb 17 12:58:11 DEBUG[73739]: File chan_zap.c, Line 2299
>>  (zt_handle_event): Got event Ring/Answered(2) on channel 25 (index 0)
>>  Feb 17 12:58:12 DEBUG[73739]: File chan_zap.c, Line 2786
>>  (zt_exception): Exception on 18, channel 1
>>  Feb 17 12:58:12 DEBUG[73739]: File chan_zap.c, Line 2299
>>  (zt_handle_event): Got event Ringer On(10) on channel 1 (index 0)
>>  Feb 17 12:58:12 DEBUG[73739]: File chan_zap.c, Line 2786
>>  (zt_exception): Exception on 19, channel 2
>>  Feb 17 12:58:12 DEBUG[73739]: File chan_zap.c, Line 2299
>>  (zt_handle_event): Got event Ringer On(10) on channel 2 (index 0)
>>  Feb 17 12:58:12 DEBUG[73739]: File chan_zap.c, Line 2786
>>  (zt_exception): Exception on 20, channel 3
>>  Feb 17 12:58:12 DEBUG[73739]: File chan_zap.c, Line 2299
>>  (zt_handle_event): Got event Ringer On(10) on channel 3 (index 0)
>>  Feb 17 12:58:12 DEBUG[73739]: File chan_zap.c, Line 2786
>>  (zt_exception): Exception on 21, channel 4
>>  Feb 17 12:58:12 DEBUG[73739]: File chan_zap.c, Line 2299
>>  (zt_handle_event): Got event Ringer On(10) on channel 4 (index 0)
>>  Feb 17 12:58:12 DEBUG[73739]: File chan_zap.c, Line 2786
>>  (zt_exception): Exception on 22, channel 5
>>  Feb 17 12:58:12 DEBUG[73739]: File chan_zap.c, Line 2299
>>  (zt_handle_event): Got event Ringer On(10) on channel 5 (index 0)
>>  Feb 17 12:58:12 DEBUG[73739]: File chan_zap.c, Line 2786
>>  (zt_exception): Exception on 23, channel 6
>>  Feb 17 12:58:12 DEBUG[73739]: File chan_zap.c, Line 2299
>>  (zt_handle_event): Got event Ringer On(10) on channel 6 (index 0)
>>  Feb 17 12:58:12 DEBUG[73739]: File chan_zap.c, Line 2786
>>  (zt_exception): Exception on 24, channel 7
>>  Feb 17 12:58:12 DEBUG[73739]: File chan_zap.c, Line 2299
>>  (zt_handle_event): Got event Ringer On(10) on channel 7 (index 0)
>>  Feb 17 12:58:14 DEBUG[73739]: File chan_zap.c, Line 2786
>>  (zt_exception): Exception on 18, channel 1
>>  Feb 17 12:58:14 DEBUG[73739]: File chan_zap.c, Line 2299
>>  (zt_handle_event): Got event Ringer Off(11) on channel 1 (index 0)
>>  Feb 17 12:58:14 DEBUG[73739]: File chan_zap.c, Line 2786
>>  (zt_exception): Exception on 19, channel 2
>>  Feb 17 12:58:14 DEBUG[73739]: File chan_zap.c, Line 2299
>>  (zt_handle_event): Got event Ringer Off(11) on channel 2 (index 0)
>>  Feb 17 12:58:14 DEBUG[73739]: File chan_zap.c, Line 2786
>>  (zt_exception): Exception on 20, channel 3
>>  Feb 17 12:58:14 DEBUG[73739]: File chan_zap.c, Line 2299
>>  (zt_handle_event): Got event Ringer Off(11) on channel 3 (index 0)
>>  Feb 17 12:58:14 DEBUG[73739]: File chan_zap.c, Line 2786
>>  (zt_exception): Exception on 21, channel 4
>>  Feb 17 12:58:14 DEBUG[73739]: File chan_zap.c, Line 2299
>>  (zt_handle_event): Got event Ringer Off(11) on channel 4 (index 0)
>>  Feb 17 12:58:14 DEBUG[73739]: File chan_zap.c, Line 2786
>>  (zt_exception): Exception on 22, channel 5
>>  Feb 17 12:58:14 DEBUG[73739]: File chan_zap.c, Line 2299
>>  (zt_handle_event): Got event Ringer Off(11) on channel 5 (index 0)
>>  Feb 17 12:58:14 DEBUG[73739]: File chan_zap.c, Line 2786
>>  (zt_exception): Exception on 23, channel 6
>>  Feb 17 12:58:14 DEBUG[73739]: File chan_zap.c, Line 2299
>>  (zt_handle_event): Got event Ringer Off(11) on channel 6 (index 0)
>>  Feb 17 12:58:14 DEBUG[73739]: File chan_zap.c, Line 2786
>>  (zt_exception): Exception on 24, channel 7
>>  Feb 17 12:58:14 DEBUG[73739]: File chan_zap.c, Line 2299
>>  (zt_handle_event): Got event Ringer Off(11) on channel 7 (index 0)
>>  Feb 17 12:58:17 DEBUG[73739]: File chan_zap.c, Line 2786
>>  (zt_exception): Exception on 18, channel 1
>  > ** Wife answers ***
>>  Feb 17 12:58:17 DEBUG[73739]: File chan_zap.c, Line 2299
>>  (zt_handle_event): Got event Ring/Answered(2) on channel 1 (index 0)
>>  Feb 17 12:58:17 DEBUG[73739]: File chan_zap.c, Line 868 (zt_enable_ec):
>>  Enabled echo cancellation on channel 1
>>  Feb 17 12:58:17 DEBUG[73739]: File chan_zap.c, Line 2438
>>  (zt_handle_event): channel 1 answered
>>  Feb 17 12:58:17 DEBUG[73739]: File chan_zap.c, Line 1699
>>  (zt_setoption): Set option TONE VERIFY, mode: MUTECONF/MAX(2) on
>>  Zap/25-1
>>  Feb 17 12:58:17 DEBUG[73739]: File chan_zap.c, Line 1699
>>  (zt_setoption): Set option TONE VERIFY, mode: MUTECONF/MAX(2) on Zap/1-1
>>  Feb 17 12:58:17 DEBUG[73739]: File chan_zap.c, Line 1380 (zt_hangup):
>>  Hangup: channel: 7 index = 0, normal = 24, callwait = -1, thirdcall = -1
>>  Feb 17 12:58:17 DEBUG[73739]: File chan_zap.c, Line 884
>>  (zt_disable_ec): disabled echo cancellation on channel 7
>>  Feb 17 12:58:17 DEBUG[73739]: File chan_zap.c, Line 1710
>>  (zt_setoption): Set option TDD MODE, value: OFF(0) on Zap/7-1
>>  Feb 17 12:58:17 DEBUG[73739]: File chan_zap.c, Line 849 (update_conf):
>>  Updated conferencing on 7, with 0 conference users
>>  Feb 17 12:58:17 DEBUG[73739]: File chan_zap.c, Line 1380 (zt_hangup):
>>  Hangup: channel: 6 index = 0, normal = 23, callwait = -1, thirdcall = -1
>>  Feb 17 12:58:17 DEBUG[73739]: File chan_zap.c, Line 884
>>  (zt_disable_ec): disabled echo cancellation on channel 6
>>  Feb 17 12:58:17 DEBUG[73739]: File chan_zap.c, Line 1710
>>  (zt_setoption): Set option TDD MODE, value: OFF(0) on Zap/6-1
>>  Feb 17 12:58:17 DEBUG[73739]: File chan_zap.c, Line 849 (update_conf):
>>  Updated conferencing on 6, with 0 conference users
>>  Feb 17 12:58:17 DEBUG[73739]: File chan_zap.c, Line 1380 (zt_hangup):
>>  Hangup: channel: 5 index = 0, normal = 22, callwait = -1, thirdcall = -1
>>  Feb 17 12:58:17 DEBUG[73739]: File chan_zap.c, Line 884
>>  (zt_disable_ec): disabled echo cancellation on channel 5
>>  Feb 17 12:58:17 DEBUG[73739]: File chan_zap.c, Line 1710
>>  (zt_setoption): Set option TDD MODE, value: OFF(0) on Zap/5-1
>>  Feb 17 12:58:17 DEBUG[73739]: File chan_zap.c, Line 849 (update_conf):
>>  Updated conferencing on 5, with 0 conference users
>>  Feb 17 12:58:17 DEBUG[73739]: File chan_zap.c, Line 1380 (zt_hangup):
>>  Hangup: channel: 4 index = 0, normal = 21, callwait = -1, thirdcall = -1
>>  Feb 17 12:58:17 DEBUG[73739]: File chan_zap.c, Line 884
>>  (zt_disable_ec): disabled echo cancellation on channel 4
>>  Feb 17 12:58:17 DEBUG[73739]: File chan_zap.c, Line 1710
>>  (zt_setoption): Set option TDD MODE, value: OFF(0) on Zap/4-1
>>  Feb 17 12:58:17 DEBUG[73739]: File chan_zap.c, Line 849 (update_conf):
>>  Updated conferencing on 4, with 0 conference users
>>  Feb 17 12:58:17 DEBUG[73739]: File chan_zap.c, Line 1380 (zt_hangup):
>>  Hangup: channel: 3 index = 0, normal = 20, callwait = -1, thirdcall = -1
>>  Feb 17 12:58:17 DEBUG[73739]: File chan_zap.c, Line 884
>>  (zt_disable_ec): disabled echo cancellation on channel 3
>>  Feb 17 12:58:17 DEBUG[73739]: File chan_zap.c, Line 1710
>>  (zt_setoption): Set option TDD MODE, value: OFF(0) on Zap/3-1
>>  Feb 17 12:58:17 DEBUG[73739]: File chan_zap.c, Line 849 (update_conf):
>>  Updated conferencing on 3, with 0 conference users
>>  Feb 17 12:58:17 DEBUG[73739]: File chan_zap.c, Line 1380 (zt_hangup):
>>  Hangup: channel: 2 index = 0, normal = 19, callwait = -1, thirdcall = -1
>>  Feb 17 12:58:17 DEBUG[73739]: File chan_zap.c, Line 884
>>  (zt_disable_ec): disabled echo cancellation on channel 2
>>  Feb 17 12:58:17 DEBUG[73739]: File chan_zap.c, Line 1710
>>  (zt_setoption): Set option TDD MODE, value: OFF(0) on Zap/2-1
>>  Feb 17 12:58:17 DEBUG[73739]: File chan_zap.c, Line 849 (update_conf):
>>  Updated conferencing on 2, with 0 conference users
>>  Feb 17 12:58:17 DEBUG[73739]: File chan_zap.c, Line 1628 (zt_answer):
>>  Took Zap/25-1 off hook
>>  Feb 17 12:58:17 DEBUG[73739]: File chan_zap.c, Line 1958 (zt_bridge):
>>  master: 25, slave: 1, nothingok: 0
>>  Feb 17 12:58:17 DEBUG[73739]: File chan_zap.c, Line 1973 (zt_bridge):
>>  Stoping tones on 25/0 talking to 1/0
>>  Feb 17 12:58:17 DEBUG[73739]: File chan_zap.c, Line 1985 (zt_bridge):
>  > Stoping tones on 1/0 talking to 25/0
>>  Feb 17 12:58:17 DEBUG[73739]: File chan_zap.c, Line 884
>>  (zt_disable_ec): disabled echo cancellation on channel 1
>>  Feb 17 12:58:17 DEBUG[73739]: File chan_zap.c, Line 1857 (zt_link):
>>  Making 1 slave to master 25 at 0
>>  Feb 17 12:58:17 DEBUG[73739]: File chan_zap.c, Line 787 (conf_add):
>>  Added 18 to conference 1023
>>  Feb 17 12:58:17 DEBUG[73739]: File chan_zap.c, Line 787 (conf_add):
>>  Added 16 to conference 1023
>>  Feb 17 12:58:17 DEBUG[73739]: File chan_zap.c, Line 849 (update_conf):
>>  Updated conferencing on 25, with 2 conference users
>>  Feb 17 12:58:17 DEBUG[73739]: File chan_zap.c, Line 849 (update_conf):
>>  Updated conferencing on 1, with 0 conference users
>>  *** Done talking, we both hangup ***
>>  Feb 17 13:01:03 DEBUG[73739]: File chan_zap.c, Line 2786
>>  (zt_exception): Exception on 18, channel 1
>>  Feb 17 13:01:03 DEBUG[73739]: File chan_zap.c, Line 2299
>>  (zt_handle_event): Got event On hook(1) on channel 1 (index 0)
>>  Feb 17 13:01:03 DEBUG[73739]: File chan_zap.c, Line 884
>>  (zt_disable_ec): disabled echo cancellation on channel 1
>>  Feb 17 13:01:03 DEBUG[73739]: File chan_zap.c, Line 1808 (zt_unlink):
>>  Unlinking slave 1 from 25
>>  Feb 17 13:01:03 DEBUG[73739]: File chan_zap.c, Line 811 (conf_del):
>>  Removed 18 from conference 1023
>>  Feb 17 13:01:03 DEBUG[73739]: File chan_zap.c, Line 811 (conf_del):
>>  Removed 16 from conference 1023
>>  Feb 17 13:01:03 DEBUG[73739]: File chan_zap.c, Line 849 (update_conf):
>>  Updated conferencing on 25, with 0 conference users
>>  Feb 17 13:01:03 DEBUG[73739]: File chan_zap.c, Line 871 (zt_enable_ec):
>>  No echocancellation requested
>>  Feb 17 13:01:03 DEBUG[73739]: File chan_zap.c, Line 868 (zt_enable_ec):
>>  Enabled echo cancellation on channel 1
>>  Feb 17 13:01:03 DEBUG[73739]: File chan_zap.c, Line 1380 (zt_hangup):
>>  Hangup: channel: 1 index = 0, normal = 18, callwait = -1, thirdcall = -1
>>  Feb 17 13:01:03 DEBUG[73739]: File chan_zap.c, Line 884
>>  (zt_disable_ec): disabled echo cancellation on channel 1
>>  Feb 17 13:01:03 DEBUG[73739]: File chan_zap.c, Line 1710
>>  (zt_setoption): Set option TDD MODE, value: OFF(0) on Zap/1-1
>>  Feb 17 13:01:03 DEBUG[73739]: File chan_zap.c, Line 849 (update_conf):
>>  Updated conferencing on 1, with 0 conference users
>>  Feb 17 13:01:03 DEBUG[73739]: File chan_zap.c, Line 1380 (zt_hangup):
>>  Hangup: channel: 25 index = 0, normal = 16, callwait = -1, thirdcall =
>>  -1
>>  Feb 17 13:01:03 DEBUG[73739]: File chan_zap.c, Line 1710
>>  (zt_setoption): Set option TDD MODE, value: OFF(0) on Zap/25-1
>>  Feb 17 13:01:03 DEBUG[73739]: File chan_zap.c, Line 849 (update_conf):
>>  Updated conferencing on 25, with 0 conference users
>>  Feb 17 13:01:07 DEBUG[8201]: File chan_zap.c, Line 4191 (do_monitor):
>>  Message status for 1 changed from -1 to 1 on 1
>>  *** Weirdness begins ***
>>  Feb 17 13:01:12 WARNING[74763]: File chan_zap.c, Line 3867 (ss_thread):
>>  CallerID returned with error on channel 'Zap/25-1'
>>  Feb 17 13:01:12 DEBUG[74763]: File chan_zap.c, Line 871 (zt_enable_ec):
>>  No echocancellation requested
>>  Feb 17 13:01:14 DEBUG[74763]: File chan_zap.c, Line 2786
>>  (zt_exception): Exception on 18, channel 1
>>  Feb 17 13:01:14 DEBUG[74763]: File chan_zap.c, Line 2299
>>  (zt_handle_event): Got event Ringer Off(11) on channel 1 (index 0)
>>  Feb 17 13:01:14 DEBUG[74763]: File chan_zap.c, Line 2786
>>  (zt_exception): Exception on 19, channel 2
>>  Feb 17 13:01:14 DEBUG[74763]: File chan_zap.c, Line 2299
>>  (zt_handle_event): Got event Ringer Off(11) on channel 2 (index 0)
>>  Feb 17 13:01:14 DEBUG[74763]: File chan_zap.c, Line 2786
>>  (zt_exception): Exception on 20, channel 3
>>  Feb 17 13:01:14 DEBUG[74763]: File chan_zap.c, Line 2299
>>  (zt_handle_event): Got event Ringer Off(11) on channel 3 (index 0)
>>  Feb 17 13:01:14 DEBUG[74763]: File chan_zap.c, Line 2786
>>  (zt_exception): Exception on 21, channel 4
>>  Feb 17 13:01:14 DEBUG[74763]: File chan_zap.c, Line 2299
>>  (zt_handle_event): Got event Ringer Off(11) on channel 4 (index 0)
>>  Feb 17 13:01:14 DEBUG[74763]: File chan_zap.c, Line 2786
>>  (zt_exception): Exception on 22, channel 5
>>  Feb 17 13:01:14 DEBUG[74763]: File chan_zap.c, Line 2299
>  > (zt_handle_event): Got event Ringer Off(11) on channel 5 (index 0)
>>  Feb 17 13:01:14 DEBUG[74763]: File chan_zap.c, Line 2786
>>  (zt_exception): Exception on 23, channel 6
>>  Feb 17 13:01:14 DEBUG[74763]: File chan_zap.c, Line 2299
>>  (zt_handle_event): Got event Ringer Off(11) on channel 6 (index 0)
>>  Feb 17 13:01:14 DEBUG[74763]: File chan_zap.c, Line 2786
>>  (zt_exception): Exception on 24, channel 7
>>  Feb 17 13:01:14 DEBUG[74763]: File chan_zap.c, Line 2299
>>  (zt_handle_event): Got event Ringer Off(11) on channel 7 (index 0)
>>  Feb 17 13:01:18 DEBUG[74763]: File chan_zap.c, Line 2786
>>  (zt_exception): Exception on 18, channel 1
>>  Feb 17 13:01:18 DEBUG[74763]: File chan_zap.c, Line 2299
>>  (zt_handle_event): Got event Ringer On(10) on channel 1 (index 0)
>>  Feb 17 13:01:18 DEBUG[74763]: File chan_zap.c, Line 2786
>>  (zt_exception): Exception on 19, channel 2
>>  Feb 17 13:01:18 DEBUG[74763]: File chan_zap.c, Line 2299
>>  (zt_handle_event): Got event Ringer On(10) on channel 2 (index 0)
>>  Feb 17 13:01:18 DEBUG[74763]: File chan_zap.c, Line 2786
>>  (zt_exception): Exception on 20, channel 3
>>  Feb 17 13:01:18 DEBUG[74763]: File chan_zap.c, Line 2299
>>  (zt_handle_event): Got event Ringer On(10) on channel 3 (index 0)
>>  Feb 17 13:01:18 DEBUG[74763]: File chan_zap.c, Line 2786
>>  (zt_exception): Exception on 21, channel 4
>>  Feb 17 13:01:18 DEBUG[74763]: File chan_zap.c, Line 2299
>>  (zt_handle_event): Got event Ringer On(10) on channel 4 (index 0)
>>  Feb 17 13:01:18 DEBUG[74763]: File chan_zap.c, Line 2786
>>  (zt_exception): Exception on 22, channel 5
>>  Feb 17 13:01:18 DEBUG[74763]: File chan_zap.c, Line 2299
>>  (zt_handle_event): Got event Ringer On(10) on channel 5 (index 0)
>>  Feb 17 13:01:18 DEBUG[74763]: File chan_zap.c, Line 2786
>>  (zt_exception): Exception on 23, channel 6
>>  Feb 17 13:01:18 DEBUG[74763]: File chan_zap.c, Line 2299
>>  (zt_handle_event): Got event Ringer On(10) on channel 6 (index 0)
>>  Feb 17 13:01:18 DEBUG[74763]: File chan_zap.c, Line 2786
>>  (zt_exception): Exception on 24, channel 7
>>  Feb 17 13:01:18 DEBUG[74763]: File chan_zap.c, Line 2299
>>  (zt_handle_event): Got event Ringer On(10) on channel 7 (index 0)
>>  Feb 17 13:01:19 DEBUG[74763]: File chan_zap.c, Line 2786
>>  (zt_exception): Exception on 18, channel 1
>>  Feb 17 13:01:19 DEBUG[74763]: File chan_zap.c, Line 2299
>>  (zt_handle_event): Got event Ring/Answered(2) on channel 1 (index 0)
>>  Feb 17 13:01:19 DEBUG[74763]: File chan_zap.c, Line 868 (zt_enable_ec):
>>  Enabled echo cancellation on channel 1
>>  Feb 17 13:01:19 DEBUG[74763]: File chan_zap.c, Line 2438
>>  (zt_handle_event): channel 1 answered
>>  Feb 17 13:01:19 DEBUG[74763]: File chan_zap.c, Line 1699
>>  (zt_setoption): Set option TONE VERIFY, mode: MUTECONF/MAX(2) on
>>  Zap/25-1
>>  Feb 17 13:01:19 DEBUG[74763]: File chan_zap.c, Line 1699
>>  (zt_setoption): Set option TONE VERIFY, mode: MUTECONF/MAX(2) on Zap/1-1
>>  Feb 17 13:01:19 DEBUG[74763]: File chan_zap.c, Line 1380 (zt_hangup):
>>  Hangup: channel: 7 index = 0, normal = 24, callwait = -1, thirdcall = -1
>>  Feb 17 13:01:19 DEBUG[74763]: File chan_zap.c, Line 884
>>  (zt_disable_ec): disabled echo cancellation on channel 7
>>  Feb 17 13:01:19 DEBUG[74763]: File chan_zap.c, Line 1710
>>  (zt_setoption): Set option TDD MODE, value: OFF(0) on Zap/7-1
>>  Feb 17 13:01:19 DEBUG[74763]: File chan_zap.c, Line 849 (update_conf):
>>  Updated conferencing on 7, with 0 conference users
>>  Feb 17 13:01:19 DEBUG[74763]: File chan_zap.c, Line 1380 (zt_hangup):
>>  Hangup: channel: 6 index = 0, normal = 23, callwait = -1, thirdcall = -1
>>  Feb 17 13:01:19 DEBUG[74763]: File chan_zap.c, Line 884
>>  (zt_disable_ec): disabled echo cancellation on channel 6
>>  Feb 17 13:01:19 DEBUG[74763]: File chan_zap.c, Line 1710
>>  (zt_setoption): Set option TDD MODE, value: OFF(0) on Zap/6-1
>>  Feb 17 13:01:19 DEBUG[74763]: File chan_zap.c, Line 849 (update_conf):
>>  Updated conferencing on 6, with 0 conference users
>>  Feb 17 13:01:19 DEBUG[74763]: File chan_zap.c, Line 1380 (zt_hangup):
>>  Hangup: channel: 5 index = 0, normal = 22, callwait = -1, thirdcall = -1
>>  Feb 17 13:01:19 DEBUG[74763]: File chan_zap.c, Line 884
>  > (zt_disable_ec): disabled echo cancellation on channel 5
>>  Feb 17 13:01:19 DEBUG[74763]: File chan_zap.c, Line 1710
>>  (zt_setoption): Set option TDD MODE, value: OFF(0) on Zap/5-1
>>  Feb 17 13:01:19 DEBUG[74763]: File chan_zap.c, Line 849 (update_conf):
>>  Updated conferencing on 5, with 0 conference users
>>  Feb 17 13:01:19 DEBUG[74763]: File chan_zap.c, Line 1380 (zt_hangup):
>>  Hangup: channel: 4 index = 0, normal = 21, callwait = -1, thirdcall = -1
>>  Feb 17 13:01:19 DEBUG[74763]: File chan_zap.c, Line 884
>>  (zt_disable_ec): disabled echo cancellation on channel 4
>>  Feb 17 13:01:19 DEBUG[74763]: File chan_zap.c, Line 1710
>>  (zt_setoption): Set option TDD MODE, value: OFF(0) on Zap/4-1
>>  Feb 17 13:01:19 DEBUG[74763]: File chan_zap.c, Line 849 (update_conf):
>>  Updated conferencing on 4, with 0 conference users
>>  Feb 17 13:01:19 DEBUG[74763]: File chan_zap.c, Line 1380 (zt_hangup):
>>  Hangup: channel: 3 index = 0, normal = 20, callwait = -1, thirdcall = -1
>>  Feb 17 13:01:19 DEBUG[74763]: File chan_zap.c, Line 884
>>  (zt_disable_ec): disabled echo cancellation on channel 3
>>  Feb 17 13:01:19 DEBUG[74763]: File chan_zap.c, Line 1710
>>  (zt_setoption): Set option TDD MODE, value: OFF(0) on Zap/3-1
>>  Feb 17 13:01:19 DEBUG[74763]: File chan_zap.c, Line 849 (update_conf):
>>  Updated conferencing on 3, with 0 conference users
>>  Feb 17 13:01:19 DEBUG[74763]: File chan_zap.c, Line 1380 (zt_hangup):
>>  Hangup: channel: 2 index = 0, normal = 19, callwait = -1, thirdcall = -1
>>  Feb 17 13:01:19 DEBUG[74763]: File chan_zap.c, Line 884
>>  (zt_disable_ec): disabled echo cancellation on channel 2
>>  Feb 17 13:01:19 DEBUG[74763]: File chan_zap.c, Line 1710
>>  (zt_setoption): Set option TDD MODE, value: OFF(0) on Zap/2-1
>>  Feb 17 13:01:19 DEBUG[74763]: File chan_zap.c, Line 849 (update_conf):
>>  Updated conferencing on 2, with 0 conference users
>>  Feb 17 13:01:19 DEBUG[74763]: File chan_zap.c, Line 1628 (zt_answer):
>>  Took Zap/25-1 off hook
>>  Feb 17 13:01:19 DEBUG[74763]: File chan_zap.c, Line 1958 (zt_bridge):
>>  master: 25, slave: 1, nothingok: 0
>>  Feb 17 13:01:19 DEBUG[74763]: File chan_zap.c, Line 1973 (zt_bridge):
>>  Stoping tones on 25/0 talking to 1/0
>>  Feb 17 13:01:19 DEBUG[74763]: File chan_zap.c, Line 1985 (zt_bridge):
>>  Stoping tones on 1/0 talking to 25/0
>>  Feb 17 13:01:19 DEBUG[74763]: File chan_zap.c, Line 884
>>  (zt_disable_ec): disabled echo cancellation on channel 1
>>  Feb 17 13:01:19 DEBUG[74763]: File chan_zap.c, Line 1857 (zt_link):
>>  Making 1 slave to master 25 at 0
>>  Feb 17 13:01:19 DEBUG[74763]: File chan_zap.c, Line 787 (conf_add):
>>  Added 18 to conference 1023
>>  Feb 17 13:01:19 DEBUG[74763]: File chan_zap.c, Line 787 (conf_add):
>>  Added 16 to conference 1023
>>  Feb 17 13:01:19 DEBUG[74763]: File chan_zap.c, Line 849 (update_conf):
>>  Updated conferencing on 25, with 2 conference users
>>  Feb 17 13:01:19 DEBUG[74763]: File chan_zap.c, Line 849 (update_conf):
>>  Updated conferencing on 1, with 0 conference users
>>  Feb 17 13:01:23 DEBUG[74763]: File chan_zap.c, Line 2786
>>  (zt_exception): Exception on 18, channel 1
>>  Feb 17 13:01:23 DEBUG[74763]: File chan_zap.c, Line 2299
>>  (zt_handle_event): Got event On hook(1) on channel 1 (index 0)
>>  Feb 17 13:01:23 DEBUG[74763]: File chan_zap.c, Line 884
>>  (zt_disable_ec): disabled echo cancellation on channel 1
>>  Feb 17 13:01:23 DEBUG[74763]: File chan_zap.c, Line 1808 (zt_unlink):
>>  Unlinking slave 1 from 25
>>  Feb 17 13:01:23 DEBUG[74763]: File chan_zap.c, Line 811 (conf_del):
>>  Removed 18 from conference 1023
>>  Feb 17 13:01:23 DEBUG[74763]: File chan_zap.c, Line 811 (conf_del):
>>  Removed 16 from conference 1023
>>  Feb 17 13:01:23 DEBUG[74763]: File chan_zap.c, Line 849 (update_conf):
>>  Updated conferencing on 25, with 0 conference users
>>  Feb 17 13:01:23 DEBUG[74763]: File chan_zap.c, Line 871 (zt_enable_ec):
>>  No echocancellation requested
>>  Feb 17 13:01:23 DEBUG[74763]: File chan_zap.c, Line 868 (zt_enable_ec):
>>  Enabled echo cancellation on channel 1
>>  Feb 17 13:01:23 DEBUG[74763]: File chan_zap.c, Line 1380 (zt_hangup):
>>  Hangup: channel: 1 index = 0, normal = 18, callwait = -1, thirdcall = -1
>  > Feb 17 13:01:23 DEBUG[74763]: File chan_zap.c, Line 884
>>  (zt_disable_ec): disabled echo cancellation on channel 1
>>  Feb 17 13:01:23 DEBUG[74763]: File chan_zap.c, Line 1710
>>  (zt_setoption): Set option TDD MODE, value: OFF(0) on Zap/1-1
>>  Feb 17 13:01:23 DEBUG[74763]: File chan_zap.c, Line 849 (update_conf):
>>  Updated conferencing on 1, with 0 conference users
>>  Feb 17 13:01:23 DEBUG[74763]: File chan_zap.c, Line 1380 (zt_hangup):
>>  Hangup: channel: 25 index = 0, normal = 16, callwait = -1, thirdcall =
>>  -1
>>  Feb 17 13:01:23 DEBUG[74763]: File chan_zap.c, Line 1710
>>  (zt_setoption): Set option TDD MODE, value: OFF(0) on Zap/25-1
>>  Feb 17 13:01:23 DEBUG[74763]: File chan_zap.c, Line 849 (update_conf):
>>  Updated conferencing on 25, with 0 conference users
>>  Feb 17 13:01:27 DEBUG[8201]: File chan_zap.c, Line 4191 (do_monitor):
>>  Message status for 1 changed from -1 to 1 on 1
>>  --
>>  Mike Reiling
>>  Systems & Network Administrator
>>  SoftCoin, Inc.
>>  2000 Sierra Point Parkway
>>  Brisbane, CA  94005
>>  650-624-3869 - P
>>  650-624-3899 - F
>>
>>  It might look like I'm doing nothing, but at the cellular level I'm
>>  really quite busy.
>>
>>  _______________________________________________
>>  Asterisk-Users mailing list
>>  Asterisk-Users at lists.digium.com
>>  http://lists.digium.com/mailman/listinfo/asterisk-users
>
>_______________________________________________
>Asterisk-Users mailing list
>Asterisk-Users at lists.digium.com
>http://lists.digium.com/mailman/listinfo/asterisk-users




More information about the asterisk-users mailing list