I&#39;m new to opensips. I&#39;m trying to setup sip-xmpp gateway using the &quot;component&quot; mode with a local ejabbered server. I followed the opensips.cfg found in link<br><br><a href="http://www.opensips.org/Resources/PuaXmppConfig">http://www.opensips.org/Resources/PuaXmppConfig</a><br>
<br>I have 3 domains defined for my opensips server.<br><br><a href="http://sips01.mydomain.com">sips01.mydomain.com</a>     - primary opensips dns/domain defined in my sql doamin table<br><a href="http://sip-xmpp.mydoamin.com">sip-xmpp.mydoamin.com</a> - for gateway sip domain<br>
<a href="http://xmpp.mydomain.com">xmpp.mydomain.com</a>      - for xmpp server<br><a href="http://xmpp-sip.mydomain.com">xmpp-sip.mydomain.com</a> - for xmpp component of opensips<br><br>I have configured the same according to the link. config above.<br>
<br>I have all these 4 domain in /etc/hosts file. The first primary domain is the only one on dns look up.<br><br>I have ejabbered server listenening on port 5347, I also see my opensips ESTABLISHED connetion to port 5347 of ejabbered.<br>
<br>Testing:<br>------------<br>I logged into opensips with a sip/presence client and added an xmpp buddy to the sip contact list with the following format. The xmpp buddy is on an openfire server.<br>so the buddy added was like<br>
<br>mani_openfire*<a href="http://openfire.mydomain.com">openfire.mydomain.com</a>@<a href="http://sip-xmpp.mydomain.com">sip-xmpp.mydomain.com</a><br><br>I see opensips sending SUBSCRIBE to mani_openfire and got NOTIFY for the same. But there is no body in the NOTIFY. Says subscription state = active. I do not see any communication to the openfire server however, if I do a tcpdump.<br>
<br>When I try to send a message to the openfire buddy, I get 200 OK, but the MESSAGE never gets through to the openfire server buddy.<br><br>I&#39;m attaching the opensips.cfg for ref. Could any one please point out what I&#39;m doing wrong. I do not seeing any error when testing. Still MESSAGE is not working bet sip and xmpp.<br>
<br>