[Serusers] SER MESSAGES
Klaus Darilion
klaus.mailinglists at pernau.at
Mon Mar 7 16:58:01 CET 2005
Hi Kiko!
You can force Windows Messenger to fallback from "session model" to
"page model" by catching the INVITEs in your ser.cfg and reply with 488
- e.g.:
if ( method=="INVITE" && ( search("^m=x-ms-message") ||
search("^m=message") ) && !search("^m=audio") ) {
xlog("L_INFO", "%is [%Tf]: %rm %fu -> %ru [R4]: INVITE
with message session found -> reply 488!");
sl_send_reply("488", "Not Acceptable Here");
break;
}
regards,
klaus
Kiko Vives wrote:
> Hi all.
>
> Just two questions:
>
> 1.- I think that SER does not support presence for Windows Messenger 5.0
> or above. Is that correct ? Is there anyway of supporting it (new PA
> module, ...) ?
>
> 2.- Is there anyway of use instant messaging for Windows Messenger with
> SER ? Which are the modules that I have to use ? When I try to log a
> MESSAGE method [ with:
> "if(method=="MESSAGE")
> {
> log(1, "MESSAGE");
> }
> I get nothing because first it tries with an INVITE packet and RTPROXY
> takes it and sais that cannot extract media because I think he expects
> audio or video media but no messages. Is there a way of do it?
>
> Many thanks in advance.
>
>
> _______________________________________________
> Serusers mailing list
> serusers at lists.iptel.org
> http://lists.iptel.org/mailman/listinfo/serusers
>
>
More information about the sr-users
mailing list