Displaying 20 results from an estimated 1000 matches similar to: "ExtenSpy Problem"
2008 Nov 05
2
ExtenSpy? am I doing it correctly?
Scratching my head and trying this.
Asterisk Version: Asterisk 1.4.21.2
Tried:
exten => 4771,1,ExtenSpy(4724 at mbb)
exten => 4771,2,Hangup
Also tried:
exten => 4771,1,Answer
exten => 4771,2,ExtenSpy(4724 at mbb)
exten => 4771,3,Hangup
Also tried many variations including option ,b
I think most calls I make are 'bridged'
extensions 4771 and 4724 are both in mbb context.
2010 Jul 28
2
Answered call not bridged
Hi
I've suddenly started encountering a strange issue. Sometimes, when a
call is made into our system, an extension answered the phone but I can
see no mention of it being bridged in the console. Also, the server does
not seem to think that it is answered and then goes to voicemail. We are
using asterisk 1.4.17
Here is the console output for one of these calls, it was me ringing a
2008 Apr 03
1
Sending audio to a channel
I have a voicemail application that users can listen to messages and
leave messages. I am looking for a way to play a beep tone to a user
when a new message is received when they are on the phone.
Here is what I have come up with:
in extensions.conf:
[beepvoicemail]
exten => 1000,1,answer()
exten => 1000,2,NoCDR()
exten => 1000,3,wait(2)
exten => 1000,4,Set(TIMEOUT(absolute)=5)
2011 Jan 05
1
Blind Transfer not working - 1.4.38
Hi
We've been running asterisk 1.4.17 (deb package) in a production
environment for some while now and are finally taken the plunge to
update to 1.4.38 (Ubuntu servers). All of this is using the RealTime
Architecture
I have upgraded the asterisk version in one of our test environments and
blind transferring seems to have suddenly stopped working. It was
working fine under 1.4.17
So, call
2009 Apr 30
1
ExtenSpy d option 1.6
I just installed asterisk 1.6.0.9 in the hope of using the d option in
ExtenSpy(). I found this on the internet:
- w - Enable 'whisper' mode, so the spying channel can
talk to
- the spied-on channel.
- W - Enable 'private whisper' mode, so the spying channel can
- talk to the spied-on channel but cannot
2008 Feb 14
0
ExtenSpy strange behavior on Asterisk 1.4.18
Hi list,
I have been experiencing a strange behavior with asterisk and i would
like to know if someone else has face it.
This is my scenario,
3 extensions created on sip.conf: 121 | 123 | 123
Everything work just perfect except for the following issue:
I have this block on my extensions.conf
[record] ;-------Extensiones individuales
exten =>
2008 Apr 16
2
extenspy and chanspy
I want to add to my dialplan the ability to spy on an arbitrary
extension whether a call originates at it or is terminated at it.
Scenario 1: Given an extension, say 2001, a call comes in on a zap
channel and is Dial()ed to the phone that's at extension 2001, I want to
be able to pick up a phone and dial (say) *142001 and spy on that call.
Scenario 2: Extension 2001 makes a call to, say a
2008 Nov 18
1
How to Barge specific extensions
Hi All
Can anybody help me for dial plan to barge or Spy(ExtenSpy)
specificor selective extemsions among 20 extension in my office.
lets say my office extension range is 301-320 & i want to barge only 3
extension say 320, 302,314.
is this possible to barge specific extension? . Plz help me for this.I
am using Asterisk 1.4.9 & SIP channels.
Regards
Amit
-------------- next
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.
2011 Mar 02
1
Asterisk 1.8 SIP realtime and NAT
Hi
After recently upgrading to 1.8.3 I have noticed that the nat setting
for my peer in my sip table is not making it into the realtime cache.
For example
* Name : 501
Realtime peer: Yes, cached
Secret : <Set>
MD5Secret : <Not set>
Remote Secret: <Not set>
Context : pack-local
Subscr.Cont. : <Not set>
Language :
AMA flags :
2013 Feb 01
1
Unexpected DNS queries from Asterisk
Keep in mind this is 1.2...
I have a peer in sip.conf:
[my-uk900]
context = uk900
host = a.b.c.d
type = friend
Why am I seeing DNS queries like my.example.com and uk900.example.com?
--
Thanks in advance,
-------------------------------------------------------------------------
Steve Edwards sedwards at sedwards.com Voice: +1-760-468-3867 PST
Newline
2008 Oct 10
0
How to barge Inbound calls
Hi All
Can anybody help me for dial plan which can barge inbound call
groupwise.
Because when i am trying to barge inbound calls which is coming on my DID
number i can hear 1st 3 digit of my Inbound provider IP address instaed of
extension which pick that calls.
I tried Chanspy as well as Extenspy. But result is same. So Plz Help me.
Thanks
Amit
-------------- next part --------------
2006 Nov 03
3
Extension Spy
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/gif
Size: 2915 bytes
Desc: image001.gif
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20061103/dd977e53/attachment.gif
2011 Jul 02
2
chanspy spies on wrong channel
asterisk 1.4.32 have zapata.conf soft link to chan_dahdi.conf to use
flash operator panel < 2.0
(from extensions.conf)
exten=> 304,1,ChanSpy(Zap/4|q)
exten=> 304,2,hangup
There is no entry ChanSpy(Zap/41) in extensions.conf
On dialing 304 and Zap/41 is in use this happens:
[Jul 1 18:24:47] VERBOSE[14447] logger.c: -- Executing
[304 at flash:1] ChanSpy("Zap/31-1",
2005 Mar 24
1
Can I use my callscreen macro w/ sip?
(Sorry if this has hit the list before. I sent it yesterday, but never
saw it come through)
I actually got rid of my phone service.. no more pots line in my house.
But, I miss my call screen macro. Any way to do this with a SIP
channel? (Obviously the parking isn't the problem, but rather recording
their name). I set it up so they should only have to record their name
once provided they
2010 Apr 22
4
More efficient dial plan for a list of selective inbound numbers
I have a list of CLIDs prefixes that I want to use in a context.
Basically, I want to do this but the list of prefix numbers is much longer.
List of prefixes (556,557,557,989.....)
[custom-inbound]
exten => _556,1,answer
exten => _556,n,playback(beep)
exten => _557,1,answer
exten => _557,n,playback(beep)
exten => _558,1,answer
exten => _558,n,playback(beep)
exten =>
2007 May 30
12
False ring problem
Hi all,
when a user dials any number, asterisk automatically generates ringing which
caller can hear, and after 2 - 3 rings asterisk detects that the called user
is busy, then caller hears busy tone. for example user hears---
tone--tone--tobeep beep beep ---Can i some how eliminate the false ringing
at the start so that user hears only beep beep beep if the called user is
busy. I have used the R
2009 Aug 19
2
problem with udev when booting kernel 5.3 release 128.4.1
Hi List,
I am running a 64 bit 5.3 kernel on an intel mb and all has been well.
Today I thought it would be okay to reboot so that the latest kernel was
running - i.e move from 128.2.1 to 128.4.1 release.
The system passes POST fine, grub passes control to the 128.4.1 kernel
and the boot process is under way.
after some 30 secs the system starts beeping - continuously.
After I hooked up a
2011 Apr 25
1
Transfer beep w/ Polycom phone
Hi all.
When a user transfers a call by pressing the "transfer" soft button on their
phone, I'd like it to "beep" at them when the transfer is complete. I've got
it turned on in features.conf:
xfersound = beep ; to indicate an attended transfer is complete
xferfailsound = beeperr ; to indicate a failed transfer
However, it seems that
2007 Aug 09
3
Need Help in changing Voice message
Hi,
Asterisk has a lot of customizable voice prompt in /var/lib/asterisk/sound
but i want to change a very well known voice message which occurs when we try to dail a number
against dial plan
"beep beep beep The person you are calling is unavaiable, please try again."
I thought it would be availabe in the sound directory of asterisk but it is not there.
When i dial such wrong number no