search for: registrar

Displaying 20 results from an estimated 394 matches for "registrar".

2010 Nov 13
3
Compile errors with the latest git of 1.3.7
I'm getting the below error when trying to compile the latest git. gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wstrict-prototypes -Wtype-limits -Wwrite-strings -Wpointer-arith -g -O2 -o registrar.o registrar.c registrar.c: In function 'DllGetClassObject': registrar.c:747: error: 'CLSID_Registrar' undeclared (first use in this function) registrar.c:747: error: (Each undeclared identifier is reported only once registrar.c:747: error: for each function it appears in.) registrar...
2010 Nov 27
1
Problem building 1.3.8 from source
...e/peter/src/wine/dlls/atl' gcc -m32 -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wstrict-prototypes -Wtype-limits -Wwrite-strings -Wpointer-arith -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -o registrar.o registrar.c registrar.c: In function ?DllGetClassObject?: registrar.c:778: error: ?CLSID_Registrar? undeclared (first use in this function) registrar.c:778: error: (Each undeclared identifier is reported only once registrar.c:778: error: for each function it appears in.) registrar.c: In function...
2005 Jan 13
1
SIP registration error, lost packets with asterisk
...all, I encounter an annoying problem using Asterisk. I 'm using SIP. I try to register an Asterisk as a SIP end user with another Asterisk. If I put both asterisk in the same local network, no problem to do it. The asterisk end user registered perfectly with the other (let's call it the registrar). Authentication is enable and works fine. The problem occurs when I put the registrar outside my private network (in a datacenter). If I don't use authentication, no problem at all. the end user is able to register itself. but if I use authentication, registration is impossible. here is my...
2017 May 04
3
hdt-project.org no IP?
...e current? But the whois seems to show it is expired? Went to the gandi site, and it doesn't show a renewal option or anything? whois hdt-project.org [Querying whois.publicinterestregistry.net] [whois.publicinterestregistry.net] Domain Name: HDT-PROJECT.ORG Registry Domain ID: D156056413-LROR Registrar WHOIS Server: Registrar URL: http://www.gandi.net Updated Date: 2017-05-04T18:43:33Z Creation Date: 2009-05-04T20:20:51Z Registry Expiry Date: 2017-05-04T20:20:51Z Registrar Registration Expiration Date: Registrar: Gandi SAS Registrar IANA ID: 81 Registrar Abuse Contact Email: Registrar Abuse Conta...
2009 Jun 24
10
good small registrar?
Greetings, What are some registrars that members of this list have had good experience with? I was stepping through the godaddy checkout process, and being opted-in to a dozen different upsell features just left a bad impression. But I have no clue who else to go with. -Eugene -------------- next part -------------- An HTML attach...
2008 Mar 05
4
Problem between Asterisk and an Aastra 57i
...age 1: German time server1: 192.53.103.108 time server2: 192.53.103.104 time format: 1 date format: 5 sip line1 auth name: AWirth sip line1 password: AWirth493 sip line1 user name: 47 sip line1 display name: AWirth sip line1 screen name: "Alfred Wirth" sip line1 proxy port: 5060 sip line1 registrar ip: 192.168.8.7 sip line1 registrar port: 5060 sip line1 outbound proxy port: 5060 sip line1 registration period: 84400 sip line1 dtmf method: 1 sip line1 missed call summary subscription: 1 sip line1 backup proxy port: 5060 sip line1 backup registrar port: 5060 sip use basic codecs: 1 sip out-of-b...
2006 Mar 15
0
OT: Using Sipsak to reboot a Snom phone < -a nswered my own question
...SIP message: Procedure: 1. Create a file that will send the SIP message. This is a plain text file. 2. All lines in this file must be <CR><LF> format NOT Unix format! 3. Last 2 lines in the file MUST be empty <CR><LF> 4. Contents of the file: NOTIFY sip:<peer>@<registrar>;user=phone SIP/2.0 Via: SIP/2.0/UDP <registrar>:5060 From: <sip:unknown@<registrar>> To: <sip:<peer>@<registrar>> Contact: <sip:<peer>@<registrar>> Call-ID: 4d61cf9e505d40e905032a18329d61ec@192-168-1-46 <--this can be whatever you like. N...
2004 Aug 06
0
Asterisk as SIP proxy?
...y and is more of a multi-protocol pbx with limited SIP support, but... ... is it possible if you have a central registration server that handles all of your dialplan routing and several asterisk PSTN gateways that it routes calls to for an outbound SIP conversation using reinvites and NOT have the registrar box try and send ANY RTP traffic back to the client? It looks like the callflow goes like this, currently: Client invites, registrar contacts PSTN-GW, registrar sends invite back phone to setup RTP between phone and registrar, registrar then sends invite back to phone to setup RTP between phone a...
2006 Jun 25
4
DNS Server
Hello, I have recently switched from having a dynamic IP address and using a DNS service like zoneedit and dyndns to having a static IP address. How do I stop having to use these DNS services and use my own? I tried changing the DNS servers at my registrar but it won't accept my server. TIA
2006 Mar 09
3
OT: Snom 320, displaying text on the scree n from *
try "sipsak -M -O desktop -B "foo" -s sip:<user>@<registrar> -H <ip of registrar>" the trick is to specify the "-O desktop" parameter + the "-H <ip of registrar>" parameter. Sipsak fakes the host-header of the registrar so that the Snom thinks it is coming from your Asterisk server, then lets the message through to...
2005 Aug 30
1
Registrar only setup
Hello, I'm having trouble figuring out how to setup Asterisk so that it's only a registrar - not passing any RTP data during phone calls. So far I got this far: Asterisk server holds registration information for phones Phones register with Asterisk giving it their ip+port where they can be currently contacted NAT doesn't seem to be a problem because STUN seems to take care of...
2005 Feb 15
2
Dialplan + Registrar DB
Hi; As you probably know, SER style of handling an incoming call is : 1) try to look-up it from registrar DB 2) if not found there, try to do some thing else Is there any possibility of doing the above at "Asterisk Dial-plan"? Regards Mohammad -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments...
2009 Mar 06
3
WAY OT: domain name registration .co.za
Hello All, Very sorry about WAY off-topic query, but you folks really are one of my most International subscribed groups. I am looking for a recommendation for a domain name registrar I can register my .co.za domain name with that won't 'yank my chains'. I tried a couple attempts at registering and found some hidden fees along with the insistence that I had to host my DNS with them. Lots of hosting bundles! I just want a registrar that can register the domain na...
2017 May 05
2
hdt-project.org no IP?
...ndi site, and it doesn't show a renewal option or anything? > > > > whois hdt-project.org > > [Querying whois.publicinterestregistry.net] > > [whois.publicinterestregistry.net] > > Domain Name: HDT-PROJECT.ORG > > Registry Domain ID: D156056413-LROR > > Registrar WHOIS Server: > > Registrar URL: http://www.gandi.net > > Updated Date: 2017-05-04T18:43:33Z > > Creation Date: 2009-05-04T20:20:51Z > > Registry Expiry Date: 2017-05-04T20:20:51Z > > Registrar Registration Expiration Date: > That entry shows expired, but this one &...
2017 May 05
0
hdt-project.org no IP?
...it is expired? Went to the > gandi site, and it doesn't show a renewal option or anything? > > whois hdt-project.org > [Querying whois.publicinterestregistry.net] > [whois.publicinterestregistry.net] > Domain Name: HDT-PROJECT.ORG > Registry Domain ID: D156056413-LROR > Registrar WHOIS Server: > Registrar URL: http://www.gandi.net > Updated Date: 2017-05-04T18:43:33Z > Creation Date: 2009-05-04T20:20:51Z > Registry Expiry Date: 2017-05-04T20:20:51Z > Registrar Registration Expiration Date: That entry shows expired, but this one Domain Name: HDT-PROJECT.ORG R...
2005 Feb 18
0
Asterisk to Quintum gateway interconnection
Hello, My colleague installed a Asterisk home as company's SIP server and I would like to integrate the Quintum gateway (SIP) but the calls don't get through. Bellow is are the configurations on each side: Quintum ******** Primary Registrar = 202.69.190.244:5060 Primary Registrar User Name= sipquintum Primary Registrar Pwd= sipquintum Primary Proxy = 0.0.0.0:0000 Primary Proxy User Name= sipquintum Primary Proxy Pwd= sipquintum Secondary Registrar = 0.0.0.0:0000 Secondary Registrar User Name= Secondary...
2009 Jun 24
0
Avaya 4620 SW SIP Config - not setting Proxy/Registrar
I'm using the latest SIP firmware from Avaya. The phone receives the 46xxsettings.txt OK, and then after entering extension and password it goes to the home screen saying 'Registering'. When I check options->ViewIPSettings->IPAddresses on the phone, the registrar and SIP Proxy fields are blank. I have both lines: SET SIPREGISTRAR "67.1XX.XX.XX" and SET 67.1XX.XX.XX:5060;transport=udp in 46xxsettings.txt so I'm not sure why they are empty. Also, what username/password will it use for registration/calls? There is no config examples for the li...
2009 Jul 20
0
Changing registrar
Until now, we were tied to Amen (which delegates to Network Solutions), which was not an optimal choice. As of today, I've moved to Gandi, another French registrar, which is a kind of good citizen out there: http://www.gandi.net/whowe/ http://www.gandi.net/supports/ While I've done everything to avoid a disruption during the transfer period, we might still face some issues. If you notice something wrong, please mail me. cheers, Arnaud (still axing his w...
2019 Feb 13
3
DNSSEC Questions
...2 digests. > cat dsset-domain.tld. domain.tld. IN DS 20716 7 1 04E3E6C87CD4190F74DD0371A14AD5CC42B71521 domain.tld. IN DS 20716 7 2 FA6D0EF0100855E5C85C6CD5A33590681DD9D7D9F6C773785C53E865 E02FF572 It is the keytag (20716) and the digests (hex fields) that are supposed to be uploaded to the registrar according to the section entitled "Configure DS records with the registrar" in the Digital Ocean reference I previously mentioned. In my original message it was the uploading of these keytags and digests to Godaddy that I was referring in my point 1 and which seems to be accomplished...
2005 May 17
4
multiple sip accounts from same sip registrar
Dear all, I have an asterisk sip issue which I don't believe is unique. I use a registrar (sipgate.co.uk) where I have 3 different accounts. These accounts provide me with three seperate local phone numbers which allow me to allocate them to seperate users. By using just one of these accounts I can set asterisk up to send and receive calls no problem. However, when I start to introduce...