Displaying 20 results from an estimated 1300 matches similar to: "Sticky Park"
2017 Apr 06
2
feature codes
hi.
i am running asterisk 11 and i am stuck with the feature codes. how do i
setup them.
Now the system has.
PBX*CLI> features show
Builtin Feature Default Current
--------------- ------- -------
Pickup *8 *8
Blind Transfer # #
Attended Transfer
One Touch Monitor
Disconnect Call * *
Park Call
One Touch MixMonitor
Dynamic Feature Default Current
--------------- ------- -------
(none)
Feature
2012 Feb 20
3
Park and PARKINGDYNAMIC
I have been trying to get the dynamic parking working.
For some reason when I park a call using this method the console says it is
using the default parking context not the one I am trying to specidfy. It
also is playing the parked extension to the caller. I am transfering the
call to an extension that is doing a goto to the context below. Any ideas
or examples on how to make this work.
2014 Jul 02
1
Dynamic Call parking
Hello,
I am trying to create a dynamic call parking lot using
https://wiki.asterisk.org/wiki/display/AST/Application_Park
But this manual is not enough to fix my problem : Asterisk keeps trying
to park the call in the default parking lot :
[Jul 2 11:32:14] -- Executing [3333 at from-770000:5]
Set("SIP/testacc77000-00000002", "PARKINGDYNAMIC=parkinglot_test") in
new
2009 Feb 25
1
Stuck Parked Calls?
I've lurked for a while, but I think this is one of my first "pleas" for help. I'm having issues where a parked call using the macro below is getting "stuck". Users park the call via a blfxfer key on an Aastra phone. If the call is a blind transfer, it tries to park the call. If it isn't a blind transfer, it tries to unpark the call. Only 2 extensions (2759 and
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
2010 Aug 16
3
parkcall: How to remove announcement.
Hello all,
I want to park calls using the callpark application, but I don't want to
hear the saydigit when the called is parked.
To resolve this issue I use the following instruction in the dialplan:
exten => _8XX,1,ParkAndAnnounce(|1000|local/10 at default|)
Because local/10 at default is not defined to a peer I get a lot of warnings.
:(
Is there a better way to resolve this
2008 Dec 03
6
Call parking
Hi,
Been playing with Call parking, and I can`t help but wonder if I am doing
something incorrectly. The way I understand it (using default config in
features.conf), is I would transfer a call to extension 700, which would
park the call, tell me "701". I could then hang up, go fetch the fright
person and tell him "call 701 you have a call waiting for you".
The way I
2009 Jan 22
1
Zap connection problem
Greetings all,
I'm trying to connect to an AT&T teleconference, but the
call is never marked as ANSWERED by asterisk and therefore won't bridge and
continue. The only work-around I've come up with so far is to dial like
this:
Exten => 744,1,Dial(Zap/g1,,p)
The "private" mode keeps the line open without trying to do a bridge, but
requires the
2013 Oct 14
1
parking - why doesn't this work?
I'm trying to implement parking with only one button to park and unpark a call.
Scenario:
Call is answered, I press the button (on a Cisco SPA504) to park the call, it comes to [from-office] context where the call is parked successfully (there is no parking lot number announcement though).
To unpark, I press the same button, it comes to [from-office] context, and the call is picked
2007 Mar 11
1
Re-parking (or transfer) a parked call
How do you transfer or re-park a call that's been picked up from a parking
lot? I don't see any options for specifying the transfer options on the
parked call, so that you could transfer or repark it.
--
Barry D. Hassler
President, HCST
http://www.hcst.net/
937-427-9000
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Jun 16
1
Unable to use # as feature key prefix
Hi folks,
I was using the following featuremap:
blindxfer => *1
disconnect => *9
atxfer => *2
parkcall => *7
automixmon => *0
and everything worked.
Then the need arouse to use some features like automixmon during
a conference, but MeetMet has the * key bound to the
(admin) menu. Thus, in order to enable features like automon and
transfers even during a conference, I
2008 Dec 02
1
Parking calls
Hi,
How can I park a call from dialplan and get going??
Example:
1. Answer
2. While follow = false
3. ParkCall
4. Checksomthing ? follow = true
5. Endwhile
6. UnParkCall
7. Go on
..
The idea is let the call waiting while I do some things on the dialplan, is
it possible?? Maybe is not parking the solution??
Thanks
2011 Apr 01
1
call parking issues in asterisk 1.6.2.16.2
We have a problem of no MoH when parking calls running asterisk 1.6.2.16.2.
Also, the parked call never goes back to the parker. We have
"comebacktoorigin = yes" and "parkingtime => 180" in features.conf
Anybody know why this isn't working?
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Oct 14
1
Problem: features (from features.conf) not available if call was originated by manager API or call file
Hello asterisk-users,
I setup my asterisk to support several features like
automon,blindxfer,atxfer,parkcall etc. by using features.conf and the
global variable
DYNAMIC_FEATURES=automon#blindxfer#atxfer#parkcall#disconnect in
extension.conf. Every Dial() command in my diaplan has the appropriate
parameters out of {tTkWwW}.
For calls from my SIP phones everything works fine. Pressing #1 will
2009 Mar 03
0
Blind transfer from asterisk dialplan (and problems re-parking a call)
Hi,
Is there a way to do a blind transfer within an asterisk dialplan (like '##')?
The reason I need this (I think) rather than a regular Goto() is that
I'm trying to do one-touch parking.
I can park a call using one-touch parking and then pick it up again,
however if I try to re-park the call, it gets lost.
I think that is because asterisk thinks I'm still on the park extension.
2006 Feb 25
2
metermaid patch
I'd like to be able to use my Snom 360 LEDs to view the status of
parking slots, so I'm trying to install the "metermaid" patch
(http://bugs.digium.com/view.php?id=5779). Can someone help an svn
newbie figure out how to install this patch? I've done the following:
svn checkout http://svn.digium.com/svn/asterisk/team/oej/metermaids
cd metermaids
make clean
make
but I get
2007 Apr 04
1
Pound # key not being handled
I am trying to use call parking. I have the following
in features.conf
[general]
parkext => 700
parkpos => 701-720
context => parkedcalls
When I try #700 from my softphone asterisk just passes it
and doesn't interpret it.
Can someone tell me what I am missing?
I am using asterisk-1.2.17
Thanks,
Alberto
2007 Jul 18
3
how to use call transfer
Dear all
I have beginer in Voip and i have configured Asterisk server with 100 IP SIP phone ( SNOM ) everything is fine but problem is how to transfer call from one user to other means i call to some one and then someone want to transfer call to another person how it is possible i have also try with feartue.conf but it is now working i have also read document on voip-info website
2004 Jan 13
7
Parking extension not working
I have the standard parking.conf but extension 700 doesn't show up in my
dialplan.... Why? I can dial 701 which tells me that I don't have any
calls parked there. 700 just gives me invalid extension noise....
Should I have extension 700 defined elsewhere?
Thanks
parking.conf
[general]
parkext =a 700 ; What ext. to dial to park
parkpos => 701-705
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