Displaying 20 results from an estimated 200 matches similar to: "chan_local environments: unexpected results"
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
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
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
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?
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
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
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 Feb 17
3
chan_local and Originate
Hi,
I've recently upgraded from Asterisk 1.4.22 to 1.4.29, and I'm now
having a problem with Originate and chan_local.
I'm using the following Manager API action to originate a call:
Action: originate
Priority: 1
Context: trunk
Callerid: 100
Channel: Local/100 at callback/n
Exten: 123456789
Variable: USERFIELD=127.0.0.1|USEREXT=123456789
WaitTime: 30
This is intended to first call
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
2024 Aug 16
1
boxplot notch
Dear community
I tried the following code using geom_boxplot() and notch=TRUE. Does anyone
know if the command ?notch=TRUE? is at the wrong place in my special code
construct?
Without notch=TRUE the code provides the planned ggplot.
Kind regards
Sibylle
Code:
MS1<- MS %>% filter(QI_A!="NA") %>% droplevels()
MS1$Jahr<-as.factor(MS1$Jahr)
MS1s <-
2024 Aug 16
2
boxplot notch
Thanks Ben,
Here the reproducible example.
It works without notch=TRUE, but provides an error with notch=TURE
Error in `geom_boxplot()`:
! Problem while converting geom to grob.
? Error occurred in the 1st layer.
Caused by error in `ans[ypos] <- rep(yes, length.out = len)[ypos]`:
! replacement has length zero
Run `rlang::last_trace()` to see where the error occurred.
Warning message:
In
2015 Jul 21
0
dovecot proxy/director and high availability design
The consensus seems to say no to RR DNS ? I am going to take that into serious consideration.
With this proxy setup you describe, what would happen if HAProxy or Dovecot Proxy were to fail?
I think there is no problem with many moving parts, as long as there is a backup plan in case something goes awry. My goal is slightly different, as I want to have HA available across datacenters without
2024 Aug 16
1
boxplot notch
I don't see anything obviously wrong here. There may be something
subtle, but we probably won't be able to help without a reproducible
example ...
On 2024-08-16 9:24 a.m., SIBYLLE ST?CKLI via R-help wrote:
> Dear community
>
>
>
> I tried the following code using geom_boxplot() and notch=TRUE. Does anyone
> know if the command ?notch=TRUE? is at the wrong place in
2015 Jul 21
2
dovecot proxy/director and high availability design
I think RR DNS is the only viable solution under these circumstances. If
you can cope with the fact that failovers won't be seamless, I don't
think there's anything wrong with that though.
On 07/21/2015 11:54 AM, Laz C. Peterson wrote:
> The consensus seems to say no to RR DNS ? I am going to take that into serious consideration.
>
> With this proxy setup you describe, what
2024 Aug 16
1
boxplot notch
That's not really a reprex Sibylle.? I did try to use it to see if I
could work out what you were trying to do and help but there is so much
in there that I suspect is distraction from the notch issue and its
error message.
Please can you give us something stripped of all unecessary things and
tell us what you want?
Something like data that we can read as a tribble() or from a dput() of
2015 Jul 20
0
dovecot proxy/director and high availability design
I?m trying to do this too. But the goal would be simply for automatic failover to the other datacenter. Everything is working if the server?s unique hostname is entered, but I want to do something like round robin DNS that mail clients will automatically attempt to connect to the other IP if they cannot get to the first address. Unfortunately mail applications don?t really do this like web
2015 Jul 21
3
dovecot proxy/director and high availability design
Round-robin DNS last I checked can be fraught with issues.
While doing something else I came up with this idea: Clients --> Load Balancer(HAProxy) --> Dovecot Proxy(DP) --> Dovecot Director(DD) --> MS1 / MS2.
When DP checks say user100 it'll find a host=DD-POD1 that returns two IPs, those of the two DD that sit in front of POD1. This DD pair is the only pair in the ring and
2015 Jul 02
0
Winbindd Strangeness [Solved]
On 01/07/15 03:30, samba-request at lists.samba.org wrote:
> Message: 17
> Date: Mon, 29 Jun 2015 08:30:52 +0100
> From: Rowland Penny<rowlandpenny at googlemail.com>
> To:samba at lists.samba.org
> Subject: Re: [Samba] Winbindd Strangeness
> Message-ID:<5590F42C.8050002 at gmail.com>
> Content-Type: text/plain; charset=windows-1252; format=flowed
>
> On
2008 May 09
1
Have you ever experienced this problem with REAL in a C code
Dear all,
I'm currently experiencing big troubles with my C code called by .Call
in a R function.
I know this may not be the right place for such things but these errors
are driving me crazy. And I hope other people may have already
experienced these problems so that they could give me good suggestions.
Sorry if I'm completely out of topic.
Well let's go...
I'm writing a