Displaying 20 results from an estimated 2000 matches similar to: "AGI with queues status"
2009 Oct 22
2
ChanSpy in Asterisk 1.2.24
Hello
I have an old Asterisk where I need to listen to Agent calls. So I
created this code:
exten => _555,1,ChanSpy(Agent)
exten => _555,n,Hangup()
But I always get:
2009-10-22 16:00:38 WARNING[5695]: pbx.c:1720 pbx_extension_helper: No
application 'ChanSpy' for extension (default, 555, 1)
It seems that Asterisk doesn't have ChanSpy enabled... is this possible?
Which
2009 Dec 01
2
Asterisk registers with private IP
Hello
I'm trying to register an Asterisk working behind Nat.
Here is the trunk:
register=username:password at sip.startel.pt
[startel]
type=peer
host=sip.startel.pt
username=username
fromuser=username
secret=password
qualify=yes
disallow=all
allow=ulaw
allow=alaw
allow=gsm
insecure=very
port=5060
nat=yes
canreinvite=yes
The problem is: Asterisk is registering with its
2009 Jul 27
2
Asterisk and Kamailio NAT problem
Hello
Im using Asterisk as a SIP client of Kamailio with RTPproxy. Asterisk is
behind NAT.
X-Lite and SNOM phones behind NAT work fine.
But when I try to connect with an Asterisk behind NAT, the Asterisk
client doesn't receive sound.
I already tried in 2 different NATs, with no firewalls.
This is my Asterisk config:
[kamailio]
type=peer
host=xxx.xxx.xxx.xxx
disallow=all
allow=ulaw
2009 Aug 26
1
TE4XXP: Version Synchronization Error!
Hello to all
I'm using asterisk 1.4 and dahdi.
I had everything working fine, and I could place calls through my R2
channel.
But now the channel is always "RED" and Im getting this error message:
TE4XXP: Version Synchronization Error!
Here is my chan_dahdi.conf------------------------------
[channels]
language=en
context=incomingr2
signalling=mfcr2
mfcr2_variant=ar
2009 Jun 07
2
Call recording in - out
Hello to all
I'm trying to record the calls going to my queues, but asterisk creates
2 files, one with the inbound and another with the outbound sound.
I know Sox should mix the 2 files automatically in the end, but this
isn't happening.
I have sox installed in my server.
How can I force Sox to mix the files?
Here is my config:
queues.conf-----------------------------
[general]
2009 Jul 23
1
x-lite settings to reach asterisk
Hello: I have the linux version 2.0 of x-lite downloaded. Does anyone
know exactly what settings needed to reach the asterisk server on my
home network?
Internet ->DSL transparent bridge ->router ->asterisk
->softphone
x-lite attempts to login and register, but times out. There must be
some setting I'm
2010 Mar 17
2
Asterisk as a skinny/sccp "client"?
I wonder if Asterisk's skinny/sccp channel driver could be used as a
"client" to register with a Cisco PBX. That is, along with a SIP
client, say, have Asterisk and said SIP client stand in for a Cisco
phone, or an IP Communicator.
Anyone done this?
Cheers,
b.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type:
2009 Jul 21
2
Channel Variables in a Call file?
Hey gang,
I'm trying to find a) If you can put channel variables into a Call file and
b) what the appropriate syntax is.
Any ideas?
Thanks,
PB
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090721/cb8c2656/attachment.htm
2009 Jul 02
1
need help, service unavailable, registered but call does not get through
hi, i have a new install, 1.6 2, 2 extension, but the call doesnt get
thorugh: here is my sip debug outout: thx for ur help!!
<asterisk-users at lists.digium.com>
--- (13 headers 16 lines) ---
Sending to AA.BBB.CCC.DD : 28127 (NAT)
Using INVITE request as basis request -
Y2QxNTg4NjE3MTZjNGMzZGM5NzE3YWY4NjAyOTYzMjk.
Found user '701' for '701'
Found RTP audio format 107
Found
2009 Sep 01
7
Dahdi configuraion / error
Hello
I just updated the kernel, dahdi-linux and dahdi-tools
Im also using now asterisk 1.4.26.1
And im still with a red light (not RED/YELLOW anymore):
[root at catumbela ~]# /etc/rc.d/init.d/dahdi status
### Span 1: TE4/0/1 "T4XXP (PCI) Card 0 Span 1" (MASTER) HDB3/ RED
1 PRI CAS RED
2 PRI CAS RED
3 PRI CAS RED
4 PRI
2010 Mar 19
4
Call Drops while doing assisted transfer from remote location
Hi all,
We have our system hosted publicly and 4 phones are connected remotely at
employee's home, and when they try to do a assisted transfer to one of the
employee at the main office, the call is lost. For ex: person A calls person
B, person B calls person C for assisted transfer, and as soon as person B
hits transfer button again to transfer person A to C, the call is lost.
But in the
2010 Jan 11
0
ChanSpy doesn't hangs up
Hello
I have a simple configuration to allow the admins to listen the agents
calls:
exten => _654,1,ChanSpy(Agent)
exten => _654,2,Hangup()
The problem is... even when the agents hung up... it seems the channels
remain active:
asterisk*CLI> show channels
SIP/211-b3042018 654 at default:1 Up
ChanSpy(Agent)
SIP/211-b3fbf768 654 at default:1 Up
ChanSpy(Agent)
2007 Oct 22
1
dial-out call queue
Is it possible to implement a dial-out call queue in Asterisk?
My idea is to give Asterisk a list of numbers, and then he makes the
calls and delivers the calls to a call queue.
Then, the agents will answer the calls.
Is this possible?
Thanks
Regards
Joao pereira
2007 Dec 04
4
enable eyeBeam to accept only one call
Hello
I'm using eyeBeam, and Asterisk keeps sending my clients a second call,
when they are still in one call (because eyeBeam has lots of channels).
I was using X-Lite (with 3 channels) and Asterisk never sent the client
a second call.
How can I force Asterisk (or eyeBeam) just to send one call at each time.
Is this a configuration I need to do in eyeBeam or Asterisk?
Thanks
Regards
Joao
2012 Mar 20
5
[PATCH] Add vncviewer xm compatibility options the 'xl create' command
I''ve attached the preliminary patch to add vncviewer options to the
''xl create''. It applies cleanly against c/s 4e1d091d10d8. All feedback
is welcome.
Goncalo
# HG changeset patch
# User Goncalo Gomes <goncalo.gomes@eu.citrix.com>
# Date 1332257809 0
# Node ID 46f8afe643dee8de2c592c65204567fbad657616
# Parent 4e1d091d10d83130842170cd61f1194e5459f2aa
Add
2005 Jul 28
8
dialplan defenition
Hello list,
Im writing my dial plan, in witch every SIP phone begins with 74 and has
more 3 numbers (like 74XXX).
So, I want to route all 74XXX calls to my sip channel. For this I wrote
this line:
exten => s,1,Dial(SIP/74118@193.136.252.5,30,r)
but this way all calls go to 74118@193.136.252.5 .....
Then I tried:
exten => s,1,Dial(SIP/${EXTEN}@193.136.252.5,30,r)
but this way, the
2016 Feb 24
3
search problem dovecot 2.2.21 + fts - Solr
Hello,
Realized update dovecot on my server. Now the search is returning
differently from the previous version bringing reference information of
other messages .
For example when doing a search for anderson.joao this new version of the
dovecot dovecot 2.2.21 + fts - Solr response will be all email that has the
word anderson and joao, instead of returning only items with the word
anderson.joao.
2009 Sep 16
2
IVR seleCtion
Hello Team,
IVR selection of QUEUEMETRICS
As we know queuemetrics had an IVR selection functionality where it can get the IVR keypress of a caller.
We saw this link http://forum.queuemetrics.com/index.php?action=printpage;topic=503.0
and upon checking, its only determined the Queue, I want to get is the per IVR of a caller.
Can you help me guys regarding this? I want to implement this with
2005 Jan 07
7
Problem with call pickup
I have configured call pickup, and this works fine.
Although there are 2 problems, perhaps anyone would know a solution to this;
- When I pickup a call from another set, the *8 code keeps being displayed
in my screen (Snom 220).
I would like it to show the phonenumber of the person calling me.
- When a caller that I've answered through Call-Pickup disconnects, my phone
does not close
2016 Jun 02
2
issue: IMPORTANT: APT repo temporary switched off
On 2 June 2016 at 19:50, Richard Gomes via llvm-dev <llvm-dev at lists.llvm.org
> wrote:
> Since the APT repository is down... everything under that location is
> unavailable, including the instructions on how I could build/install
> LLVM/clang from sources. Could you guys advise, please?
>
You can quickly start here...
http://clang.llvm.org/get_started.html
at least until we