[Asterisk-Users] Help! Strange Problem

Mike Reiling miker at mac.com
Tue Feb 18 14:30:18 MST 2003


Many moons ago, before asterisk, our phones would randomly ring late in 
the night (1-4 AM).  Found out the telco tests the lines at night, 
which confused the AT&T phone system, and rand all the phones.  They 
turned the check off and all was well!  Just a thought.

--Mike

On Tuesday, February 18, 2003, at 01:03  PM, Jon Pounder wrote:

> I'll see that and raise you an even weirder problem(s) :)
>
> I am still diagnosing so have no idea what is going on yet
>
> occasionally (actually quite often lately)
> someone will call, get the autoattendant, dial and extension, it will 
> ring through, one single ring and they get cut off and the extension 
> stops ringing.
>
> second even weirder issue.
> I have one of my lines coming into a channel bank fxo port, I have 
> asterisk setup to answer and immediately ring through to a specific 
> set of extensions (no auto attendant). Works correctly when line is 
> called. However 8pm and 830pm nearly every night but not always, the 
> extensions start ringing (cadence matching that of when the line rings 
> through to them, internal call sounds different) No caller id present 
> from the calls. Telco is mystified by this (big surprise) - they sent 
> a tech out that said there was a bit of ground leakage in the channel 
> bank - nearly shit when he saw the setup in my house, but I pressed 
> and said how does ground leakage account for ringing on a specific 
> schedule - no answer. He went back and changed the line card at the 
> CO, same thing kept up. I disconnected the line entirely from the CB 
> and plugged in a plain old phone to the line - first night in my test, 
> no rings on either. Tonight will be night #2, so we'll see.
>
> At this point I would guess maybe the channel bank is oversensitive to 
> ring detect, but if I tell asterisk to expect callerid, doesn't it 
> wait till ring 2 to answer ? Wouldn't that mean I should hear 
> something out of the phone if it is enough to fool the CB into hearing 
> 2 rings ? Now if this was just line noise of some sort, why the strict 
> schedule ? if not line related at all and it is software or my 
> hardware, why does unplugging the line put a stop to it (at least in 
> my test so far).
>
> Anyone run up on anything weird like this before ?
>
>
> At 10:32 AM 2/18/2003 -0800, you wrote:
>> 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
>
--
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.




More information about the asterisk-users mailing list