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

Asterisk Team (JIRA) noreply at issues.asterisk.org
Tue Sep 20 08:08:01 CDT 2016


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

Asterisk Team commented on ASTERISK-26394:
------------------------------------------

Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.

A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.

Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].

> 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