El Monday 17 December 2007 11:06:04 Amit Vijayvargiya escribió:
> Hi,
>
>     Thats ok.
>
>     i m sending one message to openser with uri   chat-
> [EMAIL PROTECTED]
>     and with massage create room 123
>
> but it given error
>
>
> Dec 17 15:14:37 [26267] ERROR:imc:imc_handle_message: room [chat-
> manager] does not exist!>
>
>  Dec 17 15:14:37 [26267] ERROR:imc:imc_manager: failed to handle
> 'message'
>
>
>
> in openser.cfg i m configure this for massages
>
>      if (is_method("MESSAGE") && (uri=~ "sip:chat-[0-9]+@" || uri=~
> "sip:chat-manager@")){
>
>          log(1,"The user is not available (status 408), will not try the
> next osp route\n");
>
>          imc_manager();
>          sl_send_reply("200","Ok");
>           exit();
>
>            }
>
> tell me if i am wrong........
> i want to create rooms via message and also add members ..............


I don't remember the exact commands, read the examples in module doc, it's 
clearly explained ;)



-- 
Iñaki Baz Castillo
[EMAIL PROTECTED]

_______________________________________________
Users mailing list
Users@lists.openser.org
http://lists.openser.org/cgi-bin/mailman/listinfo/users

Reply via email to