[Home]

Summary:ASTERISK-01561: Core dump with app_queue.c
Reporter:connor (connor)Labels:
Date Opened:2004-05-07 22:32:53Date Closed:2004-05-08 00:34:24
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Getting a core dump when I have a non-exist Agent listed in queues.conf file.
Comments:By: connor (connor) 2004-05-07 22:33:16

#0  0x41a97f94 in create_addr (r=0x832dd60, peer=0x4993124c "8659342199") at chan_sip.c:991
#1  0x0832e2f4 in ?? ()
#2  0x41a95c45 in sip_request (type=0x820b38c "Sip", format=4, data=0x832dd60) at chan_sip.c:6357
#3  0x0805ab40 in ast_request (type=0x820b38c "Sip", format=4, data=0x0) at channel.c:1767
#4  0x41cf2b42 in ring_entry (qe=0x4993174c, tmp=0x820b288) at app_queue.c:489
ASTERISK-1  0x41cf22cc in ring_one (qe=0x4993174c, outgoing=0x820b288) at app_queue.c:558
ASTERISK-2  0x41cf0f91 in try_calling (qe=0x4993174c, options=0x49931871 "r", announceoverride=0x820b288 "", url=0x49931873 "", go_on=0x49931740)
   at app_queue.c:946
ASTERISK-3  0x41cee8d2 in queue_exec (chan=0x81d7980, data=0x820b288) at app_queue.c:1414
ASTERISK-4  0x080675c6 in pbx_exec (c=0x81d7980, app=0x80fbae0, data=0x49931cac, newstack=1) at pbx.c:413
ASTERISK-5  0x0806ecd1 in pbx_extension_helper (c=0x81d7980, context=0x81d7ad8 "test", exten=0x820b288 "", priority=2,
   callerid=0x817df40 "8655391933", action=1104108268) at pbx.c:1195
ASTERISK-6 0x0806952c in ast_pbx_run (c=0x41cf5aec) at pbx.c:1679
ASTERISK-7 0x0806f391 in pbx_thread (data=0x0) at pbx.c:1904
ASTERISK-8 0x400252b6 in start_thread () from /lib/tls/libpthread.so.0

By: twisted (twisted) 2004-05-07 22:37:22

need you to also give a sample of your configuration... is this a zap agent? sip agent? just a defined agent from agents.conf?

By: connor (connor) 2004-05-07 22:39:42

configs..

[test]
exten => s,1,Answer
exten => s,2,Queue(test|r|||20)
exten => s,3,Goto(mainmenu,s,1)
exten => s,4,Hangup

[test]
strategy = ringall
timeout = 20
retry = 5
maxlen = 2
member => Sip/billy-line1
member => Sip/billy-line2
member => Sip/8659342199/8659342199

By: connor (connor) 2004-05-07 22:40:41

It's just a defned sip agent.. but it doesn't exist anymore in sip.conf

By: connor (connor) 2004-05-08 00:33:50

Closing this bug.  Problem was fixed in latest cvs..  Something strange with sip I think...  Was thinking that Sip/8659342199/8659342199  was a IP address or something.