Displaying 20 results from an estimated 30000 matches similar to: "In Call functions"
2007 Feb 05
0
Callfiles to Meetme Fails (was: RE: Using Local Channels with Originate)
I have Meetme conferencing compiled for Debian as per
http://powerontech.com/freepbx-on-debian.htm . I drop a callfile in the
outgoing dir, and it intitiates a call to a local extension as a
channel, but the call seems to block on the Meetme() command. That
extension completes the outgoing Dial(SIP) command to my phone,
announcing that leg is the only member of the conference, and just
waits. If I
2007 Apr 10
1
Dialplan help - MeetMe and call monitoring
Hi guys,
I need to realize a sort of automatic call monitoring dialplan.
This is exactly what I need:
- A user originate a call
- When the call is bridged (or just before) I need to invite
automatically a third party to the conversation that should hear the
audio channel but not speak (it's a monitoring application for a callcenter)
The person in charge of monitoring cannot use ChanSpy or
2007 Apr 10
0
Dialplan help - MeetMe (or ChannelRedirect) and call monitoring
Hi guys,
I need to realize a sort of automatic call monitoring dialplan.
This is exactly what I need:
- A user originate a call
- When the call is bridged (or just before) I need to invite
automatically a third party to the conversation that should hear the
audio channel but not speak (it's a monitoring application for a
callcenter)
The person in charge of monitoring cannot use
2008 Oct 27
1
autodialed call forwarding via meetme or queue (was predictive dialer)
Also posting this question to people working on manager interface and
dialers.
I have a simple auto dialing script (using Originate) that forwards all
incoming calls to a queue full of waiting agents instead of a meetme
conference room. I use queues rather than meetme so I can leave the
automatic call distribution to the queue itself.
The problem is when the calls reach the agents, some of the
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 Jun 21
0
Keypress delay & grouping
Forgive this intrusion, but I couldn't
find much mention of this in the archives.
To reduce vulnerability to "Keystroke Timing Attack"
and reduce keystroke packet overhead, why not insert
a small configurable delay (10-1000ms) before sending
keystroke packets?`ssh -d NNN`
Yes, this costs latency. But many netlinks are
already 200+ms and latency isn't always objectionable
in a
2013 Feb 20
1
Meetme and MEETME_EXIT_CONTEXT
Hello,
using Asterisk 1.8.12.2
I am having trouble with exiting the conference room by entering a
single digit.
option X of the Meetme()-application should do this.
I have following in extensions.conf :
/exten => _1000X,n,Set(MEETME_EXIT_CONTEXT=dynamic-nway-invite)//
//exten => _1000X,n,MeetMe(${CONFNO},dMX)//
//
//
//[dynamic-nway-invite]//
//exten => 0,1,NoOp(confno =
2010 Sep 08
0
How to Set Callerid Of Originate a call?
Dear all,
as you know, we can use Originate Command to auto-dial a out-bound
call to a extention or app since 1.6.2.
but when i Originate a call, and hangup. the cdr of this call has no
CDR(clid) and CDR(src).
Could you tell me how to set the Callerid to cdr from an Originate
call? I use Originate directly in the dialplan
not AMI, so i can't set the callerid property like AMI use
2009 Nov 03
0
Redirecting Calls and MeetMe Rooms
Hello everybody,
using the manager api (via asterisk-java) I originate a call with
application MeetMe to some extension (IAX). The agent joins the meetMe
room on answering that incoming call. So far so good.
Now I'd like to redirect that agent from the meetMe room to another
meetMe room *only by using the manager api*. Is that idea possible to
realize? Or has the agent to be involved?
2004 May 07
1
meetme conf-background.agi
Hello there!
Somebody tried the meetme|b which initiates the conf-background AGI.
Actually I want to originate another call from a conference.my AGI
originates the call and connects it to the conference, but the calleeee is
nowhere
My extension
exten => 21,1,meetme(21|pb)
and my AGI
****************************************************************************
#!/usr/bin/perl -w
2007 May 19
1
Call someone to instantly join conference using MeetMe
Hi,
I was just wondering how would the application be where the Asterisk calls a
number and that number joins the conference as soon as the call connects.
There would be only one conference already defined in meetme.conf and there
is one person already joined the conference. Currently MeetMe requires a
person dialing into it and the joining the conference. How could this be
done using MeetMe or
2005 May 23
1
SendDTMF into a conference room
I have been trying to figure a way to SendDTMF into a MeetMe room using
the Manager API.
I can't redirect everyone into another context and then bring them back
because that would mess up my logic.
I am trying to use local channels and the originate Action to accomplish
this.
Exten: 3441115
Priority: 1
ActionID: actid-00000001
Context: senddtmftones
Action: Originate
Channel:
2006 Apr 12
1
SIP call hangup from asterisk CLI
Hi,
We are using Vicidial and sometime even when agent disconnects, outgoing
call originated by dialer is still active. Since call was initiated by
dialer and then bought into meetme conference of agent and we can't corelate
this call to any agent channel.
When agents are dialing, channels doesn't show calls
vicidial2*CLI> show channels
Channel Location
2004 Aug 10
0
Personal Meetme conferences; is there a better way to do this?
I want to have a "personal meetme conference", so when
on a call I can transfer the other party to my personal conference with "#7".
(I can then make other calls, and dump them into the conference
using "#7" as well, then join myself by dialing "7").
Using:
exten => 7,1,MeetMe(${CALLERIDNUM}|Mpd)
this works as long as I originate the call. However,
2006 Mar 07
1
MeetMe 'i' option not working correctly?
I'm running 2.4.5 and app_meetme never plays conf-hasleft or
conf-hasjoined with user names. I looked at app_meetme.c, but couldn't
determine the cause. Any suggestions are greatly appreciated.
exten => 600,1,MeetMe(600|i) I get the following:
-- Executing MeetMe("SIP/jon-21f8", "600|aciMps") in new stack
== Parsing '/etc/asterisk/meetme.conf': Found
2005 Mar 15
4
Three way calling with X-Lite / MeetMe
Hi All,
Does any one know of a way to make a three way call from Asterisk using
X-Lite.
I need the ability to be able to call someone on the PSTN using my IAX
provider then bring another person from a local extension into the call if
needs be?
I believe most three way calling is done using a feature of the phone, and
X-Lite doesn't look like it supports this. Can this be
2004 May 11
1
Caller-ID for alphanumeric SIP uris
My first post here, so a brief intro:
I'm somewhat new to Asterisk, but have been working with SIP
in depth for about 3 years. I studied Asterisk for about a year
and have been experimenting with it hands-on for the past
month or so. I've done 6 Asterisk installs in wildly different
roles/applications, some of them test systems, others in
semi-production, so I know a little bit about
2009 Jul 21
1
Scalability and stability matters
Hi all,
I'm planning to develop a custom autodialer application which will be
dealing with its own model for agents and queues, therefore it won't use
neither asterisk agents nor asterisk queues, nor asterisk cdr. The
application will supply the whole reporting and agent managing features by
itself.
The application will command asterisk through an AMI telnet connection using
only the
2004 Jul 14
0
Originate to IAXComm problem once again
I am sending this again since I haven't get it back for twelve hours:
When I originate call to IAXComm, more or less one of tree calls fails
for no aparent reason. Originating calls to SIP clients works as
expected. Anybody has similar problems? Is it asterisk or client problem?
Asterisk log:
Jul 15 00:00:04 DEBUG[1179663]: manager.c:1018 process_message: Manager
received command
2010 Feb 24
2
audio glitches in conference
I'm having a problem with conferences both meetme and app_conference,
though I've done most of the testing with meetme.
Essentially, I get little gaps in the audio - usually fewer than a dozen
or so samples, though it does vary. They seem to occur at random, but I
usually get one ever few seconds, on average. They also seem to delay
some buffer somewhere, so that if I start recording