Displaying 20 results from an estimated 30000 matches similar to: "DNS SRV and new Asterisk install"
2005 Aug 28
0
SER and Asterisk authentication
Heya,
I'm trying to get SER up and running as a front-end for a couple of Asterisk
boxes for SIP clients. I'd like clients to register with the SER platform.
However, I'd like clients to authenticate with Asterisk when they try to
make outgoing calls via Asterisk. Otherwise it seems that users could bypass
my SER box and register directly with the Asterisk boxes and bypass
2005 Sep 05
1
php mail extensions
Hi,
I have recently had problems with doing a security update from the centos
mirrors where the mail extensions were missing from the php package so any
ecommerce sites stopped after the update via yum:
php i386 4.3.2-25.ent.centos.1 update
php-imap i386 4.3.2-25.ent.centos.1 update
php-mysql i386 4.3.2-25.ent.centos.1 update
php-pgsql i386 4.3.2-25.ent.centos.1 update
We reverted back to
2005 Sep 05
1
relationship kh-branch and icecast-trunk
Hi all,
I'm thinking about using the kh-branch because I would really like to use
the slave_redirect feature in the kh branch for load-balancing. I read this
feature won't make it into the 2.3 release, but is it likely to end up in
the 2.4 release. In other words: if I decide to use the kh-branch now, is a
smooth migration back to the icecast-2.4 release likely once that becomes
2005 Sep 07
1
LF not found and other errors
Hi
I have installed dovecot 0.99.14-r1 + postfix 2.1.5-r2 in a gentoo OS
Looking into the mail.err log I see the following errors:
Sep 6 12:26:23 mail pop3(u0185): Error indexing mbox file
/var/spool/mail/u0185: LF not found where expected
Sep 6 12:26:23 mail pop3(u0185): Error indexing mbox file
/var/spool/mail/u0185: LF not found where expected
Sep 6 12:26:23 mail pop3(u0185):
2004 Aug 02
0
Fax on demand
I know you're looking to do this with asterisk, however, if you have trouble and want an outsourced solution, try www.openfax.com. You can do the IVR with Asterisk and then write a script that calls Openfax and they send out the fax for you.
krw
-----Original Message-----
From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Isamar Maia
2004 Dec 22
1
A Question
Heya,
just a question is it possible to do a make install to a diffrent dir than
the defualt
_________________________________________________
Regards:
Bjorn Patterson
Digitalsouth Networks
Technician
Phone: 021 2674751
Fax: (03) 2157121
HYPERLINK "http://www.digitalsouth.net.nz/"http://www.digitalsouth.net.nz
[ When replying to this, please include a copy of the original
2005 Sep 23
2
Help: Boot Dos Floppy image through Pxelinux
Hello,
I would like to boot dos image through PXE linux with menu where the
user will have option of booting
A: Dos
b: Linux
Any how to or guide , will help me out
any links will also help
Regards
K.dinesh
***********************************************************************
In a World Without Fences Who Needs GATES ?
***********************************************************************
2005 Sep 23
1
FW: channel offhook state
> -----Original Message-----
> From: Jacqueline Lee [mailto:jlee@isdomaininc.com]
> Sent: Friday, September 23, 2005 11:46 AM
> To: asterisk-users@lists.digium.com
> Subject: channel offhook state
>
>
> We are using a digium card (TDM400) with asterisk for our access to the
> PSTN. Initially when the server starts, all the zap channels on the card
> are in the
2005 Sep 19
1
Dovecot LDAP authentication not working
Hie all,
I am new to both Dovecot and this list. I am trying to set up a Dovecot and
Sendmail mail server with OpenLDAP user database for authentication. The
sendmail setup is working fine, but authentication for Dovemail is not
working. When I try to authenticate using POP3, I get an "authentication
failed" error, and the logs show the following:
Sep 19 16:53:21 tempo slapd[6316]:
2009 Jul 07
1
[PATCH] Let ovirt-test use DNS SRV to get qpidd server.
This patch teaches ovirt-test to use the usual DNS SRV records to
connect to qpidd so we don't have to enter the server etc. on the
command line.
Signed-off-by: Ian Main <imain at redhat.com>
---
src/ovirt-agent/ovirt-test.rb | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/src/ovirt-agent/ovirt-test.rb b/src/ovirt-agent/ovirt-test.rb
index
2004 Jun 02
3
DNS SRV records
My DNS gui(Cpanel/WHM) only allows the following options for entry type:
A6
AAAA
CNAME
MX
NS
PTR
TXT
WRK
Does anyone know if any of these options are acceptable substitutes for an
SRV record, or do I need to put in a ticket to have a SRV record
specifically created for me?
-----
Andrew Thompson
http://aktzero.com/
2012 Aug 29
3
syntax of samba-tool to deal with SRV DNS record
Hi,
i'm looking to update some SRV DNS Record , but i didn't find the correct syntax to handle priority, weight and port.
The goal is to higher the priority of one of my different DCs.
Thanks for your help
Alain
2005 Jul 21
1
DNS SRV supported phones
Hi,
I am looking to use DNS SRV records for load balancing and failover across
multiple Asterisk servers. The Asterisk servers share the exact same
configuration via mySQL replication. I would like to know which particular
SIP phones support DNS SRV and would like to hear of any success stories.
Many SIP phones claim to support DNS SRV, yet there is usually very little
documentation on how to
2024 Dec 17
2
FSMO transfer of PDC role creates new SRV record in DNS but does not remove old one
Hi,
AFAIK there should be a single DNS SRV record for PDC role in the domain, e.g.:
_ldap._tcp.pdc._msdcs.adx.mobiltel.bg. 900 IN SRV 0 100 389 dc01.example.com.
When doing a 'samba-tool fsmo transfer --role=pdc' on dc02, the reole is being transferred and a new DNS record added, but the old one for dc01 is not removed. Is there anything not working correctly in my setup or does it need
2004 Sep 07
0
SRV lookup fails after DNS update
Hi,
SRV records have been working fine until my hoster decided to upgrade BIND.
working wrong syntax: _sip._udp SRV 10 10 5050 mydyndns.
correct syntax: _sip._udp IN SRV 10 10 5050 mydyndns.
That kicked of one of my domains completly caused by a syntax error that
did no harm to the previous version
After inserting the missing "IN" the zonefile loaded but now
2020 Sep 23
1
Moving FSMO roles doesnt affect srv records in DNS ?.
We've added an extra DC for redundancy to the Debian based Active Directory.
We updated our older smaba version to the current one, and joined a new DC.
Then the commands where givven to move all the FSMO roles
Which we verified with "samba-tool fsmo show", which showed that all roles are on the new DC.
However in DNS all underscore srv records of the AD services still point to the
2005 Jun 15
2
samba 3 + DNS(SRV records) + Active Directory Clients
Hai ,
I am new to samba. I have configured samba 3 as PDC
and when I add win2k client into my DC, the client
says 'unable to find 'mydomain' name , may be due to
DNS Issue. I have also configured bind as dns server
and I have the forward & reverse records for
'mydomain'.
I read that I need to add some SRV records for active
directory clients(win2k/winxp). But I
2005 Jul 17
2
DNS SRV
I have added in my zone file;
_sip._udp.elmit.com. IN SRV 20 0 5060 vpbx.elmit.com.
As I understand it should mean that any sip connection to
<anyname>@elmit.com should go to the udp port 5060 at the host
vpb.elmit.com.
In Asterisk's extensions.conf I have in the context [default]
exten => ronald,1,Dial(${PHONE_615},60,tr)
exten => ronald,2,Voicemail,u615@office
exten =>
2008 Oct 04
1
Aastra phones and dns srv records
Hi guys,
Does the Aastra line of phones work with dns srv records?
I'm trying to get my 8133i to do this and in the settings it asks for ip
addresses of registration and proxy servers.
Does this mean that it will not just let me put the domain name in like
other devices I have and then do fail over to other servers when needed?
If these phones do not what phones do?
Thanks,
Tom
2018 Nov 14
0
AST-2018-010: Remote crash vulnerability DNS SRV and NAPTR lookups
Asterisk Project Security Advisory - AST-2018-010
Product Asterisk
Summary Remote crash vulnerability DNS SRV and NAPTR lookups
Nature of Advisory Denial Of Service
Susceptibility Remote Unauthenticated Sessions
Severity Moderate