Displaying 20 results from an estimated 2000 matches similar to: "Need help with Dial M option and destination context"
2006 Nov 08
0
Warning: "Channel does not have a CDR" when doing ForkCDR
Gang,
I'm having this error pop up when I do a ForkCDR, and I'm not sure how
to get around it. Here are a few log lines:
Nov 8 10:37:08 VERBOSE[28079] logger.c: -- Executing
ForkCDR("Zap/49-1", "") in new stack
Nov 8 10:37:08 WARNING[28079] app_forkcdr.c: Channel does not have a
CDR
The scenario occurs like this:
I use a .call file to generate a call on
2007 Feb 01
1
Dial option G - Passing parameters?
Has anyone used the G option with the Dial app? I'm looking for a way
to control the called party leg. Specifically, I'd like to pass a few
variables to the called side for some call control. Here's a synopsis
of what I'm doing:
Make outbound call w/ AMI Originate action.
Called party answers ("Customer")
Customer identifies himself, and now I use Dial w/ the G
2010 Jul 06
2
Can't dial out through AMI
SIP user => Asterisk 1.6 server => SIP Trunk => external destination:
works
AMI script => Asterisk 1.6 server => SIP Trunk => external destination:
Failed to authenticate on INVITE to '"asterisk"
<sip:asterisk@(ipaddr)>;tag=alphanumeric'
I?ve tried doing things like ?include => contextwithtrunk" in various
places, googling, re-reading relevant
2008 May 27
2
ForkCDR
Hello, CDR fans!
I'm looking at some issues brought forward over time:
12726/10668: someone wants me to revert the changes I made via
bug 10668, last Sept; (that's
they are messing him up. And I didn't do the change
suggested in ForkCDR, for fear of lousing up
folks depending on current behavior. Which probably sparked:
11721 :
2008 Dec 07
0
Unexpected behaviour in ForkCDR
Dear members of the list;
I am writing in the hope to get some help with a very peculiar problem with
my new asterisk 1.6.0.1 installation. The same code runs on version 1.2
without problems, but it seems the behaviour has changed (also on 1.4.7,
which I tried).
Please consider the following extension:
exten => 1213,1,Answer
exten => 1213,n,Set(counter=X)
exten =>
2003 May 21
2
Answer not detected?
I have this in extensions.conf:
exten => 1,1,Dial,Zap/g9/4439568899/|24
exten => 1,2,VoiceMail(u8004)
and this happens:
-- Playing 'js-joe-trvm'
-- Executing Dial("Zap/2-1", "Zap/g9/4439568899/|24") in new stack
-- Called g9/4439568899/
-- Zap/1-1 is ringing
-- Zap/1-1 is ringing
-- Nobody picked up in 24000 ms
-- Hungup
2008 Feb 18
1
ForkCdr in 1.4.*
Hello,
I'm looking for a way to restore old behaviour (before Arkadia patch
#0010668) of ForkCDR application in 1.4.18
I've done some research directly in the code (cdr.c & forkcdr.c), but
can't find any flag.
I am just f*c*ed or do you have something to suggest ? :)
Thank you for help.
Mathieu
2004 Dec 28
1
Asterisk consuming 100% CPU - CDR loop
Hi,
I had Asterisk threads consuming 100% CPU at times since last week. Of
course, last week an extra card was installed (we had a 1PRI, a 4PRI was
added) so search concentrated on that, but to no avail. Today, I installed
DDD on the machine and quickly found out that it was looping because
cdr->next->next == cdr in ast_cdr_setapp().
I patched this up with some simple code in
2013 Jun 20
0
[PATCH] virtio-spec: add field for scsi command size
Paolo Bonzini <pbonzini at redhat.com> writes:
> Il 19/06/2013 10:24, Michael S. Tsirkin ha scritto:
>>> > 2) We introduce VIRTIO_NET_F_ANY_LAYOUT and VIRTIO_BLK_F_ANY_LAYOUT
>>> > specifically for net and block (note the new names).
>
> So why not a transport feature? Is it just because the SCSI commands
> for virtio-blk also require a config space
2009 Jan 16
2
CDR problems -- two call legs create only one CDR. Using ForkCDR() not even working.
Hello,
When I bridge an incoming and outgoing call (attempting to simulate
call-forwarding) I'm only getting one CDR -- that of the outgoing call.
A (PSTN) calls B (residing on Asterisk) and the Asterisk calls C (cell phone
on PSTN) and bridges the call.
The only CDR created is from B to C. I have even tried using Answer() and
ForkCDR() to get two CDRs, but to no avail.
I am starting to
2005 Aug 09
0
Random Zap Channel Resets
Every so often, and it seems that it happens only when a call is in
progress, all 24 Zap channels get reset. All channels are opened and then
timeout. This causes the in-progress calls to terminate.
There are no corresponding Red/Yellow alarms on wither the PBX or Asterisk
although we do receive a fair amount of Blue Alarms.
The Asterisk server is connected to a legacy PBX through a Digium
2005 Feb 18
0
Installing Asterisk on Mandrake 10.1 Official
I have a pretty basic Mandrake 10.2 w/KDE 3.2 and I installed Asterisk-1.0.1-2mdk. I installed the source of main and contrib from ftp, so at the install time I accepted all the packages needed to be installed too.
The installation went smooth, but when I try to execute asterisk (#asterisk -vvv) I encounter few warnings I end with an error. At this point I didn't touch any conf file, I was
2013 Aug 22
1
Interpreting the result of 'cutree' from hclust/heatmap.2
I have the following code that perform hiearchical clustering and plot
them in heatmap.
__
library(gplots)
set.seed(538)
# generate data
y <- matrix(rnorm(50), 10, 5, dimnames=list(paste("g", 1:10, sep=""),
paste("t", 1:5, sep="")))
# the actual data is much larger that the above
# perform hiearchical clustering and plot heatmap
test <- heatmap.2(y)
2013 Jun 20
3
[PATCH] virtio-spec: add field for scsi command size
Il 20/06/2013 04:40, Rusty Russell ha scritto:
> Paolo Bonzini <pbonzini at redhat.com> writes:
>> Il 19/06/2013 10:24, Michael S. Tsirkin ha scritto:
>>>>> 2) We introduce VIRTIO_NET_F_ANY_LAYOUT and VIRTIO_BLK_F_ANY_LAYOUT
>>>>> specifically for net and block (note the new names).
>>
>> So why not a transport feature? Is it just
2013 Jun 20
3
[PATCH] virtio-spec: add field for scsi command size
Il 20/06/2013 04:40, Rusty Russell ha scritto:
> Paolo Bonzini <pbonzini at redhat.com> writes:
>> Il 19/06/2013 10:24, Michael S. Tsirkin ha scritto:
>>>>> 2) We introduce VIRTIO_NET_F_ANY_LAYOUT and VIRTIO_BLK_F_ANY_LAYOUT
>>>>> specifically for net and block (note the new names).
>>
>> So why not a transport feature? Is it just
2015 Feb 13
0
UEFI PXE Difficulties
On 2015-02-13 13:45, Geert Stappers via Syslinux wrote:
> Elaborate
> They start to load and the system reboots.
I have the same issue, syslinux6.03, using syslinux.efi I have a HP G9
BL460c blade with EFI and a vmware virtualised guest with EFI enabled.
I'm attempting to install rhel6.6, kernel 2.6.32. Both machines will
boot successfully, load kernel vmlinuz, then start to load
2006 Feb 01
1
SetCDRUserField not working in A@H?
I have A@H 2.1, running * 1.2.1. I am trying to put information into the
userfield with SetCDRUserField and AppendCDRUserField. However, the field
is never populated in the cdr - I've checked the csv files and the MySQL
asteriskcdrdb table. The field is defined in the MySQL table, but is always
empty. The csv files that get created don't have a userfield at all, that
is, there
2009 May 27
1
How to write a loop?
Dear R helpers,
Following is a R script I am using to run the Fast Fourier Transform. The csv files has 10 columns with titles m1, m2, m3 .....m10.
When I use the following commands, I am getting the required results. The probelm is if there are 100 columns, it is not wise to define 100 commands as fk <- ONS$mk and so on. Thus, I need some guidance to write the loop for the STEP A and
2014 Nov 04
1
sieve replication and .dovecot.lda-dupes
Hello list,
I have a replicated dovecot with two servers.
People seem to get vacation responses more often then it is specified in
"days: XX", depending on which dovecot instance they receive the
incoming mail. Is ".dovecot.lda-dupes" replicated?
The other problem is that the vacation response is coming from the wrong
address depending on which field the recipient was
2007 May 16
1
WaitExten not responding on key presses
Hi,
I have the problem that WaitExten is not responding to key presses. Here
are the sections from my extensions.conf:
[globals]
incoming_call=0
menu=0
announce=0
[internal]
exten => 777,1,Goto(hotline,${EXTEN},1)
[hotline]
exten => _X.,1,Set(CALLERID(name)=Hotline)
exten => _X.,n,Set(original_extension=${EXTEN})
exten => _X.,n,GotoIf($[${announce}=1]?4:10)
exten =>