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
On Friday 22 February 2019 at 18:05:26, hw wrote:> 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?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.
On 2/22/19 6:12 PM, Antony Stone wrote:> On Friday 22 February 2019 at 18:05:26, hw wrote: > >> 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? > > Yes - so long as you spell it correctly :)Thanks, it seems to work :)