Displaying 20 results from an estimated 2000 matches similar to: "Migrating from key system to asterisk"
2006 Mar 25
2
Textilize problems with line breaks
I''m having a problem formatting some text. I have a textarea that I
input my text into, which will then be put into an e-mail and sent out.
The problem I am having is when there is a single line break.
Multiple line breaks work fine (hitting enter twice), but single line
breaks don''t seem to work properly.
Take the following input:
Line1.
Line2.
Line3.
Line4.
Using
2004 Jun 28
2
Would this work?
I am trying to implement a rollover of extensions.
exten => 3000,1,GotoIf($[${line1} = Congestion]?3:2)
exten => 3000,2,Dial(${line1},15,rt)
exten => 3000,3,GotoIf($[${line2} = Congestion]?5:4)
exten => 3000,4,Dial(${line2},15,rt)
exten => 3000,5,GotoIf($[${line3} = Congestion]?7:6)
exten => 3000,6,Dial(${line3},15,rt)
exten => 3000,7,GotoIf($[${line4} = Congestion]?1:8)
2007 Nov 29
1
SLA: Handling of errors in outgoing call
Hi All.
I've been experimenting with SLA on Asterisk 1.4.13 (patched up to
1.4.14).
I am using a SIP channel for my "trunk" line.
On the whole things are good, but I have noticed that if I misdial an
outgoing call,
i.e. I get 404 "Not Found" in the SIP trace, then the trunk line just
drops, rather than
presenting an error tone or message to the user.
2006 Sep 28
1
help on plots
Dear friends,
I met a problem on plotting.
My dataset is :
year MHBC LHBC MHRC LURC
1993 11.75 4.50 0.43 0.46
1994 7.25 1.25 0.35 0.51
1995 8.67 2.17 0.54 0.44
1996 2.67 1.33 0.78 0.47
1997 3.42 4.92 0.69 0.48
1998 1.92 3.08 0.72 0.54
1999 2.33 2.58 0.74 0.41
2000 5.75 4.50 0.45 0.50
2001 3.75 4.42 0.52 0.47
2002 2.33
2009 Nov 26
1
Barplot with confidence intervals
I have a file in the following format:
Scenario1 Scenario1CIL Scenario1CIU Scenario2 Scenario2CIL Scenario2CIU
60 57 62 45 48 50
110 101 111 51 50 52
120 117 122 64 62 66
192 190 194 79 75 79
where:
First column = Scenario1 mean value
Second column = Scenario1 Low Confidence Interval
Third column = Scenario1 Upper Confidence Interval
Fourth column = Scenario2 mean value
Fifth column =
2003 Jul 27
2
continuous independent variable in lme
Dear All,
I am writing to ask a clarification on what R, and in particular lme, is
doing.
I have an experiment where fly wing area was measured in 4 selection lines,
measured at 18 and 25 degrees. I am using a lme model because I have three
replicated per line (coded 1:12 so I need not use getGroups to creat an
orederd factor).
The lines are called: "18"; "25";
2004 Mar 10
1
coreutils-4.5.3-28 causing duplication?
Here's a bit of a strange one. I hunted through the ocfs-users archives,
but didn't see any mention of this, so here goes...
Using coreutils 4.5.3-27 on RHAS 3, the utilities perform as expected
against non-OCFS volumes:
$ rpm -q coreutils
coreutils-4.5.3-27
# cat a 3 line test file. Works as expected
$ cat /var/tmp/file
line1
line2
line3
# copy that file. Works as expected
$ cp
2010 Nov 17
0
Cox model output & hazard ratios
Dear R users,
Here is the coxme output I obtain on my survival dataset having 3 strains
and 2 infection status (i: infected, ni: non infected)
coxme(Surv(lay) ~ infection*strain, data=datalay, random= ~1 |block)
Cox mixed-effects model fit by maximum likelihood
Data: datalay
n= 1194
Iterations= 3 77
NULL Integrated Penalized
Log-likelihood -7270.028 -7223.859 -7218.175
2010 Mar 16
2
Is there a way to edit a specific line in a function (e.g: doing function->text->edit->function) ?
Hello,
Let's say we have the following function:
foo <- function(x)
{
line1 <- x
line2 <- 0
line3 <- line1 + line2
return(line3)
}
And that we want to change the second line to be:
line2 <- 2
How would you do that?
The two ways I know of are either to use
fix(foo)
And change the function.
Or to just write the function again.
Is there
2005 Mar 25
1
Converting 7905G to SIP
I am trying to convert my 7905G to be SIP based and seem to be running
into a few hassles. Below are all the config files and logs from the
server. I have tried to follow the pdf's from cisco and some posts from
other mailing lists that google turnedup, but it seems that nothing is
working. Am I somehow missing a fundamental step in trying to upgrade
from Call Manager to SIP?
Any help is
2008 Nov 27
2
Wellgate & Asterisk
I got a Wellgate 3804A and need some hints:
Both have public IP *.131=asterisk (1.6.0.1) *.133= Wellgate
Wellgate 3804A settings (Line1~Line4):
1. Sip Config
Mode: Proxy
Primary Proxy IP Address: *.131
Primary Proxy port: 5060
Line1 Number: 1002
2. Security Config
Line1 Account: 1002
Line1 Password: ******
3. Line Configuration
Line1: Type=FXO, Hunting Group=2, Hot Line =
2005 Jan 28
2
IP Phone for IP PBX
Hi All;
Asterisk is IP PBX, so there should be special IP Phones to be used with
this IP PBX and this IP Phone should has special buttons working with
Asterisk IP PBX, like: Line1, Line2, Line3, ... Line8 (these to be able to
capture direct PSTN lines), also a button for Hold and transferring for
another extension ... So can some one advise me which is the recommended IP
Phone to be used with
2009 Dec 27
4
how to create a simple loop ?
I have a 5-row matrix called “data”. There are headers.
it look like this :
Row 1 Row2 Row3 Row4 Row5
Line1 … … … …
Line2 … … … …
Line3 … … … …
…
Line 1838 … … … …
I want to calculate several simple arithmetic means for Row5, that
2010 Jul 16
2
a issue about the qutation mark?
Following is a function that I wrote (It is working well). It's a simple one,
nothing complicated. The only question that I have is a qutation mark issue,
I guess.
#############################################
funcname <- function(trait.file){ #line1
setwd('/root/subroot') # line 2
load('imge.RData')
2007 Apr 25
3
SLA Appearance between 2 Cisco 7960's (SIP)
Has anyone had any success with getting SLA going between 2 SIP phones?
(Particularly a set of Cisco 79xx's) The SLA document that comes with
the asterisk source is about as clear as mud.
Does anyone have a working sip.conf, sla.conf, and extensions.conf that
I can use for reference?
The part I'm most confused about is how to build the lines in sip.conf
and how the phones should
2006 Dec 09
0
High Availability and Load Balancing
Hi All,
I am currently researching on doing high availability and load balancing
with a couple of Linux servers, most specifically doing service takeover on
top of Heartbeat.
The scenario is:
- 2 DSL lines from a single provider
- 1 Broadband line from another provider
Internet
/ | \
| | |
/
2007 Apr 03
0
I can't use the 'Group', 'CallGroup' , 'PickupGroup' in SIP channel (asterisk1.4.2)
HI,ALL,
I have multiple PSTN lines registered as multiple SIP channels (e.g. SIP/line1, SIP/line2, SIP/line3, etc...), on the multiple gateways( I uses the SIPURA3000).
I wants to arrange them into an ordered hunting group for outbound calling.
I used http://www.voip-info.org/wiki/view/hunt-dial+macro for reference.
My configure files like blew.
2006 Mar 23
1
YAML inconsistencies...
I figured I''d post here before submitting a ticket, but I''m seeing some
confusing stuff when dealing with YAML now. I was using it to freeze
objects in my database, and so i had some data already around to mess with.
I upgraded both Ruby (1.8.3 -> 1.8.4) and Rails ( -> 1.1RC1) and this junk
started. I''ve outlined the problem in two pastes, which I''ll
2004 Jan 13
0
inbound call routing problem - RESOLVED
Thanks we just figure it out a bit ago. It's amazing how simple some
things are when you just ask - and then realized that you were making it
too hard to begin with!! :-)
Lane Hoskins, MCP
Network Engineer
540.767.7626
-----Original Message-----
From: Jared Smith [mailto:jsmith@drgutah.com]
Sent: Tuesday, January 13, 2004 10:59 AM
To: asterisk-users@lists.digium.com
Subject: Re:
2016 Sep 30
2
[PATCH] customize: Add --append-line.
This appends a single line to a file, with some cleverness
involving guessing the right line endings to use.
Also adds a test.
---
builder/test-virt-builder.sh | 57 +++++++++++++++++++++++++++++++++++-
customize/Makefile.am | 2 ++
customize/append_line.ml | 70 ++++++++++++++++++++++++++++++++++++++++++++
customize/append_line.mli | 20 +++++++++++++
customize/customize_run.ml