I am using Asterisk 1.8.10.1 and a MySQL database connected via ODBC to store CDRs. When my MySQL database isn't available when Asterisk starts or has an outage while Asterisk is running, I would expect Asterisk to retry to connect to the database, but this doesn't happen!
I have enabled TLS in asterisk
[general]
tlsenable=yes
tlscertfile=/etc/asterisk/ssl/asterisk.crt
tlsdontverifyserver=no
Everything works, tested on CSipSimple. But there is one problem: not much clients support TLS with client certs (Microsip and blink do not support)
How can I make asterisk do not require client certificates for TLS?
Thanks
Hi all.
I know this is not an asterisk forum, can someone with his/her experience guide me to a wonderful forum like LQ for beginners ?
I am still just explaining my problem. If anyone feels like kindly guide me.
I have installed centos 5.5 on vmware workstation. I successfully installed asterisk 1.4.
If you just install Asterisk gui 2.o from:
svn checkout http://svn.digium.com/svn/asterisk-gui/branches/2.0
And got a 404 URL not found <asterisk server> typing http://ip_machine:8088/static/config/index.html
and already did the “make checkconfig” cmd getting an “everything seems good” output.
and already Checked in Asterisk CLI:
Currently I have a network with 1 ISP, a router/modem, Gigabyte Switch and a server.
All the clients PC are automatically assign IP from DHCP server from a Router/Modem A.
Server A have a fixed IP (eg: 192.168.1.50), installed Linux - used for a Web Server, Asterisk, and Backup use.
I need a new second ISP with separate modem but I want Server B (eg: 192.168.1.60) use ISP B network only.
How To Install Asterisk For Your First PBX Solution
I have windows7 in yhat i installed virtual box and in that installed ubuntu linux os.
in ubuntu i install one sip(Asterisk) server. now my question is how can i connect to asterisk server with windows7 applications
My problem is that i have an asterisk pbx running on centos 4.8, my problem is that asterisk stop working and asterisk's experts say that the problem is in the network, so im checking just to ... [by DANNDP]
I am trying to figure, if Asterisk can support SIP MESSAGE message outside of established call.
I have to use SIP MESSAGE in order to simulate a near-real-time chat functionality (it's a project specification). Until now my research shows, that this is not possible.
Most people use XMPP or other means to achieve IM functionality, or install OpenSer in front of Asterisk.