[OpenSER-Users] IMC Module

Amit Vijayvargiya amit.v at pyronetworks.com
Mon Dec 17 13:57:32 CET 2007


Hi Iñaki,


	Thanks a lot..............
	i found the solution....
	Thanks for ur help........


Thanks & Regards,
--Amit 




On Mon, 2007-12-17 at 11:09 +0100, Iñaki Baz Castillo wrote:
> El Monday 17 December 2007 11:06:04 Amit Vijayvargiya escribió:
> > Hi,
> >
> >     Thats ok.
> >
> >     i m sending one message to openser with uri   chat-
> > manager at domain.com
> >     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 ;)
> 
> 
> 





More information about the Users mailing list