Displaying 20 results from an estimated 10000 matches similar to: "chanspy not working with Agents"
2005 Aug 23
2
SIP powercycle not hanging up
I have Sipura 841's talking to a CVS-HEAD of August 4.
If I disconnect the power to the Sipura, Asterisk does not hang up the
channel.
My sip.conf for this phone looks like:
;
[super1] ; Sipura 841
disallow = all
allow = ulaw
callerid = "super1"
2004 Sep 24
0
Re: Setting [rx/tx]gain for spandsp/fax
I'm wondering if tweaking [rx|tx]gain would improve my fax reception success
rate.
Running ztmonitor when receiving a fax shows 4 "octos" and an * on the RX
side and nothing on the TX side.
At the end of the page, there's a burst where RX goes to about 1/2 and TX
goes to about 2/3 of the range displayed.
Any opinions?
Thanks in advance,
2004 Dec 13
0
Transfer and keep variables
Is there any way to transfer a call from host to host and keep the call's
variables intact? -- specifically, UNIQUE_ID and user created variables
like CARD_NUMBER, EXPIRATION_DATE, and CVV2?
Thanks in advance,
------------------------------------------------------------------------
Steve Edwards sedwards@sedwards.com Voice: +1-760-468-3867 PST
Newline
2005 Mar 07
0
iax2 setvars help needed
I'm trying to pass a variable between servers using "setvar" in iax.conf.
I have a box (ts2) with a t100p in it. It answers the call and dials
another box (ast0) via IAX. I want to pass a variable along with the call
from ts2 to ast0.
I'm running CVS-HEAD-03/07/05 on ts2 and ast0.
ts2's iax.conf:
[general]
disallow = all
allow
2005 Aug 24
0
ANI2 AKA Info Digits not supported?
I'm not receiving ANI2 (info digits) on my SBC PRI's.
SBC said they're sending them.
I called Digium support and was told it is not supported.
Is anybody receiving ANI2 on a PRI?
Thanks in advance,
------------------------------------------------------------------------
Steve Edwards sedwards@sedwards.com Voice: +1-760-468-3867 PST
Newline pagesteve@sedwards.com
2005 Aug 27
0
how can I reduce delays in meetme with zap channels
My boss is complaining that the delay between speaking and hearing in a
meetme conference is noticeable and doesn't want to roll out our system
until I can eliminate the delay.
Personally, I don't think the delay is significant, but I don't sign his
check.
The system consist of 3 1u's, each with a single quad t1 card. Each card
has 2 t1's running NFAS.
The "t1
2005 Aug 30
0
How to mute DTMF in meetme?
This is weird.
If I have 2 members call into meetme using zap PRI channels on the box,
they can here each other's keypresses.
If I have 2 members call into a separate box using the same PRI's and then
forward (dial(iax/...)) them to the previous box into the same meetme,
they only hear a minor "squelch" for each other's keypresses.
How can I completely mute a
2004 Dec 17
6
OT: DSL without voice
A lot of people are going for the "VOIP only" approach, but SBC says you
have to have an active analog voice circuit before they will sell you DSL.
Does anybody know which DSL providers will sell you DSL without making you
pay for a voice circuit?
Thanks in advance,
------------------------------------------------------------------------
Steve Edwards sedwards@sedwards.com
2007 Jun 21
2
Use of ChanSpy
How can I use the Asterisk command ChanSpy If I need to spy on a call?
I already added the function to the extensions.conf, and I get the beeps,
but then what do I do??? I don't understand the use of this function.
Best Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2011 Oct 18
1
Chanspy() not working with group in asterisk 1.4.42
Hi list,
I have write down my code on which chanspy not working when I make a group
with name of spy. Please help me where is the issue on that.
a) caller will call this number to join konference and spy group
exten => 43681111,1,Answer()
exten => 43681111,n,NoOp(****${CHANNEL}****)
exten => 43681111,n,Set(GROUP(${CHANNEL})=spy)
exten => 43681111,n,Set(a=${GROUP_LIST(spy)})
exten
2009 Sep 29
3
chanspy and DISA
Hello all,
OS OpenSuSE 10.3
* ver 1.4.26.2
zaptel ver. 1.12
Digium TE122
I have a request for remote users to be able to dial through the system
so that the sales managers can barge/chanspy on the sales force.
I have the DISA part working with authentication(rather straight
forward) but what I can not figure out is how to enable the supervisors
to be able to barge on these calls. Is there a
2015 May 29
2
Debugging dialplan
Please don't top post.
> Am 29. Mai 2015 09:42:55 MESZ, schrieb Luca Bertoncello
> <lucabert at lucabert.de>:
>> Zitat von jg <webaccounts173 at jgoettgens.de>:
>>> Yes, it is called "core set verbose 42", the other options is "core
>>> set debug 42". Enjoy the show!
I know you can specify a level to the verbose application,
2014 Mar 21
3
Need more meetme users -- hitting some limit
I'm trying to determine the capacity of my host running Asterisk 11.8.1 on
CentOS 6.5.
The host is an Intel E3-1240v3 with 8GB RAM, an SSD, and gigabit Ethernet.
The primary application will be bridging groups of users using meetme().
I'm using 2 boxes -- 1 to initiate calls using call files (box1), and 1
behaving a bit more like a production box -- bridging calls (box2).
The call
2007 Mar 14
0
ChanSpy with Record() : Doesnt seem to work for an unbridged SIP call
Hello,
I have an incoming Voip call, where an intro message is played (How can I
help you today?) and the answer is recorded - with Record(tst:gsm,3,30). The
call is not bridged. I also have an internal SIP phone which dials into an
extension as soon as the Voip call lands, and spies on the unbridged Voip
call, using ChanSpy.
All is well before start of Record () - ChanSpy can hear the
2009 Feb 04
1
Stopping chanspy followup
I am still trying to figure out a reasonable way to exit the chanspy
application in a dialplan.
For the most part I understand how things are working and there is one
change I would like to propose.
The way the 1.4.23.1 code seems to work is that if there are no channels
that match the chanprefix argument the chanspy code stays in a loop waiting
for a new channel to come into being that matches
2009 Oct 09
3
Chanspy
How can i activate "ChanSpy" to spy on a dedicated extension?
I see the following in "/etc/asterisk/extensions_additional.conf"
[chanspy]
include => chanspy-custom
exten => 501**,1,Chanspy(801)
exten => 501**,n,Hangup
exten => 502**,1,Chanspy(802)
exten => 502**,n,Hangup
But when i try to call "501**", it doesn't give any response.
Thanks.
2009 Aug 29
0
asterisk-users Digest, Vol 61, Issue 84
On Sat, Aug 29, 2009 at 10:30 PM,
<asterisk-users-request at lists.digium.com>wrote:
> Send asterisk-users mailing list submissions to
> asterisk-users at lists.digium.com
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.digium.com/mailman/listinfo/asterisk-users
> or, via email, send a message with subject or body 'help'
2011 Sep 02
0
No subject
is typing his number, though there is a 15 seconds timeout, and even if =
I type the number very fast it still may happen to me.<o:p></o:p></p><p =
class=3DMsoNormal><o:p> </o:p></p></div><p class=3DMsoNormal>It has =
been my casual observation that the speed at which I enter digits on my =
phone is unrelated to the speed at which my
2007 Aug 31
0
about ChanSpy
hello,everyone!
I was setting up ChanSpy in an Asterisk dialplan today and it just wasn't working. Here is the snippet:
extensions.conf:
[test]
exten=>3001, 1, Set(__TRANSFER_CONTEXT=tranfer)
exten=>3001, 2, Dial(SIP/3001,10,tr)
exten=>2002, 1, Dial(SIP/2002,10,t)
exten=>2002, 2, Hangup()
exten=>2001, 1, Dial(SIP/2001,10,t)
2007 Sep 05
0
about ChanSpy,thank you!!!
asterisk-usershello,everyone!
I was setting up ChanSpy in an Asterisk dialplan today and it just wasn't working. Here is the snippet:
extensions.conf:
[test]
exten=>3001, 1, Set(__TRANSFER_CONTEXT=tranfer)
exten=>3001, 2, Dial(SIP/3001,10,tr)
exten=>2002, 1, Dial(SIP/2002,10,t)
exten=>2002, 2, Hangup()
exten=>2001, 1,