Re: [asterisk-users] Asterisk inside network. What phone works well?

2016-10-13 Thread kevin . larsen
> I have Asterisk running well inside our network. I did some > experiments exposing it to internet but had some issues: > 1. NAT issues (voice one way, etc). From what I understand double- > NAT users will always have something like this > 2. Immediately I see people trying to hack into. I did

[asterisk-users] Asterisk inside network. What phone works well?

2016-10-13 Thread Ivan Demkovitch
Hello list, I have Asterisk running well inside our network. I did some experiments exposing it to internet but had some issues: 1. NAT issues (voice one way, etc). From what I understand double-NAT users will always have something like this 2. Immediately I see people trying to hack into. I

Re: [asterisk-users] Asterisk 13.11.2 unable to register on Centos 7 64bit

2016-10-13 Thread Victor Villarreal
Hi Motty, Please, set Verbose to 3 and Debug to 3 At Asterisk CLI. Then "sip set debug on". Now try to register again. At last, " sip de debug off". Examine tour console or full log file to find some clue ir send me back some trace. Cheers. El oct. 13, 2016 1:45 PM, "Motty Cruz"

Re: [asterisk-users] Openfile Issue

2016-10-13 Thread Ahmed Munir
[root@abc asterisk]# lsof -u 50771 | wc -l 0 BTW, I'm using CentOS 6.5 > > Date: Thu, 13 Oct 2016 10:20:19 -0400 >> From: Dovid Bender >> To: Asterisk Users Mailing List - Non-Commercial Discussion >> >> Subject: Re:

[asterisk-users] Wildcard AEX800 digium card asterisk configuration

2016-10-13 Thread christopher kamutumwa
hello, i recently purchased a Wildcard AEX800 digium card. Ive installed asterisk 13 and all prerequistses on ubuntu serv14.04 LTS. Dahi is the driver am using; ive configured all but when i call from PSTN through fxo port an not getting anything in logs or to extensions. below are my config

Re: [asterisk-users] Openfile Issue

2016-10-13 Thread Dovid Bender
50771 is the PID. I am talking about the user. for instances if running as root (which you should never do) then: lsof -u root | wc -l On Thu, Oct 13, 2016 at 1:31 PM, Ahmed Munir wrote: > > [root@abc asterisk]# lsof -u 50771 | wc -l > 0 > > BTW, I'm using CentOS 6.5 >

[asterisk-users] Asterisk 13.11.2 unable to register on Centos 7 64bit

2016-10-13 Thread Motty Cruz
Hello, fresh install of Asterisk 13.11.2, client unable to register. For now I have IPtables disabled, also selinux is disabled [1006] type=friend username=1006 secret=mysecret context=sip-phone call-limit=1 callerid="iuser" <1006> disallow=all host=dynamic allow=all any ideas?

Re: [asterisk-users] Asterisk inside network. What phone works well?

2016-10-13 Thread Mark Wiater
I think you had asked what phone works well with VPN's. I've had very good experiences with Yealink using OpenVPN, never an issue. I think I've heard that Snom does OpenVPN as well. Mark -- _ -- Bandwidth and Colocation

Re: [asterisk-users] Asterisk 13.11.2 unable to register on Centos 7 64bit

2016-10-13 Thread Motty Cruz
Hello Victor, I did set debug on, but I don’t see any errors. I did tcpdump, client is trying to register: here is the header of a udp packet User Datagram Protocol, Src Port: 55300, Dst Port: 5060 Session Initiation Protocol (REGISTER) Request-Line: REGISTER

Re: [asterisk-users] Openfile Issue

2016-10-13 Thread Steve Edwards
On Thu, 13 Oct 2016, Dovid Bender wrote: 50771 is the PID. I am talking about the user. for instances if running as root (which you should never do) then:  lsof -u root | wc -l Wouldn't sudo lsof -c asterisk | wc --lines be more direct and accurate? -- Thanks in advance,

[asterisk-users] Asterisk 14.0.2 opens a high numbered UDP port

2016-10-13 Thread Brandon B.
What part of Asterisk 14.0.2 opens the random, high numbered (33094 currently) UDP port? This port is opened even without any channel drivers loaded. $ sudo netstat -ltunp | grep asterisk udp0 0 0.0.0.0:51488 0.0.0.0:* 13830/asterisk udp0

Re: [asterisk-users] Asterisk 13.11.2 unable to register on Centos 7 64bit

2016-10-13 Thread Victor Villarreal
Ok. Please, note that 192.168.1.37 (I suspect) is the internal LAN address Of the Polycom hardphone. If this is true, then you have NAT issues. The REGISTER message are received by your PBX, but when respond, Asterisk send the next SIP message to the IP informed by the phone, that is the

Re: [asterisk-users] Asterisk 14.0.2 opens a high numbered UDP port

2016-10-13 Thread George Joseph
On Thu, Oct 13, 2016 at 12:35 PM, Brandon B. wrote: > What part of Asterisk 14.0.2 opens the random, high numbered (33094 > currently) UDP port? This port is opened even without any channel drivers > loaded. > > $ sudo netstat -ltunp | grep asterisk > udp0 0

Re: [asterisk-users] Asterisk 12 error when installing

2016-10-13 Thread Jonathan H
Are those numbers correct? Asterisk 12 stopped being supported almost 2 years ago and became "do not use" on 2015-12-20 https://wiki.asterisk.org/wiki/display/AST/Asterisk+Versions Ubuntu 14 may still be supported, if you're on 14.0.4.5 https://wiki.ubuntu.com/Releases You could try make

[asterisk-users] Asterisk 12 error when installing

2016-10-13 Thread christopher kamutumwa
Hello, Am trying to install asterisk 12 on ubuntu 14.04lts and am getting the below error after a MAKE any hints how to go round this? bedit.a -> asterisk asterisk.o: file not recognized: File truncated collect2: error: ld returned 1 exit status make[1]: *** [asterisk] Error 1 make: *** [main]

[asterisk-users] Match one OR two digit extension not working as expected without using "dangerous" _. pattern (Ast 14)

2016-10-13 Thread Jonathan H
Back to basics here. I want to match on one OR two digits. The following two both work, but ONLY for more than one digit, which is not as expected from the docs (see below). exten => _X.,1,SayNumber(${EXTEN}) exten => _[0-9].,1,SayNumber(${EXTEN}) This next one will ONLY match 2 digits, as

Re: [asterisk-users] Match one OR two digit extension not working as expected without using "dangerous" _. pattern (Ast 14)

2016-10-13 Thread Jean Aunis
You can use the "!" character : exten => _X!,1,SayNumber(${EXTEN}) Best regards Jean Aunis Le 13/10/2016 à 12:54, Jonathan H a écrit : Back to basics here. I want to match on one OR two digits. The following two both work, but ONLY for more than one digit, which is not as expected from the

Re: [asterisk-users] Match one OR two digit extension not working as expected without using "dangerous" _. pattern (Ast 14)

2016-10-13 Thread Jonathan H
Sorry, I should have said, I already tried "!". It matches immediately and doesn't wait for a second digit. On 13 October 2016 at 12:05, Jean Aunis wrote: > You can use the "!" character : > > exten => _X!,1,SayNumber(${EXTEN}) > > > Best regards > > Jean Aunis > > > Le

[asterisk-users] Softphone with by-default AutoAnswer active?

2016-10-13 Thread Mandar Khire
Hi, I know that This is not Asterisk related question but then also I ask this question here due to Asterisk users know about softphones & here lots of user present. Question:- I am looking for Softphone which work on Windows platform. Softphone must have 'default AutoAnswer on'. Means

Re: [asterisk-users] Softphone with by-default AutoAnswer active?

2016-10-13 Thread Dan Jenkins
On Thu, Oct 13, 2016 at 12:19 PM, Mandar Khire wrote: > Hi, > I know that This is not Asterisk related question but then also I ask this > question here due to Asterisk users know about softphones & here lots of > user present. > > Question:- > > I am looking for Softphone

Re: [asterisk-users] Openfile Issue

2016-10-13 Thread Dovid Bender
What do you get when you do: cat /proc//limits ? On Thu, Oct 13, 2016 at 9:30 AM, Ahmed Munir wrote: > Hi all, > > Now a days getting openfile issues on asterisk quite often even setting > system soft limit to 2 and hard limit to 25000 and issue usually > occurs

[asterisk-users] Openfile Issue

2016-10-13 Thread Ahmed Munir
Hi all, Now a days getting openfile issues on asterisk quite often even setting system soft limit to 2 and hard limit to 25000 and issue usually occurs during openfile socket consumed by system and asterisk is quite smaller than the soft or hard limit. See below system and asterisk logs;

Re: [asterisk-users] Match one OR two digit extension not working as expected without using "dangerous" _. pattern (Ast 14)

2016-10-13 Thread Tony Mountifield
In article , Jonathan H wrote: > Back to basics here. I want to match on one OR two digits. > > The following two both work, but ONLY for more than one digit, which > is not as expected from the docs (see

Re: [asterisk-users] Openfile Issue

2016-10-13 Thread Ahmed Munir
; > Please advise what changes required for permanently fixing this random > > issue. > > > > > > -- > > Regards, > > > > Ahmed Munir Chohan > > > > > > -- > > ____

Re: [asterisk-users] Openfile Issue

2016-10-13 Thread Dovid Bender
t; > open files >> > >> > [2016-10-13 08:18:40] ERROR[2983] acl.c: Cannot create socket >> > >> > [2016-10-13 08:18:40] ERROR[2983] acl.c: Cannot create socket >> > >> >