similar to: Question about async channel or macro for monitoring a call

Displaying 20 results from an estimated 10000 matches similar to: "Question about async channel or macro for monitoring a call"

2013 Jun 17
1
Can you use two offsets in gam (mgcv)?
Hello, I have been trying to find out whether it is possible to use more than one offset in a gam (in mgcv). The reason I would like to do this is to 1) account for area surveyed in a Poisson model of sightings of porpoises within defined grid cells (each cell has a slightly different area) and 2) account for detection probability within each grid cell (some grid cells are further away from the
2004 Dec 10
2
using built-in extension numbers on the ZAP channel
hello, using a legacy PBX to access a Asterisk Zap channel (Legacy PBX FXS --> FXO application Asterisk/TDM400P) I want to be able to "flash" the asterisk pbx. However by pressing the FLASH button on the extension connected to the Legacy PBX gets me the flash features on the Legacy PBX, not on the Asterisk PBX side. I thought of using the following codes (listed below) from
2007 Oct 29
5
A Leg Control on Asterisk Callback
I'm confused about something. It's the way Asterisk handles the A leg (ie the first party dialed) on an originate command via the Manager Interface. Lets say our originate commands looks like this: ACTION: Originate Async: yes Timeout: 60000 Exten: callback Channel: SIP/5551212 at provider Variable: destination=SIP/8675309 at provider Callerid: 5551212 Context: default ActionID: 849120
2009 Feb 13
2
Fwd: Manager Interface Originate (ASYNC) - How to get the Originate Status
Dear All, I am originating the call directly to the SIP Provider using the maganger interface + originate (ASYNC) command. Here is the PHP-AGI Script. $call = $asm->send_request('Originate', array('Channel'=>"SIP/416XXXXXXX at ABC/n", 'Context'=>'ORIG',
2005 Feb 04
0
manager api - Async:True?
Asterisk 1.0.3 / TE410 / ISDN/PRI Zap channels As I understand it using the "Async: True" in an originate action is supposed do a "Fast Originate" "originate a call from a channel to an extension without waiting for call to complete". I'm finding no difference using Async or not, calls always wait for completion before connecting to extensions. Don't know
2015 Feb 26
0
situation with ivr and four-channel gateway
I'd recommend using DEVICE_STATE On your extension 101, Check the DEVICE_STATE of peer SIP/101, If it's not 'NOT_INUSE' then dial it, Otherwise dial SIP/102 exten => 101,1,ExecIf($["${DEVICE_STATE(SIP/101)}"="NOT_INUSE"]?Dial(SIP/101,40)) same => n,Dial(SIP/102,40,t) same => n,Hangup() On Wed, Feb 25, 2015 at 2:08 PM, ricky gutierrez
2007 Apr 18
0
Dial out from AGI and then connect it to another dialled out call
Hi there, I'm converting a dialplan callback type application to fastagi as I'm hitting the buffers with respects to getting useful results from CDRs. It works by a spool call file triggering a Local extension, that extension then does the first dial to a client. I dial to a local context from the spool file as I need proper return codes as in ${DIALSTATUS} which are not available
2010 Apr 13
0
What's are the possible return values of AMI Originate when Async is set to 0?
Hello all, What are the possible values returned by AMI Originate when it's called with Async set to 0? Is there any way to find out whether the dialed channel was busy, invalid, etc. without requiring Async to be 1? Thanks in advance, Leo
2015 Feb 25
5
situation with ivr and four-channel gateway
Hi list, I need your help ,I have an incoming call x the ivr and the operator takes the call. ext "101" , If a second call reenters and the operator is talking, I want to send to the extension 102 I use the Variable DIALSTATUS , but not working check IVR [IVRINMA] exten => s,1,Wait(1) exten => s,n,Set(CHANNEL(language)=es) same=> n,Set(TIMEOUT(digit)=4) same=>
2005 Oct 16
0
IPManager PBX Features
IPManager version 1.6 has just been released. Below is a list of some of the features you will get on your Asterisk server using IPManager to generate your configuration files. Download: http://ipsoftware.thorben.dk <http://ipsoftware.thorben.dk/> PBX Features The following features will be available to users of the PBX if you are using IPManager to configure your PBX. *
2009 Jul 20
0
No subject
device somewhere in your communication path, and since voice is picked up as DTMF, some device is also set to listen for inband DTMF. What is the origination source of incoming calls to your system? Zeeshan A Zakaria -- www.ilovetovoip.com On 2010-07-08 4:24 PM, "das sandesh" <sandesh440 at gmail.com> wrote: Hi, We have few systems with asterisk 1.4.22.1 and we use sip
2010 Feb 08
0
originate, local channel and failure extension
Hi All, I am in the process of migrating from 1.4.20 to 1.6.2.x and have stumbled across a number of "differences" between the 2 versions that are forcing me to use local channels in my dialplan (mainly centered around the different behavior of CDR fields in the 2 versions) . Previously, I would place a call via an AMI Originate action similar to: action:.Originate..
2010 Jul 08
2
DTMF issues/redial tones with rfc2833
Hi, We have few systems with asterisk 1.4.22.1 and we use sip trunking for them not PRI's, one of our system is giving a problem of dtmf (rfc2833), like when we dial the number that have IVR and enter the extension or access code, it some time takes it and some times does'nt recognize the digits dialled. We also tried auto and info for dtmf but could not get the dtmf to work reliably, can
2017 Mar 18
4
Something similar to Doxygen for standard dialplan?
Hi, thanks - that looks really good! I was about to embark on some non-visual stuff using Ragic, but this looks great. Is there a binary anywhere, or any instructions to compile? I've never compiled C# code before, and although a quick google suggests it shouldn't be too hard, I might need to know a few things like what version of .net it should be compiled with. The readme just points
2010 Feb 03
1
CDR / billsec / originate / local chan
Hi All, I have been running a environment with asterisk 1.4.20.1 for some time now with no issue but have recently added some extra functionality (enabled call recording via MixMonitor) and ran into some deadlock issues which seem to be well documented with earlier 1.4.x releases so have decided to take the plunge and upgrade. I decided to start testing with 1.6.2 but have run into a couple
2014 May 02
1
CDR billsec issue with calls forwarded through the Local channel
Hi I'm using asterisk 1.8.23.1 but I've seen this same issue in previous versions of 1.8. I have created some work arounds but the behaviour is incorrect. This is the scenario: Call comes in and goes to appropriate dialplan In the dialplan the call is forwarded to another number using a Local channel (and using /n ) e.g. Dial(Local/<my-number>@outbound-context/n,60) The number is
2003 Mar 07
0
Re: AGI and fast-entered DTMF codes (SOLVED)
Hi everyone, My problem was that any time a user dialled into my IVR application (AGI on asterisk), it would close the channel if they were entered too quickly. I looked through the code for any possible hints and inserted debugging code - to no avail. It just struck me there that, since no one else was having this problem, that it could be a configuration issue. Lo and behold, I had set
2012 May 07
1
1.8 busypatterns
Hi, is it possible to detect 4 length pattern busy cadence detection on FXO lines in 1.8?? Here the tones are: 425Hz Pattern(0.2ms on, 0.2ms off, 0.2ms on, 0.6ms off) in asterisk 1.4 busy detect worked in asterisk 1.6 didn?t work and i was told that 1.6 can?t handle 4 length patterns, but what about 1.8?? for now I can only hangup by asking the provider polarity switch. Thanks best
2004 Sep 14
1
Manager events logic depends on channel type?
Apparently there are subtle diferences between meaning of MeetmeJoin event depending on channel type. Problem is: after originating a call from channel to MeetMe room i.e.: [meetme] exten => 1,1,Answer exten => 1,2,Meetme(kolejka|dqM) than: Context: meetme Exten: 1 Priority: 1 ActionID: 1077925740-00000004 Timeout: 5000 Action: Originate Async: true Channel: somechannel I get eventually
2005 Jul 14
0
PRI Channel Question
Good Day All, I am experiencing some weirdness using the E&M channel and hope you can offer a little assistance with the problem I am having. 1) call comes into channel 25 (Second Span first channel of a Digium Quad PRI from SBC-PRI) 2) Call is sent to channel 1 (First Span first channel on the Digium Quad PRI connecting an ADTRAN via E&M Feature Group D) 3) Between rings one and two