[Home]

Summary:ASTERISK-05405: Asterisk stops with killed on dialling sip phones
Reporter:John Hill (bennoach)Labels:
Date Opened:2005-10-31 09:43:41.000-0600Date Closed:2011-06-07 14:00:51
Priority:CriticalRegression?No
Status:Closed/CompleteComponents:Channels/chan_sip/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:*CLI>     -- Starting simple switch on 'Zap/1-1'
   -- Executing Macro("Zap/1-1", "screen-call") in new stack
   -- Executing Wait("Zap/1-1", "2") in new stack
   -- Executing GotoIf("Zap/1-1", "0?107") in new stack
   -- Executing Set("Zap/1-1", "_ALERT_INFO=Bellcore-dr1") in new stack
   -- Executing Answer("Zap/1-1", "") in new stack
   -- Executing Dial("Zap/1-1", "SIP/2238&SIP/2239&SIP/2240&SIP/2241&SIP/2242&SIP/2243|20") in new stack
Killed
Comments:By: John Hill (bennoach) 2005-10-31 09:54:29.000-0600

With no callerid:


*CLI>     -- Starting simple switch on 'Zap/1-1'
Oct 31 10:52:40 WARNING[20639]: chan_zap.c:6088 ss_thread: CallerID returned with error on channel 'Zap/1-1'
   -- Executing Macro("Zap/1-1", "screen-call") in new stack
   -- Executing Wait("Zap/1-1", "2") in new stack
   -- Executing GotoIf("Zap/1-1", "1?107") in new stack
   -- Goto (macro-screen-call,s,107)
   -- Executing Set("Zap/1-1", "CALLERID(name)=NoCallerID") in new stack
   -- Executing Set("Zap/1-1", "_ALERT_INFO=Bellcore-dr2") in new stack
   -- Executing Answer("Zap/1-1", "") in new stack
   -- Executing Wait("Zap/1-1", "3") in new stack
   -- Executing Dial("Zap/1-1", "SIP/2238&SIP/2239&SIP/2240&SIP/2241&SIP/2242&SIP/2243|20|tpnNA(beep)") in new stack
   -- Privacy-- callerid is empty
   -- CallerID blank; N option set; Screening should happen; dbval is 65536
   -- Playing 'priv-recordintro' (language 'en')
   -- Playing 'beep' (language 'en')
   -- x=0, open writing:  priv-callerintros/NOCALLERID_sZap=1-1 format: gsm, 0x8154bf0
   -- Took too long, cutting it short...
   -- Playing 'auth-thankyou' (language 'en')
Killed

By: Olle Johansson (oej) 2005-10-31 11:47:50.000-0600

No core file available?

By: John Hill (bennoach) 2005-10-31 11:54:22.000-0600

Sorry, about the core.

Deleted all of the asterisk-cvs and downloaded latest (15 minutes ago)

Recompiled installed and it works.

Thanks
John

By: Olle Johansson (oej) 2005-10-31 14:15:30.000-0600

So, do I understand correctly that there's no problem with latest cvs?

By: John Hill (bennoach) 2005-10-31 14:30:04.000-0600

The problem was in the CVS from Friday night though Sunday evening. Today, I deleted all of the source and checked out the latesest cvs (around 9:30 AM Monday). I recompiled and installed. It works fine. So I either had a modules version overlap or the problem was fixed late Sunday or early Monday.

Yes the cvs is working fine.

Thanks
-John



By: radamson (radamson) 2005-10-31 14:56:11.000-0600

I can confirm seeing the same problem on fc3 that had been stable until updating cvs-head from last two days. In my case, call placed to a C7960 sip phone (across an iax link). Did another make update (at 2:30 pm CST and do not yet see the same issue. (One added point, make install complained about the muxmon.so (or whatever that was called) that recently was changed to some other name, therefore I manually deleted that as well. Not sure if make update or removing that .so file actually fixed the issue.)

By: Kevin P. Fleming (kpfleming) 2005-10-31 16:22:18.000-0600

Given that the OP has reported no longer having the problem, I'll close this report for now. If it reappears and a core file can be found, please generate a backtrace and reopen this bug.