SRTP With Accounts In Mysql Database

Home » Asterisk Users » SRTP With Accounts In Mysql Database
Asterisk Users 2 Comments

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