[asterisk-bugs] [JIRA] (ASTERISK-25540) Core dump related to RTCP report
Morten Tryfoss (JIRA)
noreply at issues.asterisk.org
Mon Nov 23 08:55:33 CST 2015
[ https://issues.asterisk.org/jira/browse/ASTERISK-25540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=228432#comment-228432 ]
Morten Tryfoss commented on ASTERISK-25540:
-------------------------------------------
The first crash is a very simple scenario:
exten => _XX.,1,Agi(agi://${DB(fastagi/hostname)}/check_callerid_vbox.agi)
exten => _XX.,n,hangup
The AGI log is like this:
write: GET VARIABLE SIP_HEADER(X-NCOM-SRCIP)
read: 200 result=1 (x.x.x.x)
write: EXEC SIPAddHeader "P-Asserted-Identity: <sip:11223344 at x.x.x.x\;user=phone>"
read: 200 result=0
write: EXEC SIPAddHeader "X-NCOM-CALLTYPE: 01"
read: 200 result=0
write: EXEC SIPAddHeader "X-NCOM-ACCOUNT: 11223344"
read: 200 result=0
write: EXEC SIPAddHeader "X-NCOM-CUSTOMERID: 1"
read: 200 result=0
write: SET VARIABLE "CALLERID(name)" "11223344"
read: 200 result=1
write: GET VARIABLE SIPPEER(sipic2,status)
read: 200 result=1 (OK (5 ms))
write: EXEC Dial "SIP/sipic2/99887766,,"
Inbound peer:
[sip2]
username=sip2
type=friend
context=cc_customer
host=x.x.x.x
deny=0.0.0.0/0.0.0.0
permit=x.x.x.x
progressinband=no
nat=no
canreinvite=no
Outbound peer:
[sipic2]
username=sipic2
type=friend
context=default
host=y.y.y.y
deny=0.0.0.0/0.0.0.0
permit=y.y.y.y
disallow=all
allow=alaw
progressinband=no
canreinvite = no
usereqphone=yes
qualify=yes
qualifyfreq=15
> Core dump related to RTCP report
> --------------------------------
>
> Key: ASTERISK-25540
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-25540
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Core/RTP
> Affects Versions: 13.6.0
> Reporter: Morten Tryfoss
> Assignee: Morten Tryfoss
> Severity: Critical
> Attachments: backtrace2.txt, backtrace.txt
>
>
> I've opened several reports regarding core dumps in 13.5 and 13.6, but I haven't seen exactly this one before. These nodes have relatively high amount of traffic and has a couple of weeks uptime. I can't reproduce the crash intentionally.
> I'm just uploading to let you know about potential issues. Feel free to close again if you want.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list