similar to: IAX port 4569

Displaying 20 results from an estimated 7000 matches similar to: "IAX port 4569"

2017 Jun 05
3
IAX port 4569
Another might be to make sure iptables isn't blocking the connection. You can run iptables -L -n -v To see if its set to block any ports. On June 5, 2017 9:06:55 AM EDT, thelma at sys-concept.com wrote: >I'm getting: >netstat -a |grep 4569 >udp 0 0 0.0.0.0:4569 0.0.0.0:* > >Should I be getting localhost IP? > >Thelma > >On 06/05/2017
2017 Jun 05
4
IAX port 4569
I think you need to increase verbose output and search in /var/log/asterisk/full for any error message related to IAX2 registration or simil. 2017-06-05 17:12 GMT-03:00 <thelma at sys-concept.com>: > No, I don't think it is IP table issue, I've not upgraded dd-wrt for a > while and it was zoiper was working OK with my previous version of > asterisk. > > After upgrade
2017 Jun 05
3
IAX port 4569
You can use tcpdump in your server to verify if it is receiving the packets. tcpdump -ni any port 4569 So you have more than one ip in the server? On 5 Jun 2017 9:13 pm, <thelma at sys-concept.com> wrote: > No, I don't think it is IP table issue, I've not upgraded dd-wrt for a > while and it was zoiper was working OK with my previous version of > asterisk. > >
2017 Jun 05
3
IAX port 4569
Use the command bellow to check if is Asterisk opening the port. netstat -nap | grep 4569 You need to see something like this output, otherwise your asterisk is not opening the port. udp 0 0 0.0.0.0:4569 0.0.0.0:* 10244/asterisk Att, H?lvio Junior dCAA - Digium Certified Asterisk Administrator SafeId - Gest?o de identidades e Acessos +55 41 | 9
2017 Apr 19
3
How to build with cdr_adaptive_odbc ?
Than you very much. I use asterisk 14, and yes, menuselect shows me the need for generic_odbc(E), res_odbc_transaction(M) and ltdl(E) but what does this imply under debian ? I have unixodbc installed an tested and too libltdl-dev ! But what am I missing ? On 04/19/2017 10:10 AM, Marcelo Terres wrote: > What version of Asterisk are you using? > > When I go to cdr_adaptative_odbc in
2017 Apr 17
3
How to build with cdr_adaptive_odbc ?
Thank you, but unixodbc and odbcinst are installed... end even unixodbc-dev But I get the same need for "generic odbc(E)". On 17/04/2017 10:48, Marcelo Terres wrote: > You need unixodbc and odbcinst packages too, to configure the odbc. > > []s > Marcelo H. Terres <mhterres at gmail.com> > IM: mhterres at jabber.mundoopensource.com.br >
2016 Jul 14
2
Asterisk and Yealink T21P E2
Hello. Anybody in the list is using this IP phone? Regards, Marcelo H. Terres <mhterres at gmail.com> IM: mhterres at jabber.mundoopensource.com.br https://www.mundoopensource.com.br https://twitter.com/mhterres https://linkedin.com/in/marceloterres
2014 Aug 29
2
XMPP + Asterisk integration - a practical and simple example
http://www.mundoopensource.com.br/en_page_xmpp_asterisk_pratical_example/ Regards, Marcelo H. Terres mhterres at gmail.com Openfire-BR owner list IM: marcelo at jabber.mundoopensource.com.br http://www.mundoopensource.com.br http://offtopicsandfun.blogspot.com http://biertasters.blogspot.com http://twitter.com/mhterres
2017 Aug 14
2
VoIP monitor and multiple RTP streams
Hello. Is someone here using VoIPmonitor? I am using just the sniffer and I found some pcap files that contain some odd streams. For example, I have a file with 3 streams, but the weird stuff is that 2 streams are the same (e.g., have the same source address and port and same destination address and port). Example: "Source Address","Source Port","Destination
2017 Jul 19
2
corosync and Asterisk 13
yessir From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Marcelo Terres Sent: Wednesday, July 19, 2017 10:05 AM To: Asterisk Users Mailing List - Non-Commercial Discussion <asterisk-users at lists.digium.com> Subject: Re: [asterisk-users] corosync and Asterisk 13 Did you installed the dev package? corosync-dev Marcelo H.
2017 Jul 19
2
corosync and Asterisk 13
I want to use corosync and installed it via ubuntu repository. I guess there is a version 1 and 2 of corosync. For some reason ./configure for Asterisk (13) isn't recognizing I have corosync installed. I can't enable the res_corosync module in menuselect. Any ideas? Thanks! Travis -------------- next part -------------- An HTML attachment was scrubbed... URL:
2016 Sep 19
2
Asterisk 14.0.0-rc1 Now Available
One more thing about my last email: I think that you forgot to update the configs/samples/res_odbc.conf.sample file, because it still contains idlecheck and limit parameters. Regards, Marcelo H. Terres <mhterres at gmail.com> IM: mhterres at jabber.mundoopensource.com.br https://www.mundoopensource.com.br https://twitter.com/mhterres https://linkedin.com/in/marceloterres On Mon, Sep 19,
2017 Jun 30
3
asterisk.conf ignored?
Hi all I'm trying to limit the maximum concurrent calls on my Asterisk to try and mitigate another problem I posted about earlier. I've edited /etc/asterisk/asterisk.conf And uncommented this line, and put a value of 60 in there: maxcalls = 60 in an effort to limit my Asterisk to 60 simultaneous calls. I did a core reload in the CLI after doing that.
2017 Jul 19
2
corosync and Asterisk 13
I have an 14.04 server with Asterisk 13.5 that will recognize it. It has corosync and corosync-dev version 2.3.3 on it. The one I can?t get to recognize it is 16.04 ubuntu, with corosync and -dev version 2.3.5. Won?t be recognized by ./configure for Asterisk 13.17, 13.16, or Asterisk Certified 13.13. I REALLY need some help figuring this out. ? Thanks! From: asterisk-users-bounces at
2017 Apr 13
2
How to build with cdr_adaptive_odbc ?
I use debian stretch and I have installed unixodbc-dev but I have a dependency on genreric_odbc in make menuselect What am I missing ? Is there an howto ? Thanks PX
2016 Sep 19
3
Asterisk 14.0.0-rc1 Now Available
The Asterisk Development Team has announced the first release candidate of Asterisk 14.0.0. This release candidate is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk The release of Asterisk 14.0.0-rc1 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following are the issues
2016 Jul 29
2
WhatsApp feature on Asterisk
Can anyone put light on whatsapp features and how it can be operated . What are the technology that need to be installed , Regards Yves -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20160729/62da2470/attachment.html>
2017 Feb 14
2
14.3.0 download archive corrupt - cannot extract
On Tue, Feb 14, 2017, at 09:57 AM, Marcelo Terres wrote: > Same problem with me. > > I downloaded the file in 2 different places and had the same error... An issue was filed for tracking this[1] and it will be resolved later today. [1] https://issues.asterisk.org/jira/browse/ASTERISK-26791 -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL
2009 Oct 28
1
pdbedit error (using LDAP)
Hi. I'm using pdbedit to edit users accounts and everything works fine. But when I'm trying to use pdbedit to edit domain account policies I'm receiving the following error: pdbedit -P "password history" -C 4 smbldap_search_domain_info: Searching for:[(&(objectClass=sambaDomain)(sambaDomainName=MYDOMAIN))] StartTLS issued: using a TLS connection
2017 Jun 12
3
OT: Explain where mailing list bouncing comes from ?
Hello, I'm a faithful reader of this mailing list, for several years now. Lately, I'm receiving emails asking me to re-enable my list subscription due to "excessive bouncing". What does this exactly mean and why am I receiving this ? Beside re-enabling my subscription, what can I do to improve things ? Regards -------------- next part -------------- An HTML attachment was