[Home]

Summary:ASTERISK-07734: [patch] Using trunk and chan_agent causes crash upon hangup
Reporter:wunderkin (wunderkin)Labels:
Date Opened:2006-09-12 13:56:56Date Closed:2006-09-13 14:28:25
Priority:CriticalRegression?No
Status:Closed/CompleteComponents:Channels/chan_agent
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) agent_change.diff.txt
( 1) gdb-trunk-r42842-chanagent-crashonhangup.txt
Description:Everytime a caller hangs up in the queue, asterisk crashes.

queues.conf:
[predial-incoming-test]
strategy = leastrecent  
joinempty = strict  
monitor-format = ul
musiconhold = default
weight=1        
member => Agent/3299

extensions.conf:
exten => 311,1,Queue(predial-incoming-test)
Comments:By: wunderkin (wunderkin) 2006-09-12 14:19:29

Sorry, this is a duplicate of 7931.  He says he is using 1.2.12 though and I'm using trunk.

By: Dennis Skinner (dcskinner) 2006-09-12 14:47:44

I got it working using 1.2.12.1.  See my comments in 7931

Also, 7931 was using trunk.  I missed changing the version...



By: Serge Vecher (serge-v) 2006-09-13 11:45:45

wunderking, dcskinner: can you please try alamantia's agent_change.diff.txt on trunk and see if the issues is fixed?

By: Anthony LaMantia (alamantia) 2006-09-13 13:53:05

i've been talking with this user on irc a bit, and the patch works but i re-worked it a bit to work univerally for this problem rather then just sticking it in chan_agent, also contains better logging.

By: Anthony LaMantia (alamantia) 2006-09-13 14:28:02

commited to trunk in r42891