[asterisk-users] Stir-Shaken for asterisk

John Kiniston johnkiniston at gmail.com
Fri May 29 00:00:53 CDT 2020


Nice, Do you have the code up on GitHub? I'd love to see it.

What's the source of the data? Something API driven I hope?

Have you thought about implementing your project via curl instead of
func_odbc?

On Wed, May 27, 2020, 8:52 PM Saint Michael <venefax at gmail.com> wrote:

> In a few weeks, no SIP call is going to terminate unless they are signed
> properly, as mandated by law.  We are in the business of Stir-Shaken,
> signing calls, as an FCC-approved provider. A big differentiator between
> our service and the rest: we are the only ones who don't need to receive
> the calls in our servers to sign them. We do this over a MySQL call,
> easily connectable to Asterisk via res_odbc, so you never have to send us
> your calls. This is a sample of how we do this so you may test now:
> mysql -u anonymous -h 208.73.232.47 -e "call
> strshk.stir_shaken_signature('7274433019','19544447408')".
> If your caller-ID is a valid US number and not a wireless number (that is
> a NO-NO for the FCC), we sign the call as 'C', if you use your own DIDs,
> something we can verify as legit, then we sign as 'B', and if you use our
> DID as caller ID, we sign as 'A', full attestation.
> Please email to venefax at g mail if you have any questions. Do not think
> you can do business as usual. The wild west of VOIP is coming to an end.
> But we can keep you in business if you follow the rules.
> --
> _____________________________________________________________________
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> Check out the new Asterisk community forum at:
> https://community.asterisk.org/
>
> New to Asterisk? Start here:
>       https://wiki.asterisk.org/wiki/display/AST/Getting+Started
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20200528/ae3527d2/attachment-0001.html>


More information about the asterisk-users mailing list