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