Displaying 20 results from an estimated 100 matches similar to: "Problem with libpri?"
2005 Mar 22
4
TE405P and echo
I am using a SIP softphone (X-lite, SIPPS or Firefly) connected to an
Asterisk v 1.0.3 PBX. The PBX is also connected via a ISDN-PRI crossover
cable to a Avaya Definity Generic 3 PBX via a TE405P card. All outside of
the office calls go through the Definity. Here's the issue:
Calls to internal SIP extensions, Definity extensions, other offices within
our private network (through the
2005 Aug 05
1
Asterisk (Comedian Mail) and AUDIX
Has anyone been able to successfully integrate the Avaya AUDIX voicemail
system with Asterisk?
I have been diligently investigating converting our small (Ontario, Canada)
office to Asterisk, and ditching our Avaya PBX. However, our head office
(New Jersey, USA) maintains our AUDIX system, and a) have no intentions of
leaving it and b) some users rely upon AUDIX's ability to transfer
2005 May 12
0
"Called" ID on local extensions
In the Avaya PBX, when a person calls a local extension within the PBX
network, the caller is provided with the called person's name on his/her
call display (I suppose that this could be called "Called ID"). For
example, if I called Joe Blow from my extension 46480 by dialling 41234, I
would see "Joe Blow - 41234" (the Called ID) on my call display after a
pause, and Joe
2005 May 12
0
"Called" ID question - Trying again
The question below was asked before, and bounced back to me...trying
again....
In the Avaya PBX, when a person calls a local extension within the PBX
network, the caller is provided with the called person's name on his/her
call display (I suppose that this could be called "Called ID"). For example,
if I called Joe Blow from my extension 46480 by dialling 41234, I would see
"Joe
2005 Nov 03
3
Search within a file
Hi,
I am looking for a way to search a file for position of some expression,
from within R. My current code:
sha1Pos = gregexpr("<sha1>", readChar(filename,
file.info(filename)$size))[[1]]
Works fine for small files, but text files I will be working with might get
up to Gb range, so I was trying to accomplish the same without loading the
whole file into R.
I realize this is
2008 Oct 27
4
Generating 1.2rc1 DLLs with MSVC 2005
Dear all,
In the download section of the Speex web site, you can find the Windows DLLs until the 1.2beta2 version, but for the newest version 1.2rc1 there aren?t any available.
Therefore, I?m trying to generate the Windows DLLs for the 1.2rc1 version using the MSVC 2005 project files available in the source code.
After a lot of problems, finally I have generated the DLLs. However there is a
2008 Jun 04
9
[Bug 16233] New: [Randr12] Server crash when detecting DVI output change
http://bugs.freedesktop.org/show_bug.cgi?id=16233
Summary: [Randr12] Server crash when detecting DVI output change
Product: xorg
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Keywords: regression
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo:
2014 Dec 12
1
c option doesn't work if used with q option in meetme
Hello,
Asterisk version 11.13.1
I'm trying use realtime meetme application with c and q option. If both options are used together in meetme table under 'opts' field, c option (Announce user(s) count on joining a conference.) doesn't work i.e. system doesn't play user counting to caller. Is it bug or some configuration problem.
Thanks,
Kamlesh
--------------
2006 Mar 17
0
[FOLLOWUP]: Calls not tearing down properly
As a follow-up, I have traced the PRI connection and discovered that calls
hung up by a local BCM voice station (analog, digital, whatever) send a
disconnect with a clear cause of 1 (Number not assigned) instead of a normal
clear cause of 16. Calls forwarded through the BCM disconnect with the
normal clear cause.
I have kludged up a fix to change all clear causes below 2 to 16 (I placed
2015 Apr 15
6
[Bug 2382] New: option to disable pid file with sshd
https://bugzilla.mindrot.org/show_bug.cgi?id=2382
Bug ID: 2382
Summary: option to disable pid file with sshd
Product: Portable OpenSSH
Version: 6.9p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: sshd
Assignee: unassigned-bugs at
2006 Mar 20
2
subsetting and NAs
R-help,
I'm getting some unexpected behavior with subsetting a data frame
(aircraft flight data) that I can't sort out.
Here is a simplified version of my data frame and problem:
> flight
FlightID TailNo FlightDate HobbsTime FlightCost Date year
1 4497 6009K <NA> 2.2 330.0 <NA> NA
2 4498 6009K <NA>
2005 Jul 01
4
Lines for plot (Sweave)
Dear List:
I am generating a series of plots iteratively using Sweave. In short, a
dataframe is subsetted row by row and variable graphics are created
conditional on the data in each row. In this particular case, this code
ends up generating 17,000 individual plots.
In some cases, all student data (this is working with student
achievement data) are available and my code below works very well in
2008 Oct 27
0
Generating 1.2rc1 DLLs with MSVC 2005
Hi Emanuel,
That'll be me!!
Bear with me, if you will, it's been a long time since I looked at this
but I'll try to get an answer to you within the next few days once I've
had a chance to re-explore what it was that I did!
regards
John
Emanuel Aguilera Mart? wrote:
> Dear all,
>
>
>
> In the download section of the Speex web site, you can find the Windows
2018 Apr 19
3
[PATCH net] virtio_net: split out ctrl buffer
When sending control commands, virtio net sets up several buffers for
DMA. The buffers are all part of the net device which means it's
actually allocated by kvmalloc so in theory (on extreme memory pressure)
it's possible to get a vmalloc'ed buffer which on some platforms means
we can't DMA there.
Fix up by moving the DMA buffers out into a separate structure.
Reported-by:
2006 May 23
2
Ordinalizing a date
I''m trying to use the ordinalize() method to ordinalize a day. Here''s
how far I''ve gotten:
@reportday = Time.now.at_beginning_of_week.strftime("%d").to_i
@ordinalized_reportday = "#{@reportday}".ordinalize
I was thinking it wasn''t working because the date is being returned as a
string, however I added the .to_i and still it returns an
2011 Dec 17
0
auto.arima from the Forecast package
Hi,
I've got a little problem using auto.arima.
I run the following command
auto.arima(drivers,ic="aic",d=1,D=1,max.order=10,max.p=5,max.q=5,max.P=5,max.Q=5,stepwise=FALSE,allowdrift=FALSE)
and I get the following output :
Series: drivers
ARIMA(0,1,1)(5,1,1)[12]
Coefficients:
ma1 sar1 sar2 sar3 sar4 sar5 sma1
-0.6421
2016 Feb 26
66
[Bug 2543] New: Tracking bug for OpenSSH 7.3 release
https://bugzilla.mindrot.org/show_bug.cgi?id=2543
Bug ID: 2543
Summary: Tracking bug for OpenSSH 7.3 release
Product: Portable OpenSSH
Version: -current
Hardware: Other
OS: All
Status: NEW
Keywords: meta
Severity: normal
Priority: P1
Component: Miscellaneous
2008 Sep 17
2
[Bug 1525] New: error: channel 0: chan_read_failed for istate 3
https://bugzilla.mindrot.org/show_bug.cgi?id=1525
Summary: error: channel 0: chan_read_failed for istate 3
Product: Portable OpenSSH
Version: 4.6p1
Platform: Other
OS/Version: Other
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: unassigned-bugs at mindrot.org
2009 Nov 13
0
Dovecot setuid, setgid, permission denied Problem!
Hello! Please, help!
I have trouble with Dovecot's Deliver utility. I don't know how to avoid
errors. Let me know what additional related information do you need?
1) Its call in Exim's configure:
==========================================
local_delivery_spam_transport:
driver = pipe
command = /usr/local/libexec/dovecot/deliver -c
2015 Mar 13
2
Apparent bug in logwatch's reporting of number of email by sendmail
# rpm -q sendmail logwatch
sendmail-8.13.8-8.1.el5_7
logwatch-7.3-10.el5
One host sends just one email per day, the daily logwatch report.
Here's /var/log/maillog entries from yesterday (hostnames are changed to
make designations in this conversation more intuitive):
Mar 12 04:02:18 srchost sendmail[27151]: t2C82Bjr027151: from=root,
size=2485, class=0, nrcpts=1,