amygrant
Guru
- Joined
- Apr 4, 2010
- Messages
- 132
- Reaction score
- 3
I'm posting this because I am clueless as to why I am seeing this is my logs and in case anyone else encounters the same conundrum.
Fresh install of PIAF 1.8 purple using gv for calls. I was having a problem making outbound calls so I modified /etc/asterisk/jabber.conf by setting
So I got more verbose logging, great. While tailing my log, I saw recurring entries indicating inbound and outbound messages from/to [email protected]
Now, I know this has nothing to do with my outbound calling problem - which has been fixed. I am still running in debug mode as I try to figure out the purpose for these entries.
I also understand that email address belongs to the maintainer of the jabber tool we are all using. I see however, that it sends my gvoice email address and gets back a filler response. I am assuming this is a callback feature to the developer for ... reporting perhaps?
Anyone know?
Here is a sample of the entries:
Fresh install of PIAF 1.8 purple using gv for calls. I was having a problem making outbound calls so I modified /etc/asterisk/jabber.conf by setting
Code:
[general]
debug=yes
So I got more verbose logging, great. While tailing my log, I saw recurring entries indicating inbound and outbound messages from/to [email protected]
Now, I know this has nothing to do with my outbound calling problem - which has been fixed. I am still running in debug mode as I try to figure out the purpose for these entries.
I also understand that email address belongs to the maintainer of the jabber tool we are all using. I see however, that it sends my gvoice email address and gets back a filler response. I am assuming this is a callback feature to the developer for ... reporting perhaps?
Anyone know?
Here is a sample of the entries:
Code:
JABBER: asterisk OUTGOING: <message type='chat' to='[email protected]' from='[email protected]/Talk93A783DC'><body>blahblah</body></message>
JABBER: asterisk INCOMING: <message type="error" to="[email protected]/Talk93A783DC" from="[email protected]"><body>blahblah</body><error code="404" type="cancel"><remote-server-not-found xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/></error></message>
JABBER: asterisk OUTGOING: <message type='chat' to='[email protected]' from='[email protected]/Talk93A783DC'><body>blahblah</body></message>
JABBER: asterisk INCOMING: <message type="error" to="[email protected]/Talk93A783DC" from="[email protected]"><body>blahblah</body><error code="404" type="cancel"><remote-server-not-found xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/></error></message>
JABBER: asterisk OUTGOING: <message type='chat' to='[email protected]' from='[email protected]/Talk97F77464'><body>blahblah</body></message>
JABBER: asterisk INCOMING: <message type="error" to="[email protected]/Talk97F77464" from="[email protected]"><body>blahblah</body><error code="404" type="cancel"><remote-server-not-found xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/></error></message>
JABBER: asterisk OUTGOING: <message type='chat' to='[email protected]' from='[email protected]/Talk97F77464'><body>blahblah</body></message>
JABBER: asterisk INCOMING: <message type="error" to="[email protected]/Talk97F77464" from="[email protected]"><body>blahblah</body><error code="404" type="cancel"><remote-server-not-found xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/></error></message>
JABBER: asterisk OUTGOING: <message type='chat' to='[email protected]' from='[email protected]/Talk97F77464'><body>blahblah</body></message>
JABBER: asterisk INCOMING: <message type="error" to="[email protected]/Talk97F77464" from="[email protected]"><body>blahblah</body><error code="404" type="cancel"><remote-server-not-found xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/></error></message>