Displaying 20 results from an estimated 600 matches similar to: "asterisk help"
2003 Nov 18
2
ask problem about softphone--asterisk--softphone, Urgent!!!
Hi, all,
I want to use asterisk SIP as a proxy, and two softphone (Ubiquity SIP Phone) as user agent, like below:
Softphone1<-------------->Asterisk SIP<------------>Softphone2
(User Agent) (Proxy) (User Agent)
155.69.xx.xx 155.69.yy.yy 155.69.zz.zz
zhou mysipproxy.com
2017 Jun 12
2
CentOS7: How to debug SEGV when asterisk starts with autoload=yes ?
Hello,
I was tasked to install Asterisk 13.16.0. from source on a CentOS7 platform.
For that purpose, I used an unmaintened script of mine, written 10 monthes
ago, and I was surprised to get segmentation violations whenever I ran
"asterisk -cvvvvvvv -U asterisk".
Usually, my /etc/asterisk/modules.conf file includes "autoload=yes" setting.
Basically, I see two alternative
2007 Mar 08
2
Problems with different mail clients
I use dovecot as my imap server, and everything is ok.
I used an IMAP client from Windows XP (Outlook Express) as well as Pocket PC (Windows Mobile 5) and webmail.
The problem is that I recently used Windows Vista and its imap client (Windows Mail), and problems began.
>From the Windows XP machine, all is ok, but from the Pocket PC a weird thing happens:
When I first configure the client,
2006 Oct 02
5
Problems with MySQL
Hello,
Sorry for posting this here, but i've posted in MySQL list and no one
answered.
I'm trying to set a password for a user with the command:
mysql> set password for gamito at localhost=password('blabla');
but i always get the error:
ERROR 1133 (42000): Can't find any matching row in the user table
although i'm pretty sure that the user exists.
I'm using
2009 Feb 20
1
Vacation reply
<font face="Times New Roman" size=4>Heya, how are you doing recently ? <br>I would like to introduce you a very good company which I knew. Their company homepage is </font><a href="http://www.vanigo.com/" target="_blank"><font face="Times New Roman" size=4>www.vanigo.com</font></a><font size=4><font
2006 Feb 13
2
Alcatel 4200 series pbx
Hi,
Does anyone have any experience connecting asterisk to alcatel 4200
series pbx with bri cards?
Does it should work with asterisk bri in NT mode, and alcatel bri with
TE mode?
Cheers, Igor Neves.
2017 Jun 20
2
Help with the plot function
I'm trying to recreate a graph similar to the last one found on this link:
https://sites.ualberta.ca/~lkgray/uploads/7/3/6/2/7362679/6c_-_line_plots_with_error_bars.pdf
The difference is that I want budbreak on the top, and the temperatures at
the bottom.
I tried to set par before each graph and include lines, with no avail.
Thanks, Bert.
Andre
On Mon, Jun 19, 2017 at 7:41 PM, Bert Gunter
2018 May 21
3
[Bug 106592] New: 2nd GPU / screen not detected after driver / xorg update
https://bugs.freedesktop.org/show_bug.cgi?id=106592
Bug ID: 106592
Summary: 2nd GPU / screen not detected after driver / xorg
update
Product: xorg
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: blocker
Priority: medium
Component:
2006 Oct 03
1
XP/W2K on Samba 3
Hello,
maybe it is not the right place to ask Windows-related questions, but i'll give it a try.
I am running a Debian-Etch-Server with Samba 3 and Windows2000 and XP-clients.
Everything is working fine except:
For every user logging in from a Win-client, the client generates a local user-profile and local user-directories.
What has to be done within Samba and what has to be done on the
2017 Jun 20
2
Help with the plot function
Hi, Bert:
Yes, I studied the functions you suggested, but I didn't get to adapt it to
my example whose reproducible code I sent in my first email.
Here it is the code of the functions I studies:
## par
par(mfrow = c(2, 3))
par(cex = 0.6)
par(mar = c(3, 3, 0, 0), oma = c(1, 1, 1, 1))
for (i in 1:6) {
plot(1, 1, type = "n")
mtext(letters[i], side = 3, line = -1, adj = 0.1, cex =
2016 Apr 26
2
From NUM to INT
Ok. I`m trying to run a Poisson glmm with an observation-level random
intercept. But I`m getting the following error for the 'Baci' variable:
'Error: (maxstephalfit) PIRLS step-halvings failed to reduce deviance in
pwrssUpdate'. I guess this message is because the baci variable is not a
an integer, and cannot be transformed into an integer as R has a threshold
of
2x10^9 even in
2016 Apr 26
0
From NUM to INT
Inline.
-- Bert
On Tue, Apr 26, 2016 at 2:25 PM, Andr? Luis Neves <andrluis at ualberta.ca> wrote:
> Ok. I`m trying to run a Poisson glmm with an observation-level random
> intercept. But I`m getting the following error for the 'Baci' variable:
>
> 'Error: (maxstephalfit) PIRLS step-halvings failed to reduce deviance in
> pwrssUpdate'. I guess this message
2017 Jun 20
0
Help with the plot function
1. Did you study the functions (esp. ?layout) to which I referred you?
2. Show us your code! -- "to no avail" is meaningless!
-- Bert
Bert Gunter
"The trouble with having an open mind is that people keep coming along
and sticking things into it."
-- Opus (aka Berkeley Breathed in his "Bloom County" comic strip )
On Mon, Jun 19, 2017 at 7:01 PM, Andr? Luis Neves
2016 Apr 26
5
From NUM to INT
Dear all:
I converted the columns (Baci, Meti, Fungii, Protozoai) into integers
(using excel) and then imported the data (.txt) into R. Interestingly, the
other three variables were loaded as INT, but the 'Baci' one continued as
Num.
I imported the data using the following command line:
X <- read.delim(file.choose(),
header = TRUE,
dec =
2006 Mar 04
4
I need to make some comment on WineTools
I just red the article on the website about winetools. This is
controversy is a non starter in my oppinion. I believe that something
like winetools should be included in the wine distribution to begin
with. It should be something under the control of the developers
themselves and bug reports should be added to fix any problems. Why did
it take someone outside of the wine development team to
2017 Jun 20
1
Help with the plot function
Dear all,
I found the last example of this link (
https://sites.ualberta.ca/~lkgray/uploads/7/3/6/2/7362679/6c_-_line_plots_with_error_bars.pdf)
very similar to the one I need to make for my paper, and I think I got what
I wanted by applying some of the suggestions of this mail list.
Here it is the code I devised (maybe there will be further improvements
from the list):
YEAR <- c(1996 ,
2017 Jun 20
2
Help with the plot function
Dear friends,
I have the following dataframe:
YEAR <- c(1996 , 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 )
T_MAR <- c(2.8, 6.5, 5.4,2.4, 4, 4.1, 3, 4.4, 4.5)
T_APR <- c(5.7, 7.8, 7.7, 4.6, 4.7, 6.2,5.7, 5.9, 7)
T_MAY <- c(7, 8.8, 10, 6, 5.5, 7.6, 8.5, 7.3, 10.2)
BUD <- c(87, 98, 93, 85, 89, 91, 87, 92, 92)
BUD_SE <- c(3.6, 2, 2.4, 4, 2.4, 2.4, 4, 2.4, 3)
g1 <-
2006 Mar 01
1
Cisco Callmanager integration with asterisk
Hello
We have integrated cisco callmanager 4.1 with asterisk and we can dial from
cisco to asterisk but we're getting an error if we call from asterisk to
callmanager. This is the error I'm getting
anybody can help me?
Verbosity is at least 3
-- Executing Dial("SIP/2234-e084", "SIP/cme-pbx/4455") in new stack
-- Called cme-pbx/4455
-- SIP/cme-pbx-25ae is
2017 Jun 20
0
Help with the plot function
Hi
You are quite close. With slight modification of your code:
par(mfrow = c(2, 1))
par(cex = 0.6)
par(mar = c(0, 0, 0, 0), oma = c(4, 4, 0.5, 0.5))
par(tcl = -0.25)
par(mgp = c(2, 0.6, 0))
plot(BUD~YEAR, type="o", ann=F, axes=F, pch=19, ylim=c(60,100),data=g1)
axis(4, las=2)
mtext("Bud Break (Julian Day)", side=4, padj=4)
arrows(g1$YEAR,g1$BUD, g1$YEAR,g1$BUD + g1$BUD_SE,
2006 Mar 03
2
Does an entry in AstDB stay after reboot?
I set up a call forwarding script in extensions.conf which uses the
AstDB but I'm wondering if I reboot the server, will the entry in
AstDB still reside?
What the script does is when a call comes in, it check to see if there
is a null value or a call forward number. If null, it will call the
local office connections. If there is a number, it calls that. Now I
just need to know if I reboot