I have just answered my own questions and it's all fine.

transport will accept a value of tls and interpret it (you'll have to alter
the column definition if you're using an enum).

encryption column can be added and interpreted, here's the column defintion
I used.

alter table sip add column encryption enum ('yes','no') default 'no';


On 21 July 2014 11:31, Ishfaq Malik <i...@pack-net.co.uk> wrote:

> Hi
>
> I'm just about to upgrade to version 1.8.29.0 and have compiled with SRTP.
> However, we exclusively use the asterisk realtime architecture using the
> mysql connector.
>
> Looking at tutorials we have to set encryption=yes and transport=tls for
> any peer we want encrypted traffic for.
>
> Having a look at contrib/realtime/mysql/sippeers.sql from the source code
> shows that the encryption column is completely absent and tls is not an
> option for transport.
>
> Does this mean I can't configure a peer to use TLS and SRTP if using ARA?
> Are there any workarounds?
>
> Thanks in advance
>
> Ish
>
> --
>
> Ishfaq Malik
> Department: VOIP Support
> Company: Packnet Limited
> t: +44 (0)845 004 4994
> f: +44 (0)161 660 9825
> e: i...@pack-net.co.uk
> w: http://www.pack-net.co.uk
>
> Registered Address: PACKNET LIMITED, Duplex 2, Ducie House
> 37 Ducie Street
> Manchester, M1 2JW
> COMPANY REG NO. 04920552
>
>


-- 

Ishfaq Malik
Department: VOIP Support
Company: Packnet Limited
t: +44 (0)845 004 4994
f: +44 (0)161 660 9825
e: i...@pack-net.co.uk
w: http://www.pack-net.co.uk

Registered Address: PACKNET LIMITED, Duplex 2, Ducie House
37 Ducie Street
Manchester, M1 2JW
COMPANY REG NO. 04920552
-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to