[asterisk-bugs] [JIRA] (ASTERISK-21667) No Events inputs until sending something to asterisk

Rusty Newton (JIRA) noreply at issues.asterisk.org
Mon May 13 18:37:38 CDT 2013


    [ https://issues.asterisk.org/jira/browse/ASTERISK-21667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=206330#comment-206330 ] 

Rusty Newton commented on ASTERISK-21667:
-----------------------------------------

@Arkadiusz, I recommend setting up a clean install of Asterisk with default configs and starting from that - see what the most minimal configuration you can use to reproduce the problem.

We can't reproduce the issue and unless you can show us how we won't be able to track it down.

 I'm not sure what other debug you could get that would be helpful. You could compile with DEBUG_THREADS and try "core show locks" to see if anything is locking specifically before it starts spitting out events. Theres a small chance it could be useful.

https://wiki.asterisk.org/wiki/display/AST/CLI+commands+useful+for+debugging#CLIcommandsusefulfordebugging-%27coreshowlocks%27

If you can't find a way to reproduce it consistently then I'll close this out as "can't reproduce". At some point someone will find a way to reproduce it and then we can re-open the issue.

                
> No Events inputs until sending something to asterisk
> ----------------------------------------------------
>
>                 Key: ASTERISK-21667
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-21667
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Core/ManagerInterface
>    Affects Versions: 11.3.0
>         Environment: CentOS 6.3
>            Reporter: Arkadiusz Malka
>         Attachments: myDebugLog.zip
>
>
> manager.conf
> [general]
> enabled = yes
> webenabled = no
> port = 5038
> bindaddr = 192.168.1.215
> timestampevents = yes
> [test]
> secret=test
> read = all
> write = all
> After login i can get only this:
> Asterisk Call Manager/1.3
> Action: login
> Username: test
> Secret: test
> Response: Success
> Message: Authentication accepted
> Event: FullyBooted
> Privilege: system,all
> Status: Fully Booted
> Then there is no input until i send something. After sending \r\n it returns events and at the end response to sended data (error in this case):
> Event: RTCPSent
> Privilege: reporting,all
> Timestamp: 1366714610.822301
> To: xxxxxxxxxxxxxxx
> OurSSRC: 1740974660
> SentNTP: 1366714610.3368054784
> SentRTP: 3114792
> SentPackets: 19464
> SentOctets: 3114240
> ReportBlock:
> FractionLost: 0
> CumulativeLoss: 0
> IAJitter: 0.0001
> TheirLastSR: 3856155382
> DLSR: 390.0890 (sec)
> Event: RTCPSent
> Privilege: reporting,all
> Timestamp: 1366714611.621060
> To: xxxxxxxxxxxxxxxxxxx
> OurSSRC: 903999879
> SentNTP: 1366714611.2543775744
> SentRTP: 1218960640
> SentPackets: 752
> SentOctets: 120320
> ReportBlock:
> FractionLost: 0
> CumulativeLoss: 0
> IAJitter: 0.0006
> TheirLastSR: 0
> DLSR: 26867.6210 (sec)
> Response: Error
> Message: Missing action in request

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list