[JDEV] sip to jabber Component

Joe Hildebrand jhildebrand at jabber.com
Thu May 9 10:48:33 CDT 2002


"Schweizer Laurent" <schweizerl at hotmail.com> writes:

> hello,
> I have add 'route' tag but it's not working
>
> <route to='10.192.72.61' from='sip.10.192.72.61
> ' type='auth'><iq type='get' id='SipReg1'><query
> xmlns='jabber:iq:auth'><username>lschweiz</username></query
>></iq></route>

Do you really have something in your jabber.xml that would show jabberd how to route 10.192.72.61?  Chances are it should be something more like:

<route to="lschweiz at yourhost" from="10.192.72.61 at sip" type="auth">
...
</route>

Assuming that your sip service has a service id of "sip", and jsm has a host tag for "yourhost".

Perhaps you could post your config file.

-- 
Joe Hildebrand




More information about the JDev mailing list