SRTP With Accounts In Mysql Database
Hi,
the ecnryption tutorial[1] says to add ‘encryption=yes’ into sip.conf for a peer to use SRTP.
I have all the account information in a mysql database in a table called
`sippeers` asterisk uses. The table doesn’t seem to have a column for this option.
How can I specify it; where in the database do I put it? Can I just add a column `ecryption` and put ‘yes’ (or no) into it?
[1]: https://wiki.asterisk.org/wiki/display/AST/Secure+Calling+Tutorial
—
2 thoughts on - SRTP With Accounts In Mysql Database
Yes – so long as you spell it correctly 🙂
http://lists.digium.com/pipermail/asterisk-dev/2013-February/058581.html
Antony.
—
You can tell that the day just isn’t going right when you find yourself using the telephone before the toilet.
Please reply to the list;
please *don’t* CC me.
—
Thanks, it seems to work 🙂
—