Displaying 20 results from an estimated 4000 matches similar to: "Asterisk server as TLS/SRTP"
2019 Feb 22
2
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)
2017 Apr 22
4
asterisk name in mysql
Thanks a lot for the reply.
I did follow that already, but i do have a problem. Here is my
extensions.conf part for that particular number
exten => 6912345678,1,Answer()
exten => 6912345678,n,MYSQL(Connect connid 127.0.0.1 root mypasswd asterisk)
exten => 6912345678,n,MYSQL(Query resultid ${connid} SET NAMES utf8)
exten => 6912345678,n,GotoIf($["${connid}" =
2003 Apr 30
1
Buzzword bingo: TLS and SRTP
One of my clients today asked me about TLS support for encryption of
SIP payloads, and I didn't have an adequate answer as to why it
wasn't supported or even discussed. Some archive searching finds
scant mention of this in reference to Asterisk. Of course,
encrypting the SIP payload is only 1/2 the problem; the payload
itself is the next problem. I understand that IAX solves these
2012 Mar 08
1
Commercial SSL certs on Asterisk 1.8.10.0 with Polycom phones for encrypted calls using TLS and SRTP?
Hi all,
We're testing TLS and SRTP on Asterisk 1.8.10.0 and have it working
with a commerical (not self-sign) AlphaSSL wildcard (GlobalSign) using
Blink Lite 1.6.2 as per
https://wiki.asterisk.org/wiki/display/AST/Secure+Calling+Tutorial
We've tested with Bria on an iPhone and that doesn't recognised the
commercial CA (GlobalSign Root CA).
On a Yealink 28P with V60/V61 is registers
2017 Apr 20
2
asterisk as non root
Hi. thanks a lot for your replies. I did stop the services and i did issued
the the "chown" and "chmod" commands listed in the guide.
It is necessary to compile it, instead if using the apt-get version
What am i missing?
On Wed, Apr 19, 2017 at 10:47 PM, Antony Stone <
Antony.Stone at asterisk.open.source.it> wrote:
> On Wednesday 19 April 2017 at 18:48:29, Atux
2011 Jun 07
1
tls/srtp: sip_xmit error: returned -2
I'm having trouble setting up tls/srtp secure communications on my
Asterisk server- I'm still rather new at working with Asterisk.
I have enabled tls and encryption and I have csipsimple with tls build
on the phone. I'm currently only testing one phone with this capability
so far, and the rest still work in the current state.
My logging looks like this with verbose turned up:
2011 Mar 01
3
TLS/SRTP calls go to circuit busy.
I'm in the process of testing a TLS/SRTP install. My experience is
improving with each new challenge, but this one is a great test of my 2
month experience with Asterisk.
When I dial 6003 from 6001, it takes 35 seconds until I get the error
message that 6003 is circuit-busy.
Any help would greatly be appreciated. Below is the error message and the
extensions and sip.conf files.
*CLI>
2017 Apr 20
2
asterisk as non root
root at PBX: /var/www/html $ /etc/init.d/asterisk start
[ ok ] Starting asterisk (via systemctl): asterisk.service.
root at PBX: /var/www/html $ ps aux | grep asterisk
asterisk 1007 0.7 2.3 67128 23748 ? Ssl Apr19 8:49
/usr/sbin/asterisk -U asterisk -G asterisk
root 4186 0.0 0.1 4192 1992 pts/0 S+ 17:30 0:00 grep
asterisk
root at PBX: /var/www/html $
2017 Apr 19
2
asterisk as non root
Hi.
Here is the output of the command
root at pbx: ~ $ find / -name asterisk -exec ls -ld '{}' \;
drwxr-xr-x 3 root root 4096 Apr 19 17:32 /usr/include/asterisk
drwxr-x--- 3 asterisk asterisk 4096 Apr 19 17:32 /usr/lib/asterisk
-rwxr-xr-x 1 root root 9719880 Apr 19 17:27
/usr/src/asterisk-11.25.1/main/asterisk
drwxrwxr-x 3 1013 users 4096 Apr 19 16:56
2015 Mar 03
6
TLS, SRTP, Asterisk11 and Snom870s
CentOS-6.5 (FreePBX-2.6)
Asterisk-11.14.2 (FreePBX)
snom870-SIP 8.7.3.25.5
I am having a very difficult time attempting to get TLS and SRTP
working with Asterisk and anything else. At the moment I am trying to
get TLS functioning with our Snom870 desk-sets. And I am not having
much luck.
Since this is an extraordinarily (to me) Byzantine environemnt I am
going to ask if any of you have gotten
2019 Feb 22
2
configure SRTP port range?
Hi,
when trying to use SRTP, I can see UDP traffic from phones to the
asterisk server being dropped be the firewall on arbitrary ports.
Where do I configure the SRTP port range (like the rtp port range)?
Why aren't the clients talking to each other directly but apparenty try
to send the SRTP traffic to the server?
That the traffic is being blocked by the firewall is probably the reason
2019 Feb 23
2
configure SRTP port range?
On 2/22/19 7:56 PM, Joshua C. Colp wrote:
> On Fri, Feb 22, 2019, at 2:48 PM, hw wrote:
>>
>> Hi,
>>
>> when trying to use SRTP, I can see UDP traffic from phones to the
>> asterisk server being dropped be the firewall on arbitrary ports.
>
> There is no separate port range used for SRTP, and Asterisk does not control the port that the phone uses for sending
2018 Mar 15
2
Bank holidays read from file?
Hi. thanks a lot for your reply. i will download the newer libical
software. Could you elaborate on icalendar with google calendar config and
calendar.conf, please?
On Thu, Mar 15, 2018 at 3:00 PM, Ludovic Gasc <gmludo at gmail.com> wrote:
> I never use caldav mode, always icalendar with Google Calendar.
>
> BTW, you use old versions of libical, Asterisk and Debian, I recommend
2019 Feb 23
3
configure SRTP port range?
On 2/23/19 1:15 PM, Joshua C. Colp wrote:
> On Sat, Feb 23, 2019, at 8:06 AM, hw wrote:
>> On 2/22/19 7:56 PM, Joshua C. Colp wrote:
>>> On Fri, Feb 22, 2019, at 2:48 PM, hw wrote:
>>>>
>>>> Hi,
>>>>
>>>> when trying to use SRTP, I can see UDP traffic from phones to the
>>>> asterisk server being dropped be the firewall
2018 Apr 10
2
withheld caller id
so any ideas, please?
On Tue, Apr 10, 2018 at 1:46 PM, Atux Atux <atuxnull at gmail.com> wrote:
> after adding the ww:
> root at Pbx: /etc/asterisk $ asterisk -rvvv
> Asterisk 11.25.3, Copyright (C) 1999 - 2013 D == Using SIP RTP TOS bits
> 184
> == Using SIP RTP CoS mark 5 -- Executing
> [9211123456 at AllCalls:1] Goto("SIP/500-00000003",
2013 Jun 03
2
RHEL6 packages - SRTP support?
I tried installing the Asterisk 11 RHEL6 packages from packages.asterisk.org
I followed this guide:
https://wiki.asterisk.org/wiki/display/AST/Asterisk+Packages
The SRTP support appears to be missing though. I notice libsrtp was not
automatically installed as a dependency, and no srtp module exists under
/usr/lib64/asterisk/modules
Is it still necessary to do a source build every time SRTP is
2014 Mar 29
1
CLI command to see if SRTP is active?
Hi,
I've setup TLS/SRTP with Asterisk 11.8.1 and wonder if there is a CLI
command to see if SRTP is active on a channel/call. I went through sip
show ... and core show channel... and did not see any mentioning of SRTP
while there is an SRTP call active.
Thanks,
Patrick
2014 Apr 05
1
Asterisk and SRTP
Hi experts,
I am trying Asterisk SRTP in my environment, and find that when Asterisk
is behind a NAT, the audi/video UDP ports opened for SRTP relay by Asterisk
are local ports on the Asterisk server, media from the two clients out of
the NAT (for example from Internet) can not reach the ports, and thus the
two client can not establish the secure call via Asterisk. I have set up a
STUN server
2012 Sep 19
2
SRTP & asterisk 1.8.x & SNOM
Hi;
It seems the SNOM Phones are requesting to have SRTP but I do not have the module res_srtp.
I tried to compile it with asterisk 1.8, make menuselect, but I found that it can not be used (I am not able to select it) with the following details:
Secure RTP SRTP
Depends on: srtp E
Can use: N/A
Conflicts with: N/A
So, how I can use it?
What I have to do to know the reason for not being able to
2018 Mar 15
2
Bank holidays read from file?
Hi. Thanks for the idea for calendar, it sounds better. i did not manage to
make it work though. i am running debian 8 32 bit with asterisk 11.25.3. I
have installed the packages libneon27-dev & libical-dev then in
/etc/asterisk the file calendar.conf has the following entries:
[Gcalendar]
type=caldav
url=https://www.google.com/calendar/dav/atuxnull at gmail.com/events/
user=atuxnull at