search for: johncahil

Displaying 3 results from an estimated 3 matches for "johncahil".

Did you mean: johncahill
2012 Feb 06
3
Script to automatically update externip. Useful for a host with dynamic public IP
#!/bin/bash # checksetexternip.sh # Author: John Cahill email at johncahill.net # Licence: GPL v3 # Description: script that queries checkip.dyndns.com to find the server's external IP address. Updates asterisk's externip value and does a sip reload if necessary. # Last modified 06/02/2012 is_ip(){ input=$1 octet1=$(echo $input | cut -d "." -f1...
2013 Jun 06
1
Asterisk HA
I was go through'ing the following links for HA, https://wiki.asterisk.org/wiki/display/TOP/Failover+-+Linux - which doesn't have file syncing. https://www.johncahill.net/wiki/index.php/2_Node_Active/Passive_cluster - this one has file syncing with pacemaker Any other HA applications available or the lsyncd with pacemaker is good? Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/aste...
2013 Mar 31
0
SRTP woes
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I'm running Asterisk 11.3.0 on wheezy. I'm trying to do TLS +SRTP with blink SIP clients as shown here https://wiki.asterisk.org/wiki/display/AST/Secure+Calling+Tutorial. TLS is fine and I can call between clients. SRTP is a different matter, my SIP clients return: SIP 488 "Not acceptable Here" I'm really stumped on this