<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Dear Andreas,<div><br></div><div>It worked as described.</div><div><br></div><div>Thank you <br><br><div>> Date: Wed, 15 May 2013 15:54:41 +0200<br>> From: agranig@sipwise.com<br>> To: spce-user@lists.sipwise.com<br>> Subject: Re: [Spce-user] SMS supporting<br>> <br>> Hi,<br>> <br>> Currently MESSAGE handling is implemented to forbid relaying unsolicited <br>> messages, which means that the receiving user needs to authorize the <br>> sending user first via the SIP/SIMPLE work-flow (SUBSCRIBE a->b, NOTIFY <br>> server->b, XCAP b->server authorizing the subscription, NOTIFY <br>> server->a). Presence with SIP/SIMPLE is quite crappy and we only got it <br>> up and running properly with Jitsi.<br>> <br>> However, you can disable this authorization check by copying your <br>> impresence.tt2 to impresence.customtt.tt2 in <br>> /etc/ngcp-config/templates/etc/kamailio/proxy, search for the comment <br>> "checks if watcher is authorized to subscribe event" and change the <br>> block to something like this:<br>> <br>> else if(is_method("MESSAGE"))<br>> {<br>>      xlog("L_INFO", "Handling message request - [% logreq -%]\n");<br>>         route(ROUTE_IMP_RELAY);<br>>   exit;<br>> }<br>> <br>> That should do the trick for you.<br>> <br>> Andreas<br>> <br>> <br>> <br>> On 05/15/2013 03:34 PM, andreas tseiko wrote:<br>> > Dear Daniel,<br>> ><br>> > I forgot to attach the trace.<br>> ><br>> > Best regards.<br>> ><br>> ><br>> >  > Date: Wed, 15 May 2013 11:02:41 +0200<br>> >  > From: dgrotti@sipwise.com<br>> >  > To: spce-user@lists.sipwise.com<br>> >  > Subject: Re: [Spce-user] SMS supporting<br>> >  ><br>> >  > Hi Andreas,<br>> >  ><br>> >  > please have a look at this thread about SMS first:<br>> >  ><br>> >  > http://lists.sipwise.com/pipermail/spce-user/2013-March/003234.html<br>> >  ><br>> >  ><br>> >  > Regards,<br>> >  > Daniel<br>> >  ><br>> >  ><br>> >  > On 05/15/2013 10:51 AM, andreas tseiko wrote:<br>> >  > > Dear All,<br>> >  > ><br>> >  > > Could you please inform me if product CE supports SMS?<br>> >  > > If yes do we need to add any new module?<br>> >  > > In case that SMS service is being supported by CE could you please<br>> >  > > provide us a basic configuration example?<br>> >  > ><br>> >  > > Best regards.<br>> >  > ><br>> >  > ><br>> >  > > _______________________________________________<br>> >  > > Spce-user mailing list<br>> >  > > Spce-user@lists.sipwise.com<br>> >  > > http://lists.sipwise.com/listinfo/spce-user<br>> >  > ><br>> >  ><br>> >  > _______________________________________________<br>> >  > Spce-user mailing list<br>> >  > Spce-user@lists.sipwise.com<br>> >  > http://lists.sipwise.com/listinfo/spce-user<br>> ><br>> ><br>> > _______________________________________________<br>> > Spce-user mailing list<br>> > Spce-user@lists.sipwise.com<br>> > http://lists.sipwise.com/listinfo/spce-user<br>> ><br>> <br>> _______________________________________________<br>> Spce-user mailing list<br>> Spce-user@lists.sipwise.com<br>> http://lists.sipwise.com/listinfo/spce-user<br></div></div>                                          </div></body>
</html>