similar to: DyDNS + externip

Displaying 20 results from an estimated 8000 matches similar to: "DyDNS + externip"

2004 Mar 02
7
Cisco IP Phones
We have worked with some of you supplying Cisco IP phones to use with your Asterisk system. We have a good supply of new and used Cisco IP phones (CP-7905, CP-7940 and CP-7960) at this time. All of our equipment carries a 90-day warranty. If we can help you out with any of your phone, router or switch needs, please let me know. Thanks, Jon Putnam Global Technology Solutions main #763-488-1870
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) octet2=$(echo $input
2009 Jun 16
2
no sdp or contact replacement using externip
Hi all! Do anybody has a full working environment using externip on an asterisk box behind a nat? I tried with two diferent boxes (Elastix-1.4.24 e Trixbox-1.4.22-3)and the asterisk do not replace neither contact, neither sdp headers info with the externip informed on sip.conf general parameters. I used these two statements: externip=XXX.XXX.XXX.XXX localnet=192.168.200.0/255.255.255.0 Do
2013 Jun 28
1
Asterisk behind NAT and Kamailio --> Internal IP in SDP and not "externip"
Hi, We have some Asterisk servers that we are moving behind a NAT to preserve public addresses and make room for growth. This is Asterisk 1.4 NAT works very good with the externip/localnet-setting when we are connected directly to our teleco. But when I try to use NAT and put them behind our Kamailio something interesting happens: The media-address in the SDP is the internal ip and not the
2004 Jan 26
1
SIP behind NAT - use of "externip" option
I am having difficulty configuring SIP behind NAT (using latest CVS). Using sip.conf: [general] port=5060 ; Port to bind to externip=ww.xx.yy.zz bindaddr=0.0.0.0 nat=yes register=>[userid]:[password]@voiptalk.org/2000 [voiptalk.org] nat=yes externip=ww.xx.yy.zz type=friend secret=[password] nat=yes reinvite=no canreinvite=no I fail to register. SIP Debug gives: SIP
2004 Jul 14
3
Using a DNS name for externip in sip.conf
Does anyone know if the 'externip=' in sip.conf is resolved just once at startup or on an on going basis? I would like to use a DNS name through one of the dynamic DNS providers, but if the DNS updates, and asterisk continues using the old resolved value, this could get tricky. Thanks, Dennis
2012 Feb 02
2
externip nat audio sip trunk issue problem
Hi all, I've tried search this problem on the list... no luck... The case is: without externip/localnet config on sip.conf [general] my SIP trunk works, but with no audio NAT problem (asterisk sends the private 192 address to the outside...) when I configure externip/localnet correctly my SIP trunk simply disappear! Checking the signalling with tcpdump shows me that Im sending the
2005 Mar 18
15
Meetme2 compilation problem
Hi All, I am trying to compile meetme2 in my asterisk box and getting the following compilaton error. Please help me to sort it out. cc -fPIC -c -o app_dial.o app_dial.c In file included from app_dial.c:14: /usr/include/asterisk/lock.h: In function `ast_mutex_init': /usr/include/asterisk/lock.h:317: `PTHREAD_MUTEX_RECURSIVE' undeclared (first use in this function)
2016 Sep 14
2
Asterisk 13 externip
Hi, What is the equal option for externip in asterisk 13 with pjsip. I have tried external_media_address=XX.XX.XX.XX external_signaling_address=XX.XX.XX.XX but asterisk 13 writes local ip to the from header. any suggestions? Best Regards, Madushan -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Mar 03
1
ekiga sip registration fails; externip no help
ekiga registration fails. I've set nat = yes ( also blank ) and i've set externip. Anybody have a sip.conf that works? Here's the sip debug: Reliably Transmitting (NAT) to 86.64.162.35:5060: REGISTER sip:ekiga.net SIP/2.0 Via: SIP/2.0/UDP 10.10.11.180:5060;branch=z9hG4bK17818198;rport Max-Forwards: 70 From: <sip:test at ekiga.net>;tag=as64618445 To: <sip:test at
2005 Aug 24
7
NAT and SIP.conf update.
I have a standard BT home DSL, which means I cannot have a static IP address, therefore i'm forced to use NAT, I subscribe to a DDNS service and have written a VB app which polls the router every 10 seconds and updates the DDNS if appropriate. This is fine but I need to be able to modify my sip.conf (externip = w.x.y.z) and reload sip, does anyone know of a script/app which does an nslookup
2005 Mar 02
3
More NAT questions
> Still trying to get NAT working. Try adding a canreinvite=no. Nabeel
2010 Sep 17
1
externip/localnet
Hi All, Is it possible to specify more than 1 localnet? I know this is an odd question. I have a customer that has multiple sites linked by VPN. Main range is 192.168.33.0/24 and a remote site is 10.1.1.0/24 We want to allow some access to the public IP address at the main site. For this to work I need to use the externip and localnet directive. If I do this it rewrites the SDP with the
2016 Sep 15
2
Asterisk 13 externip
On Thu, Sep 15, 2016 at 7:17 AM, Faheem Muhammad <faheem2084 at gmail.com> wrote: > > > On Wednesday, 14 September 2016, Madushan Geethanga < > mgliyanage.rc at gmail.com> wrote: > >> Hi, >> >> What is the equal option for externip in asterisk 13 with pjsip. I have >> tried >> >> external_media_address=XX.XX.XX.XX >>
2005 Feb 23
5
Zaptel Red Alarm
Guys.. I just saw this for the first time... I did some google and wiki without any luck.. what does a red or yellow alarm mean in zaptel? Feb 23 02:54:16 WARNING[16890]: chan_zap.c:5865 handle_init_event: Detected alarm on channel 2: Red Alarm Feb 23 02:54:24 NOTICE[16890]: chan_zap.c:5860 handle_init_event: Alarm cleared on channel 2 This just happened by itself..
2005 Jan 24
1
.call file creation
I am curious partly because it has occurred randomly in my asterisk system. How does one go about creating a .call file for placing a call between two extensions/phones? I know this has been mentioned and is probably in one of the wikis somewhere, but I am unsure exactally how to go about doing it. Can anyone point me in the right direction. Dan
2006 Jan 21
3
Asterisk always uses 127.0.0.1 address
Hi, all Can someone tell me where to tell asterisk no to use 127.0.0.1 IP (localhost)? When I am registering with VoIP providers, they get my info as s@127.0.0.1. (This is SIP registration). Also, in SIP logs, when calling I am getting things like this: Executing SetCallerID("SIP/phone2-22c3", ""CID Name" <CIDNUMBER>") > in new stack > -- Executing
2005 Feb 04
1
echo's + cheap phones
Is it possible that cheap phones (Budgetone) cause echo's? I had a digium X100p and i managed to get rid of all the echo problems i was having. Recently i got a Voicetronix Openswitch12, and getting terrible noises when i use an IP phone (budgetone) to call analog phones or PSTN. I have tried all the possible things (rxgain, txgain, echocancel, i even changed the codec to g711) Is it
2016 Sep 15
2
Asterisk 13 externip
On Thu, Sep 15, 2016 at 8:38 AM, Madushan Geethanga <mgliyanage.rc at gmail.com > wrote: > Hi, > > Thanks for the reply. > > Yes my PABX is on the cloud when I try to register to the server, the > server sends registration OK with public address but OPTION method > includes the private address of the server in from header not the public > address. I have include
2004 Dec 21
3
What is sip-friends.sql??????
maybe a dumb question but what do we have here??? sip-friends.sql # # Table structure for table `sipfriends` # CREATE TABLE `sipfriends` ( `name` varchar(40) NOT NULL default '', `secret` varchar(40) NOT NULL default '', `context` varchar(40) NOT NULL default '', `username` varchar(40) default '', `ipaddr` varchar(20) NOT NULL default '',