Integration
Mikael Magnusson
mikma264 at gmail.com
Fri Nov 23 17:14:22 CET 2007
Ishan Vaishnavi wrote:
> I am running two minisip clients with a asterisk sip proxy.
>
> I can call from one client to another perfectly, however the im doesn't
> seem to be working.
>
> Here is the message I get from asterisk.
>
> [Nov 23 16:39:45] WARNING[3553]: chan_sip.c:9500 receive_message: Received
> message to <sip:102 at 10.0.2.4> from <sip:ishan at 10.0.2.4>;tag=libminisip,
> dropped it...
> Content-Type:text/plain
> Message: how are you ?
>
>
> Any im experts ?
>
> Will send this mail to asterisk community if you don't have a reply.
>
> Ishan
>
Asterisk only forwards an IM sent within an existing call (i.e. SIP
dialog). Minisip sends IMs as a separate MESSAGEs and not within an
existing dialog. This is how IM is commonly implemented in other SIP UAs
as well, I think. You could replace your asterisk with a real SIP proxy
(such as openser, yxa etc.) if you want to use IM, and use asterisk when
you need a gateway or application server.
Mikael
More information about the Minisip-devel
mailing list