El Tuesday 17 July 2007 12:49:08 Daniel-Constantin Mierla escribió:
if(method=="MESSAGE") { if (uri=~ "sip:chat1@") { imc_manager(); } }
the URI condition here should match test_room@... as well, not it matches only chat1.
Ah, OK, I understand, so I hould have a URI for managing rooms (as "room-admin@domain.org") and URI's with the name created (as "chatX@domain.org").
Thanks, now I understand.