Displaying 20 results from an estimated 1000 matches similar to: "Pound # key not being handled"
2009 Aug 27
3
Sticky Park
My company for various reasons has asked that I come up with a way to
have previously parked calls be re-parked in the same parking slot. I
have looked at setting up asterisk so that the receptionist chooses
which slot to place a call, but I think there is an easier way. That is
when I came up with the idea of "Sticky Park". Here is how it would
work. A call would come in and
2010 Jan 12
5
Multi-Tenant Parking
Has anyone managed to get multi-parking lot call parking working correctly? I've had several attempts at it, and never seem to be able to get it to go properly - (actually, at all):
I've most recently done this with 1.6.1.x, and now 1.6.2.x, with no luck in either case. What I've been "trying" is the following:
features.conf
[general]
parkext => 100
[featuremap]
2003 Mar 07
4
ParkedCall and SIP.
I am having trouble getting park to work
with SIP, I have these config files:
/etc/asterisk/parking.conf
[general]
parkext => 8540
parkpos => 8541-8555
context => parkedcalls
parkingtime => 45
/etc/asterisk/extensions.conf
include => parkedcalls
include => default
[default]
exten => 3874,1,Dial(SIP/3874|20|tT)
Do I need something else somewhere?
Is anyone using park and
2008 Mar 13
5
Newbie One-touch Recording: Does not work
I thought it was quite easy to implement but I cannot get one-touch
recording to work. Here are the changes what I did:
I restarted Asterisk after the change (because reload does not work for
changes in features.conf).
I press *1 on the Polycom IP600 phone to record a conversation but no
new wav file appear in /var/spool/asterisk/monitor or elsewhere.
Any suggestions?
Here is the console log:
2010 Nov 08
1
Asterisk 1.8 Multiple Parking Lots
Hello,
Recently we have been using asterisk 1.6 and everything worked ok, all our productions server are 1.6. Recently we have upgraded one to 1.8 and multiple parking call are not working, which worked pretty ok on asterisk 1.6. Are there any major changes in asterisk 1.8 related to park call and multiple parking lots. Bellow is my config from asterisk 1.6 which worked, I`ve tried this in 1.8
2009 Jun 27
1
Multiple parking lots use default park positions
Hello, all. I'm having a deeply frustrating time getting multiple
parking lots to work and am wondering what I am doing wrong. I am using
Asterisk 1.6.1.1. I defined two separate parking lots in features.conf
as follows:
[parkinglot_a100] ; SSI
context => a100-parking
parkpos => 900-920
findslot => next
[parkinglot_a10] ; EBC
context => a10-parking
parkpos => 800-820
2004 Dec 10
2
BT100 how to pickup a parked call
Does anyone know why the bt100 cannot park and pickup
a parked call?
attendant announces the call is parked at extension 701
but the call cannot be retrieved by any other phone.
also, the bt100 constantly rings when the phone is
hung up after parking.
anyone experienced this?
using the basic features.conf
[general]
parkext => 700 ; What ext. to dial to park
parkpos =>
2004 Jun 29
2
cisco phone and parked calls
So, I can't figure out how to get the parkandannounce application to
work the way I want it to... I have cisco 7960 IP phones using SIP,
and this is what I have in my extensions.conf:
exten => 700,1,ParkAndAnnounce(pbx-transfer:PARKED|90|SIP/${EXTEN:1}|internal,${EXTEN:1},1)
exten => 700,2,Hangup
and in my parking.conf:
[general]
parkext => 700 ; What ext.
2003 Jul 03
1
res parking patch
Ok, a little patch that adds a little functionality to call parking.
With that, you can pickup the older parked call, if many are in the
parking lot. The default exten to do that is 750, but can be changed
by setting "parkpick => exten" on parking.conf , like
[general]
parkext => 800 ; What ext. to dial to park
parkpos => 801-820 ; What extensions to
2008 Mar 13
3
Newbie One-touch Recording: Does not work (more info)
I thought it was quite easy to implement but I cannot get one-touch
recording to work. Here are the changes what I did:
I restarted Asterisk after the change (because reload does not work for
changes in features.conf).
I press *1 on the Polycom IP600 phone to record a conversation but no
new wav file appear in /var/spool/asterisk/monitor or elsewhere.
Test A: Outside line calling in
2005 Mar 27
3
How to park/transfer a call received from a Queue?
Hi!
I'm trying to transfer a incomming call from a Queue to another extension.
I'm receiving a call from a queue with the AgentCallbackLogin.
The queu is as following:
Queue(sales|t)
Which should allow transfers.
So as soon as the call is answered I would like to be able to transfer it
When the agent presses the # I get the dialtone but as soon as I press any
digit Asterisk tells me
2007 Feb 08
1
Problems with GXP2000 and Asterisk => Call pickup and Voicemail
Hi
i have two problems with my Grandstream GXP2000 :
1- When i wan pickup a call, that's don't work's (*8EXTEN)
and when i test whit Softphone, i have a error too, he say me
*8201@MyContext not found ..
in features.conf, i have:
[general]
parkext => 700
parkpos => 701-720
context => parkedcalls
2005 Feb 11
1
Problem with # Transfer from queue
Hi I'm having trouble # transfering queue calls.
in extensions.conf I have:
[macro-queue]
;
; Places caller in queue
; ${ARG1} - Queue name to place caller in.
; ${ARG2} - Voicemail Extention
; ${ARG3} - Caller ID to Set.
exten => s,1,DBget(temp=nm/on) ; Get Night key, if not existing,goto 102
exten => s,2,Playback(custom/500/10)
exten => s,3,SetCallerID(${ARG3})
exten =>
2005 Jul 20
1
getting problem in Picking up the parked call
Hi all.
I am trying following scenerio for call park & pickup.
voice is flowing established between B & C, after call-pickup (
instead of A & B ).
can anyone please clarify why it is happening like this, ( or ) do i
need some more configuration for park&pickup ?
A
B
2005 Oct 17
1
Call transfer - atxfer
Hi,
I try to set up attended transfer in my Asterisk Box . My
features.conf look like this:
[general]
parkext => 100
parkpos => 1-5
context => parkedcalls
parkingtime => 100
transferdigittimeout => 3l
courtesytone = beep
xfersound = beep
xferfailsound = invalid
featuredigittimeout = 500
;adsipark = yes
pickupexten = *8
[featuremap]
atxfer => *2
blindxfer => #
disconnect
2013 Oct 20
1
Call parking issue with Cisco SPA phone
I'm trying to implement call parking with asterisk and Cisco SPA504G phones:
features.conf
parkext => 700
parkpos => 701-702
context => parkedcalls
I defined one of the unused keys to park the calls:
Key2:
fnc=sd;ext=700 at 10.0.1.103;vid=1;nme=Park
I also defined two other keys to pickup/unpark the calls:
Key3:
fnc=blf+sd+cp;sub=701 at 10.0.1.103
Key4:
fnc=blf+sd+cp;sub=702 at
2006 May 11
3
Call parking from legacy PBX over PRI??
I have an issue with call parking and hope there is some undocumented feature for this. ;-)
We are replacing our legacy PBX with asterisk, but to save money over time (handsets and network), I am trying to maintain the use
of our legacy PBX.
Asterisk extensions can not use the call parking features (not usable over trunk cards) of the old PBX, so I have to get the old PBX
to use asterisk's.
2007 May 25
1
Problem with call parking
I am trying to test the call parking, but It doesn't fonction :(these are my config files.extensions.conf:include=>parkedcallsexten => 4000,1,Dial(SIP/4000,60,tT)exten => 4001,1,Dial(SIP/4001,60,tT)exten => 4002,1,Dial(SIP/4002,60,tT)In features.conf:[general]parkext => 700 parkpos => 701-720 context => parkedcalls [featuremap]blindxfer => # disconnect => *0
2005 Jan 25
2
New native assisted transfer (atxfer) usage info required
Hi, I would like to use the new atxfer (native assisted transfer, see
mantis item #3241) , but I've partially been able to
make it work.
I can receive a call and then having the caller hear MOH while talking
with another extension (the one I want to transfer to), but then I can't
make the caller and the trasferred talk hanging up or pressing any key
combination I'm aware of.
My
2005 Jun 14
2
# no longer working
Hi list,
For months everything worked super here in our setup.
This week I implemented some new idea in our webbased
calendar system. I thought it would be nice to have an
option that tells asterisk you are not available for calls
during an appointment.
For this to work I could no longer use the ringgroup setup:
Dial(SIP/10&SIP/11&SIP/12,40,tr)
So I thought, why not use the Local channel