Displaying 20 results from an estimated 500 matches similar to: "strange sip behavior (looping back to my own extension vm)"
2004 Jun 01
2
BroadVoice usage?
Hi all,
I've been trying to use BroadVoice as a SIP service provider. They don't
officially
support * but are helpful when it comes to answering questions for setup
parameters. They claim they have no firewalls or access lists that need to be
set up so I can get access to their servers.
However, something's still not quite right when I use the parameters.
It looks like our Asterisk
2004 Apr 14
1
background / goto commands
I'm working on setting up a macro that will allow users to call their
own DID number, and when they hear their voicemail greeting hit the *
key and be prompted for their password to check vmail.
For some reason though the background command isn't working as I'd
expect it to:
[macro-vmessage]
exten => s,1,Answer
exten =>
2005 Mar 15
1
blind xfer works atxfer doesn't...help!
Hi all
I am having problems with atxfer
if I do the extact same thing with blind xfer it works fine
when I hit press #2 (defined in conf for atxfer) i get "transfer"
I dial the number I want and i get the following on the console
-- Playing 'pbx-transfer' (language 'en')
-- Executing Dial("Local/18005558355@jesnjer-f97a,2", "/18005558355")
2004 Apr 30
1
Timeout Gives T in cdr.
Hi,
If I do this in extensions.conf
exten => 411,1,Dial(IAX2/hhandresen@iaxtel/18005558355@iaxtel,40,rS(10))
the line is cut of in 10 sec., thats fine, but in CDR I got dst as T, and
not 411.
How can I handle this so I still get kicked of after 10 sec., but get 411
as dst in my cdr ?
--
mvh. Hans-Henrik Andresen
2010 Oct 30
2
Using names function
Just starting on my journey to learn R and the book I am using is "Using R for Introductory Statistics"
One of the problems (page 15, 1.10) goes as follows:
The monthly sales fig for 2002 were (2700, 2600, 3050, . . ). Using diff() find the month with greatest increase from prev month.
I created a msales var:
msales = c(2700, 2600, 3050 . . )
I named them:
2019 Dec 18
5
Flang landing in the monorepo
On Wed, Dec 18, 2019 at 4:56 AM Peter Waller <Peter.Waller at arm.com> wrote:
> On 17/12/2019 22:25, James Y Knight wrote:
> > I think it would probably make the most sense to land this as a single
> > merge-commit (from the 2700-commit rewritten history you've created)
> > onto llvm-project master, rather than as 2700 individual toplevel
> > commits to
2013 Jan 18
2
A smart way to use "$" in data frame
Hello all,
I have a data frame dataa:
newdate newstate newid newbalance newaccounts
1 31DEC2001 AR 1 1170 61
2 31DEC2001 VA 2 4565 54
3 31DEC2001 WA 3 2726 35
4 31DEC2001 AR 3 2700 35
The following gives me the balance of state AR:
2017 Mar 27
4
[Bug 2700] New: Missing PEM identity_file should be a fatal error
https://bugzilla.mindrot.org/show_bug.cgi?id=2700
Bug ID: 2700
Summary: Missing PEM identity_file should be a fatal error
Product: Portable OpenSSH
Version: 7.2p2
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh
Assignee: unassigned-bugs
2019 Dec 17
2
Flang landing in the monorepo
I think it would probably make the most sense to land this as a single
merge-commit (from the 2700-commit rewritten history you've created) onto
llvm-project master, rather than as 2700 individual toplevel commits to
master. (Which means: disable the merge-commit prohibition in the github
configuration, temporarily, push this commit, and then enable it again).
On Tue, Dec 17, 2019 at 5:10 PM
2005 Jul 29
0
ReInvite X Broadvoice
I've been wondering for a long time why my reinvite option is not working with
Broadvoice anymore. It happend during the time Broadvoice was having a lot of
issues, so I decided to wait.
Recently I decided to test the same sip.conf with another VSP (SIPphone) and it
worked fine! No issues on the reinvite.
Note: clients and server using ULAW (only), no NAT or firewalls, public ip address
and
2006 Jan 31
7
Teliax - Codec Preference effective?
Has anyone had problems getting their preffered codecs on the Teliax web
interface taking effect?
I have two accounts, two separate yet similarly configured * servers. On one
account the settings took right away - on another server I am getting no
result. In fact, no matter what I change the settings to, only the old
codecs are usable (otherwise * says it can't negotiate a codec). Teliax
1998 May 22
1
Illegal filename characters
Does anyone have a solution for the problem of file and directory names
containing characters which are OK in DOS/Windows but illegal (or at least
unwise) in Unix?
I have Windows clients who have written directory names containing "$"
characters to Samba shares on a Solaris box.
This is fine for the clients, but plays havoc with Solaris programs
needing to access the files, eg. backups
2009 Feb 02
0
[LLVMdev] undefs in phis
On Friday 30 January 2009 16:54, Evan Cheng wrote:
> I don't have the whole context to understand why you think this is a
> bug. An implicit_def doesn't actually define any value. So we don't
> care if a live interval overlaps live ranges defined by an implicit_def.
It's a bug because the coalerscer does illegal coaescing.
Our last episode left us here:
bb134:
2696
2000 Jun 02
2
make check on DU4 with R-1.1.0 snapshot
I just tried the rsync version of R-1.1.0 on one of my alphas:
It compiles without problems (gcc/g77 2.95.2, system is DU4.0E)
but make check stops in base-Ex.R at
> X <- cbind(1, 1:7)
> str(s <- svd(X)); D <- diag(s$d)
List of 3
$ d: num [1:2] 12.07 1.16
$ u: num [1:7, 1:2] -0.0976 -0.1788 -0.2601 -0.3413 -0.4225 ...
$ v: num [1:2, 1:2] -0.198 -0.980 -0.980 0.198
>
2005 Nov 27
2
'For each file in folder F do....'
Hello,
I have 2700 text files in a folder and need to apply
the same program/procedure to each individually. I'm
trying to find how to code something like:
For each file in <Folder> do {<Procedure>}
is there an easy way to do this? other suggestions?
I have tried to list all the files names in a vector
e.g.
>listfiles[1:10,1]
1 H:/Rtest/AXP.txt
2 H:/Rtest/BA.txt
3
2012 Aug 06
1
Mitsubishi 2033C via gamtronic (SEC)?
Hi guys,
I have a couple Mitsubishi 2033C UPSes that I badly want data from. We
used to have Mitsubishi Netcom devices which took the serial output and
provided a web interface, SNMP, and email alerts. All of those devices
died. They're really awful devices (they're clunky and have 386s in them)
and not worth the pricetag for a replacement.
The closest replacement I've seen
2006 Feb 01
1
akima 0.4-5, interpp() bug = COMMON block problem
Hi,
I'm currently hunting a bug in the akima library, especially in the code
behind the interpp.old function (bi-variate linear interpolation).
It is based on a triangulation algorithm, interpolation at a given point
needs to know the triangle which contains this point, then the
interpolation is a straightforward calculation based on the three
vertexes.
The problem is: Sometimes the triangle
2004 Apr 19
0
Zap Outgoing
Hello All,
i m having busy signal when i dial any number, while incoming on zap is working
fine and its transfering to my soft phone.
some time back outgoing was working ok but now i dont know what i messed up.
any idea ?
it gives busy signal after Zap/25-1 answered SIP/300....
-Neo
= Spawn extension (voicepulse-incoming, s, 1) exited non-zero on 'Zap/25-1'
-- Hungup
2009 May 28
1
Strange problem with Samba as AD member
Dear all,
I've a real strange problem with one of my Samba-servers. Most of the time a lot of users get the message
about "trust relationship failure" when trying to access the share on this server. Below you find part of a log
where the user can access the share and a few seconds later it's no longer possible. "net ads testjoin" shows
that join of the samba-server
2009 Mar 18
3
[PATCH] ocfs2: Fix 2 warning during ocfs2 make.
fs/ocfs2/dir.c: In function ?ocfs2_extend_dir?:
fs/ocfs2/dir.c:2700: warning: ?ret? may be used uninitialized in this function
fs/ocfs2/suballoc.c: In function ?ocfs2_get_suballoc_slot_bit?:
fs/ocfs2/suballoc.c:2216: warning: comparison is always true due to limited range of data type
Signed-off-by: Tao Ma <tao.ma at oracle.com>
---
fs/ocfs2/dir.c | 2 +-
fs/ocfs2/suballoc.c |