[asterisk-bugs] [JIRA] (ASTERISK-26394) Strange warning messages in JabberSendGroup function

Joshua Colp (JIRA) noreply at issues.asterisk.org
Tue Sep 20 08:18:01 CDT 2016


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

Joshua Colp commented on ASTERISK-26394:
----------------------------------------

Thank you for taking the time to report this bug and helping to make Asterisk better. Unfortunately, we cannot work on this bug because your description did not include enough information. Please read over the Asterisk Issue Guidelines [1] which discusses the information necessary for your issue to be resolved and the format that information needs to be in. We would be grateful if you would then provide a more complete description of the problem. At a minimum, we need:

1. The specific steps or actions you took that caused you to encounter the problem.
2. The behavior you expected and the location of documentation that led you to that expectation.
3. The behavior you actually encountered.

To demonstrate the issue in detail, please include Asterisk log files generated per the instructions on the wiki [2]. If applicable, please ensure that protocol-level trace debugging is enabled, e.g., 'sip set debug on' if the issue involves chan_sip, and configuration information such as dialplan and channel configuration.

Thanks!

[1] https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines

[2] https://wiki.asterisk.org/wiki/display/AST/Collecting+Debug+Information



> Strange warning messages in JabberSendGroup function
> ----------------------------------------------------
>
>                 Key: ASTERISK-26394
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-26394
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Resources/res_xmpp
>    Affects Versions: 14.0.0-rc1
>         Environment: Ubuntu 14.04.5 LTS - Linux rtc 4.5.5-x86_64-linode69 #3 SMP Fri May 20 15:25:13 EDT 2016 x86_64 x86_64 x86_64 GNU/Linux
>            Reporter: Marcelo Terres
>            Severity: Minor
>
> After my update to Asterisk 14 (not sure if it starts just in rc1), I started to receive strange warning messages.
> My sample dialplan is:
> exten => 2222,1,NoOp(Earlier callerd identification - send message to MUC)
> same => n,JabberJoin(${XMPPRESOURCE},site at conference.jabber.mundoopensource.com.br,Asterisk)
> same => n,JabberSendGroup(${XMPPRESOURCE},site at conference.jabber.mundoopensource.com.br,Call from ${CALLERID(all)},Asterisk)
> same => n,Answer()
> same => n,Wait(1)
> same => n,Playback(thanks_for_call)
> same => n,Dial(SIP/1000,10)
> same => n,Hangup
> When I call extension 2222, I'm getting this messages:
> [Sep 20 10:03:29] WARNING[10395]: res_xmpp.c:3325 xmpp_pak_presence: Received presence information about 'site at conference.jabber.mundoopensource.com.br' despite not having them in roster on client 'asterisk'
> [Sep 20 10:03:29] WARNING[10395]: res_xmpp.c:3325 xmpp_pak_presence: Received presence information about 'site at conference.jabber.mundoopensource.com.br' despite not having them in roster on client 'asterisk'
> [Sep 20 10:03:29] WARNING[10395]: res_xmpp.c:3325 xmpp_pak_presence: Received presence information about 'site at conference.jabber.mundoopensource.com.br' despite not having them in roster on client 'asterisk'
> [Sep 20 10:03:29] WARNING[10361][C-00000003]: pbx.c:8558 pbx_parseable_goto: Goto requires an argument ([[context,]extension,]priority)
> The first 3 messages are clear to me, but the last message doesn't make sense, because it happens in the JabberSendGroup function.
> In despite of this error, the message is being correctly delivered in my MUC room.



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list