Hi,

I am trying to send SIP MESSAGE to my Google Talk account via OpenSIPs
XMPP module + jabberd2.

Currently using configuration exactly as per
http://www.opensips.org/html/docs/modules/1.6.2/xmpp.html

When I am sending:

MESSAGE sip:[email protected] SIP/2.0.
Via: SIP/2.0/UDP 10.10.10.1:5065;rport;branch=z9hG4bK386042.
From: <sip:[email protected]>;tag=59375.
To: <sip:[email protected]>.
Call-ID: [email protected].
CSeq: 20 MESSAGE.
Content-Type: text/plain.
Max-Forwards: 70.
Content-Length: 12.
.
test message

always getting in OpenSIPs log:

DBG:xmpp:cmd_send_message: message from <user1@(null)>
DBG:xmpp:do_send_message_component: do_send_message_component
from=[user1@(null)] to=[[email protected]] body=[test
message]
DBG:xmpp:xode_send: xode_send [<message id='59375' from='user1@(null)'
to='[email protected]' type='chat'><body>test
message</body></message>]

*** Note: from=[user1@(null)]

And in jabberd2/router.log:

tried to send a packet from '(null)', but that name is not bound to
this component


Could someone please let me know what is the correct format of
URI/From headers in a SIP MESSAGE, so xmpp module will parse it
correctly?

Kind regards,
Chris

_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to