Displaying 20 results from an estimated 300 matches similar to: "Asterisk 11, hangup-handlers, Local channels and channel originate"
2013 Mar 26
0
Asterisk 11, hangup-handlers, Local channels and channel originate [SOLVED]
2013/3/26 Richard Mudgett <rmudgett at digium.com>
> > On 03/25/2013 05:17 PM, Olivier wrote:
> > > Hello,
> > >
> > > I'm giving hangup-handlers a try on a new Asterisk 11.2.1 setup.
> > > My plan is to use this handler to update my CDRs with values such
> > > as
> > > Asterish and Tech cause (see function HANGUP_CAUSE).
>
2012 Aug 20
1
Asterisk 11 queue calls - emulate Dial(b) functionality
I currently run an Asterisk 10 system with hotdesking functionality set up. Several of the users have worked with a system in the past that supported BLF on their IP phones, and would like their current phones to behave in a similar fashion. Right now I have a really kludgy system that mostly works, but doesn't consistently trigger the cleanup macro to "clear" the device state on
2004 Mar 31
0
Asterish<->Cisco Call manager
*This message was transferred with a trial version of CommuniGate(tm) Pro*
Does anyone have experience with connect Asterish to Cisco Call Manager 3.x?
What I would like to try to do is to connect my home asterish into the office
Cisco call manager most likely over a VPN from home to the office Thre may be
security risks, but I'll review them as I go.
Ideally, by dialing an extension in
2020 Feb 04
1
Looking for sample hangup_handler_pop and _wipe using vars
Please point me to samples of popping and wiping hangup handlers. I don't
need to use the values returned; I just need to clear any handlers before I
push a new one.
It's not clear at
https://wiki.asterisk.org/wiki/display/AST/Hangup+Handlers+Specification how
to provide vars on the right-hand side.
Cheers,
David
-------------- next part --------------
An HTML attachment was scrubbed...
2013 Mar 12
0
Calls getting "stuck open"
I have a system running Asterisk 11.2.1 that has had a couple calls between internal extensions get "stuck open". I didn't catch the verbose log for the first one, since I generally don't verbosely log to file, but the second one shows that the call that got stuck was dialed, but the caller hung up before the called device answered.
This server is running a hotdesking
2004 Sep 17
2
New User Help
Hi,
I am new to asterisk, I would like to know how to
configure asterisk to play a recorded message
everytime a call if forwarded to it from SER. Which
configuration files should be touched? I was scanning
through the information on the internet and didn't
find what I was looking for.
Thanks.
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has
2005 Sep 14
0
Cannot hear teleco side error message
When we use mobile to call certain number, we can hear the message like,
" The number you dialed is incorrect", "The customer is currently is
unavailible" and etc.
But when we use asterisk to call the same number, just busy tone. We
found that since version 1.0 it support the standard hangup cause, so we
base on the HANGUP_CAUSE to fake the error message, but seems
2006 Mar 14
0
Asterish Guru needed in Phoenix ASAP
Need 2 full-time Asterisk Guru's needed in Phoenix area right away.
Knowledge in some of following also needed:
Php
Perl
MySQL
PostGres
C++
Visual Basic
HTML
Photo Shop
Email resume off list - Will interview this week.
Kyle
--
CONFIDENTIALITY NOTICE: This message, including any attachments, is for the sole use of the intended recipient(s) and may contain
2010 Jan 22
5
Set CDR userfield for Queues
Hello,
I am using Queue application with multiple agents in each queue. I
want to set the CDR(userfield) for each cdr based on the agent
answering the call. Is it possible to do this?
Thanks
2004 Aug 10
11
CAPI call transfer
Hi,
I am having trouble configuring CAPI so that call transfers work.
I make a SIP call to asterisk which goes out on ISDn via CAPI. Then
I
try to do a transfer from the SIP phone which doesn't work and
results
in the call being disconnected.
The error message given by asterisk is that it chan_capi can't find
an
entry for the outgoing msn for the transfer however the outgoing msn
is the
2014 Sep 05
3
New to Asterisks, Couple of Questions
Hello everyone, my name is Miles, I am fairly new to asterisk. I have
recently begun to learn asterisk and I have a couple of questions.
1. After installing asterisk using the following instructions;
a. sudo mkdir /usr/src/asterisk && cd /usr/src/asterisk
b. sudo wget
http://downloads.asterisk.org/pub/telephony/asterisk/releases/asterisk-1
1.2.1.tar.gz
c. sudo tar
2013 Apr 11
4
Asterisk 11.2.1 / dahdi destroy channel / asterisk crashes
Hi,
I have the following setup:
Ubuntu 12.04.02 LTS (64 bit)
Asterisk 11.2.1
Sangoma 4-Port-Card (A104d) with firmware 43 (german e1-ports connected)
WANPIPE Release: 3.5.28
DAHDI Version: 2.6.1 Echo Canceller: HWEC
libpri version: 1.4.12
I call via sip into the dialplan. Then I do a
"Dial(DAHDI/g1/voicenumber,r)". The call is bridged and everything is
fine. "dahdi show
2006 Nov 05
1
Testing custom mongrel handlers?
Hey Folks-
I''m trying to setup a new test/spec harness for testing Merb. I was
wondering if there is a way to mock the Mongrel request, response
objects easily to test my handler without actually running a server?
I can easily do the env hash but I''m not entirely sure what needs to
go in the request StringIO object that gets passed into my mongrel
handler''s
2006 Mar 29
1
Handlers
Anyone know where I can find some sample handlers? Has an API been
released yet?
Br,
Morten
2006 Feb 20
0
A quick refactoring for handlers and CGI
Luis,
The mongrel.rb file is starting to get a bit too big so I''m going to
refactor it out a bit. I''m going to create a lib/mongrel/cgi.rb file for
the CGI specific stuff and a lib/mongrel/handlers.rb file for the various
handlers we''ll be making.
Let me know if this causes you any pain.
Zed A. Shaw
2002 Dec 15
0
Re:Huge amount of used inode handlers
I have the same problem with a Compaq dual xeon pIII 1gb and disk array.
Did you fixed?
Thank you
Jose Galan
2002 Jun 20
0
Huge amount of used inode handlers
Hi all,
Any ideas, why is this happening or how to debug this? After random time
(usually one to three days uptime) inode-sz reported by sar jumps way up its
normal level and <24 hours after this bug has happened server will crash.
Server used to work fine, but started to do this around beginning of June.
---
08:20:00 AM dentunusd file-sz %file-sz inode-sz super-sz %super-sz
2005 Oct 17
2
triggering event handlers
I''ve registered onClick events I want to trigger from javascript, but
can''t seem to find a way to do this. It seems like it should be
obvious and easy, but I''m not finding the answer. :-(
Thanks,
Jamie
2005 Oct 31
0
Automatically creating handlers for scriptaculous events
I created a simple Ajax checkbox control that I plan to contribute to
scriptaculous (people seem to ask now and then), and it occurred to me
that the really nice way to do it would be to provide the controller
action as well - the developer could call something like
<%= remote_check_box (''checkbox-id'') %>
and we''d automatically update
2006 Feb 08
1
AJAX Event Handlers, like shift key pressing...
Hey everyone,
I thought I''d seen a demo of an AJAX app that responded to control
key presses, like performing a different action when the shift key is
pressed. What I''d really like to do is have a div change when the
shift key is pressed (to change the text of the link inside it to
indicate what new action will occur when that link is clicked with
shift held down). Is