<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.3.2">
</HEAD>
<BODY>
Hi,<BR>
<BR>
Thats ok.<BR>
<BR>
i m sending one message to openser with uri <FONT COLOR="#0000ff"><A HREF="mailto:chat-manager@domain.com">chat-manager@domain.com</A></FONT><BR>
and with massage <FONT COLOR="#0000ff">create room 123</FONT><BR>
<BR>
but it given error <BR>
<BR>
<BR>
<FONT COLOR="#0000ff">Dec 17 15:14:37 [26267] ERROR:imc:imc_handle_message: room [chat- manager] does not exist!></FONT><BR>
<BR>
<FONT COLOR="#0000ff"> Dec 17 15:14:37 [26267] ERROR:imc:imc_manager: failed to handle 'message'</FONT><BR>
<BR>
<BR>
<BR>
in openser.cfg i m configure this for massages<BR>
<BR>
<FONT COLOR="#0000ff"> if (is_method("MESSAGE") && (uri=~ "sip:chat-[0-9]+@" || uri=~ "sip:chat-manager@")){</FONT><BR>
<BR>
<FONT COLOR="#0000ff"> log(1,"The user is not available (status 408), will not try the next osp route\n");</FONT><BR>
<BR>
<FONT COLOR="#0000ff"> imc_manager();</FONT><BR>
<FONT COLOR="#0000ff"> sl_send_reply("200","Ok");</FONT><BR>
<FONT COLOR="#0000ff"> exit();</FONT><BR>
<BR>
<FONT COLOR="#0000ff"> }</FONT><BR>
<BR>
tell me if i am wrong........<BR>
i want to create rooms via message and also add members ..............<BR>
<BR>
Thanks & Regards<BR>
--Amit<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
On Mon, 2007-12-17 at 10:54 +0100, Iñaki Baz Castillo wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">El Monday 17 December 2007 10:52:05 Amit Vijayvargiya escribió:</FONT>
<FONT COLOR="#000000">> Hi,</FONT>
<FONT COLOR="#000000">></FONT>
<FONT COLOR="#000000">>         i am doing the same but in openser i m getting the following error</FONT>
<FONT COLOR="#000000">></FONT>
<FONT COLOR="#000000">></FONT>
<FONT COLOR="#000000">> Dec 17 15:14:37 [26267] ERROR:imc:imc_handle_message: room [chat-</FONT>
<FONT COLOR="#000000">> manager] does not exist!</FONT>
<FONT COLOR="#000000">> Dec 17 15:14:37 [26267] ERROR:imc:imc_manager: failed to handle</FONT>
<FONT COLOR="#000000">> 'message'</FONT>
<FONT COLOR="#000000">></FONT>
<FONT COLOR="#000000">></FONT>
<FONT COLOR="#000000">> it saying room not exist wat it mean</FONT>
<FONT COLOR="#000000">> for that i m also insert one row in imc_rooms table..............</FONT>
<FONT COLOR="#000000">No, you cannot create rooms or chat users via SQL, sorry. It could be a useful </FONT>
<FONT COLOR="#000000">feature (instead of IMHO annoying managing like IRC commands) but it's not </FONT>
<FONT COLOR="#000000">possilbe.</FONT>
<FONT COLOR="#000000">I opended a "feature request" for this:</FONT>
<FONT COLOR="#000000"> </FONT>
<FONT COLOR="#000000"><A HREF="https://sourceforge.net/tracker/?func=detail&aid=1819835&group_id=139143&atid=743023">https://sourceforge.net/tracker/?func=detail&aid=1819835&group_id=139143&atid=743023</A></FONT>
<FONT COLOR="#000000">Regards.</FONT>
</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>