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

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


Marcelo Terres created ASTERISK-26394:
-----------------------------------------

             Summary: 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