Displaying 20 results from an estimated 1000 matches similar to: "chan_local and Originate"
2005 Jan 04
2
ISNAN() broken? in ver 2.x on MacOS X
I have a problem building an extension using ISNAN() on R version 2.0.x.
In R 1.9.1 Arith.h and Rmath.h contained code like
#ifdef IEEE_754
# define ISNAN(x) (isnan(x)!=0)
#else
# define ISNAN(x) R_IsNaNorNA(x)
#endif
#define R_FINITE(x) R_finite(x)
int R_IsNaNorNA(double);
int R_finite(double);
which works.
R 2.0.x has
# define ISNAN(x) (isnan(x)!=0)
unconditionally.
This breaks
2005 Jan 04
2
ISNAN() broken? in ver 2.x on MacOS X
I have a problem building an extension using ISNAN() on R version 2.0.x.
In R 1.9.1 Arith.h and Rmath.h contained code like
#ifdef IEEE_754
# define ISNAN(x) (isnan(x)!=0)
#else
# define ISNAN(x) R_IsNaNorNA(x)
#endif
#define R_FINITE(x) R_finite(x)
int R_IsNaNorNA(double);
int R_finite(double);
which works.
R 2.0.x has
# define ISNAN(x) (isnan(x)!=0)
unconditionally.
This breaks
2019 Oct 01
2
Mailbox INBOX sync: mailbox_delete failed
Hi.
When I run the backup I always get this error.
```
[root at mail.DOMAIN.com:~]# doveadm -o mail_fsync=never backup -D -R -u
office at DOMAIN.com imapc:
dsync(office at DOMAIN.com): Info: imapc(imap.mailbox.org:993): Connected to
2001:67c:2050:106::143:199:993 (local 2a01:4f8:c2c:6d05::1:59928)
dsync(office at DOMAIN.com): Info: Mailbox deleted: Drafts
dsync(office at DOMAIN.com): Error:
2014 Jun 25
1
Asterisk 12 and chan_local
I am migrating my app to Asterisk12 and pjsip, but I cannot find
chan_local, what happened?
2003 Sep 07
0
chan_local environments: unexpected results
I'm having some difficulty with chan_local dial requests. It seems
that when a chan_local call is picked up, that the native bridge
"pops" the environment back to the settings of the original call.
This is unexpected and leads to very frustrating results. My
example below is a very distilled sample of a much more complex
dialplan problem I'm having with chan_local, but it
2008 Apr 30
0
Jitter buffer not used in SIP -> chan_local -> ZAP path even with /nj for local channels
Hi,
Asterisk 1.4
Working (jitter buffers created as expected):
ZAP -> SIP
SIP -> ZAP
Not working (no jitter buffers created):
SIP -> chan_local (with /nj) -> ZAP
SIP -> chan_local (with /j) -> ZAP
SIP -> chan_local (with no flags) -> ZAP
I have this in zapata.conf:
jbenable=yes
jbforce=no
jbimpl=fixed
jbmaxsize=300
Is there something I haven't tried that will make
2007 May 07
0
H323 to H323 bridging ... failed ... also with chan_local
Hi,
I am using Asterisk 1.2.9.1, with chan_h323.
The problem I am coming across is when trying to bridge an incoming
H323 call with another H323 call:
phone1 dials into asterisk with H323, for extension 111
in asterisk:
exten => 111, 1, Dial(chan_h323, H323/111@phone2) (in my
extensions.conf the syntax is good ... this is no).
I can see how the first call is partially processed, then the
2007 May 01
1
chan_local
Hi all,
my local channel seems to be not working properly. im doing this:
exten=> s,1,Dial(Local/123@users,,Tt)
some times it rings the phone at extension 123, and sometimes it doesn`t.
When it doesnt, it actually displays a msg that it could not find that
extension.
[May 1 16:54:02] NOTICE[4658]: chan_local.c:563 local_alloc: No such
extension/context 12129339038@users creating local
2010 May 24
0
Agent Privacy - chan_local
I'm trying to solve a problem I have with agents hanging up on callers
before they even talk to them (caused by agents dropping their handset
or something.)
What I want is something like AgentLogin() where the agent has to press
'1' to accept the call. Does anyone know how to get this to work with
chan_local ?
Thanks!
Robert
2003 Apr 07
1
chan_local segfault
Happened twice. There might also be a race condition and some bad
pointers in chan_local.locals_show.
First the segfault.
CLI> show locals
<unowned> -- 6001@default
Segmentation fault (core dumped)
[root@mars asterisk]# ll -tr
total 22260
[...]
Loaded symbols for /usr/lib/asterisk/modules/chan_local.so
#0 __pthread_mutex_lock (mutex=0x5d8) at mutex.c:99
99 mutex.c: No such file
2010 Jul 16
4
chan_local - Asterisk 1.6.2.6
Hello
I just coding a AGI script for billing.
- For external calls, I pass the call directly on a trunk. I do :
Dial(trunk1/extension) -> OK !
- For internal calls (shortcode, others users ...) I am
Dial(Local/extension at context/n)
The problem is that through chan_local.so, I sound as it cut!
Example if I call the voicemail ... "You have No messa ..." or "You have
2003 Apr 07
0
Call FWD & the new channel driver chan_local
I just thought i'd post a small sample that uses the new chan_local
to show one way of doing variable callfwding
This sample extension.conf uses's the ast DB to store a users current
extension,
in a db family of CallFWD
and the unique Key is based on the current channel the user is assigned.
In the globals var section each key is hardcoded EXT1, EXT2 this is used in
the
[incoming] context
2013 Jun 03
1
Confbridge doesn't kick chan_local
I have a confbridge setup that feeds the conference from the ALSA
microphone input (this is the conference leader) and then uses
app_ices to send the conference audio to icecast.
I start the conference leader like this:
console dial 1000_admin at conferences
I join the ices user to the confbridge with a call file:
Channel: Local/1000 at conferences
MaxRetries: 2
RetryTime: 60
WaitTime: 30
2012 Feb 07
10
Ruby Developer position
Please let me know your interest in following.
Location: Columbia, SC
Duration: 12 months+
Rate: $65/hr 1099/c2c
Required Skills:
RUBY, RAILS, GIT, MYSQL, CUCUMBER, RSPEC, JQUERY, EXCELLENT ORAL AND WRITTEN
COMMUNICATION SKILLS, TEST-DRIVEN DEVELOPMENT, LINUX, OS X, JSON, COMMAND
LINE, SQL, SSH, HAML, SCSS
Thanks
Sandeep
Sandeep Jain
Software People Inc.
www.softwarepeople.us
2005 Jun 17
1
Trying to build R sources on Windows
I am trying without success to build the R-2.1.0 sources on Windows
2003 server.
I have MinGW/bin in front of cygwin/bin in the Windows path.
However, I try to build, I get failures trying to include headers
which are not part of MinGW. I am definitely using the MinGW
compilers, so why are the sources trying to access headers which are
not included?
Examples would be:
argz.h included
2008 Jan 20
3
Bugs through R in Mac
Hello,
I recently changed from Win XP to Mac OS X (10.5.1).
Is there a way to run Bugs (in any version) in R (R version 2.6.0
(2007-10-03)) on this platform?
Fredrik
2012 Aug 01
2
Problem with callfile and CDR
Good afternoon list.
I am experiencing a problem with the CDR and callfiles. What is happening
is this: When generating a call with a callfile, everything works
perfectly, but the CDR is recorded in the table when they answer the call
destination. The field disposition is being recorded correctly, but the
duration field is marked with the ring time and billsec is marked with 0.
This just happens
2005 Mar 22
2
NaN and linear algebra
On 21/03/2005, at 10:09 PM, David Firth wrote:
> I am sorry that I wasn't clear. All that I meant was that *this*
> problem can result in different behaviour in "ordinary" statistical
> applications. For example, if the objective function in a call to
> optim() involves calling one of these linear algebra routines, the
> result may be NaN (on systems other than Mac
2005 May 20
1
R 2.1 and gfortran
From the configure output of the latest devel snapshot:
> checking for g77... no
> checking for f77... no
> checking for xlf... no
> checking for frt... no
> checking for pgf77... no
> checking for fl32... no
> checking for af77... no
> checking for fort77... no
> checking for f90... no
> checking for xlf90... no
> checking for pgf90... no
> checking for
2005 Jan 05
1
Standalone Mathlib, C++ and ISNAN()
In the hope of some meaningful response and ignoring the risk of
further abuse, let me try to clarify the issue here.
I have re-read the 'Writing R Extensions' manual. It seems to me that
it clearly says R API functions can be called from from C++ programs,
and the API includes the special values ISNAN() and R_FINITE() and the
missing test ISNA().
R_FINITE is no problem. It is