Displaying 20 results from an estimated 5000 matches similar to: "Looking for a mentor"
2016 Jun 07
2
Delay after Answer
Well, I thought I had the problem solved. Ported everything over to
PJSip and build RDNS records for the phones and the server, but I am
still experiencing the problem on incoming calls.
**
On 6/7/2016 1:00 PM, Faheem Muhammad wrote:
> I've faced the same issue. The issue was related to DNS, the reverse
> lookup query failure caused the delay around(7-9 seconds). The purpose
>
2008 Oct 14
1
asterisk+heartbeat
Hi,
I'm using heartbeat as a failover for my asterisk server.
on the active server 1 i have
10.10.10.1 eth0
10.10.10.3 secondary eth0
asterisk listens to the secondary ip, so that if server 1 fails, server
2 will then get that IP.
so if server 1 fails, server 2 will have the IP
10.10.10.2 eth0
10.10.10.3 secondary eth0
problem is i have to bind asterisk to the secondary IP if dont, i
2008 Oct 13
6
ISDN
Hi,
I'm in the process of setting up Asterisk in a SOHO environment using ISDN for trunking. More specifically a BRI 2B+D circuit where one SPID is used for the business and the other is used for personal. The circuit already exists, but is presently being interfaced to POTS phones via a TA.
This configuration is not very common in the US, but we are fortunate that our LEC offers it price
2009 Jan 16
0
No subject
If any of my above statements are true, you are totally barking up the wrong
tree and would be equally well served by trying to attach the phone line to
the antenna connector of your TV (don't try it, it wouldn't be good for the
TV), hence any error messages, etc. have no bearing on the problem. If you
indeed are getting ISDN from the phone company, then reposting a more
specific scenario
2006 Feb 28
1
Re: Echo and other reasons to migrate to BRI
Brent-
There is no good way to say what changing the hardware and PSTN hookup will
probably do for the echo problems. I'm not sure if you mentioned (lost in
the past history of your post now) what sort of hardware you're using for
PSTN connection now- TDMs, X100s, ATA's, etc- but that could also be a
potential cause. I've heard tell of aftermarket X100s and certain ATA's
2010 Aug 23
3
Unable to upload images using native rails file upload
I am a rails newbie and am trying to build my first app. I have a jobs
and categories controller and models respectively.
CONTROLLER:
def new
@job = Job.new
@catergory = Catergory.all
respond_to do |format|
format.html # new.html.erb
format.xml { render :xml => @job }
end
end
#THIS IS A group of 10 RADIO_BUTTONS TO SELECT A CATEGORY FROM. BY
DEFAULT THE FIRST
2009 Jan 08
6
Not Dialing 9
When I set up my Asterisk box at home I didn't want to have to dial 9
to dial off premises, so I gave all my local phones three digit
extensions with this format: 1[1,0]*. My thought is that there are no
area codes that start with 0 or 1, so if I use those numbers, I can
create 20 local extensions that can be dialed with 3 digits, and not
have to use a timeout when dialing long distance. If
2003 Jan 16
1
RE: How do I get the @#$$% job name to show instead of smbprn.yad a.yada?
> -----Original Message-----
> From: Joel Hammer [mailto:Joel@HammersHome.com]
> Sent: Wednesday, January 15, 2003 6:57 PM
> To: Van Sickler, Jim; samba@lists.samba.org
> Subject: Re: [Samba] How do I get the @#$$% job name to show
> instead of
> smbprn.yada.ya da?
>
>
> If the file name is right in /tmp/J, then it looks like samba
> is working ok.
>
> I
2008 Jun 27
2
5.1 -> 5.2 Upgrade oddity
yum upgrade -y
yada yada yada
....
then lots of errors like:
/usr/share/gnome/help/gdm/fr/gdm.xml:173: parser error : Entity 'eacute'
not defined
and so on until
Document is not well-formed XML: /usr/share/gnome/help/gdm/it/gdm.xml
Updating : amtu ##################### [173/520]
Updating : grub ##################### [174/520]
...
2006 Sep 22
1
QueryParser bug?
I cooked up a little script to show what I mean. This doesn''t look right
to me, but maybe I just completely misunderstand QueryParser.
Same output on mswin32, unix, ferret 0.9 and 0.10
Cheers, Sam
require ''rubygems''
require ''ferret''
p Ferret::VERSION # 0.10.6
index = Ferret::Index::Index.new()
index << {:title => "Programming
2006 Feb 28
0
Re: Echo and other reasons to migrate to BRI from POTS? Was (Echo on PRI/BRI?)
Paul,
Ah, I see. Our echo is largly under control now. It took me a while to
figure out the gains and get them tuned, and now the echo only leaves very
small artifacts. Nonetheless, this still provokes the odd complaint here and
there. We use VOIP for outgoing calls when our POTS lines are congested, and
we find zero echo during those calls. Therefore, I assume that our handsets
(Cisco
2005 Sep 29
3
Please recommend a DVD writer for CentOS 4.1
Hi.
I need to install DVD writers in a CentOS box as part of a backup setup.
I want as little fuss as possible both with HW recognition and
functionality. Can any of you recommend a vendor/product ?
Performance of the drive is not an issue. I get confused looking at all
the "+/-RW +R double layer yada yada" when skimming the hardware lists..
Any help is much appreciated.
Thanks
2013 Jul 02
2
Possible Kernel user escalation issue for CentOS-6.4
The following kernel has been built while waiting for upstream to
release a new kernel that addresses CVE-2013-2224:
http://people.centos.org/hughesjr/c6kernel/2.6.32-358.11.1.el6.cve20132224/
Please see this upstream bug for details:
https://bugzilla.redhat.com/show_bug.cgi?id=979936
=========================
Note: This kernel has been minimally tested and is provided as is for
people who
2002 Feb 14
1
immortal connections
I have several data input functions that include a construct like
the following:
indat <- function(stuff) {
[...]
awkp <- paste("awk ...yada yada...", stuff, etc.)
scan(pipe(awkp),quiet=TRUE)
}
I use these functions a lot, and as I do, a lengthening list of
closed, but undestroyed, connections accumulates. Ultimately this
appears to stuff things up and cause
2003 May 16
6
Extensions.conf sugestion?
we are in process of writing a PHP interface for * conf files. we are parsing the files like INI files but the only prob I have so far is that separate extensions in a context dont have any unique tag that I can capture.
This works ok
[trunkld]
;
; Long distance context accessed through trunk
;
exten => _91NXXNXXXXXX,1,Dial(${TRUNK}/${EXTEN:1})
exten => _91NXXNXXXXXX,2,Congestion
2007 May 24
13
Bottom line on fax reception
So what is the bottom line? Does it work or not. I've heard stories it
works, it doesn't work, it kinda sorta works when it's not raining out side.
Everything under the rainbow.
What's the bottom line with recent updates on 1.2.x? Is it production ready
for fax? By production ready I mean that it just works all the time and
doesn't need any babysitting. Do I have to worry
2008 Jul 30
0
RES: GotoIftime
Hello Nhadie,
I had a very similar situation. My solution, even tough might not look very
wise, solved my problem the way I needed.
I repeated the GotoIftime command in the next line in my extensions.conf .
Like this:
GotoIfTime(22:00-23:59|*|30|jul?test,s,1)
GotoIfTime(00:00-02:00|*|31|jul?test,s,1)
Rgs,
Marco Cordeiro
-----Mensagem original-----
De: asterisk-users-bounces at
2006 Jan 13
2
uninitialized constant Ferret
I get this error message from the following code:
require ''rubygems''
require ''ferret''
include Ferret
index = Index::Index.new(:path => ''/tmp/index'')
index << {:title => "Programming Ruby", :content => "blah blah blah"}
index << {:title => "Programming Ruby", :content => "yada yada
2008 Jun 13
1
dependency on /usr/lib/nx
I do a:
sudo yum update
and I get:
yada, yada, yada,...
---> Package freenx-server.i386 0:0.7.2-8.el5 set to be updated
--> Running transaction check
--> Processing Dependency: /usr/lib/nx for package: freenx-server
Importing additional filelist information
--> Finished Dependency Resolution
Error: Missing Dependency: /usr/lib/nx is needed by package freenx-server
Not only
2005 Feb 01
2
Auth failing - idmap_rid?
The samba server is FC3 / samba 3.0.10 (Fedora package w/ idmap_rid
compiled)
The samba server shows up in the browse list, but when you select it
from an XP machine windows spits up "\\ server is not accessable" yada
yada "The user name could not be found" The following shows up twice in
/var/log/samba/winbindd:
[2005/02/01 14:00:27, 0]