Displaying 20 results from an estimated 20000 matches similar to: "ParkAndAnnounce Doesn't Release when Call is Picked-up"
2008 Nov 14
1
ParkandAnnounce?
In theory ParkAndAnnounce has a lot of usefulness, however, that we've had
very little success with application... Our application is similiar to
the local Walgreens pharmacy.. Dr. Calls in, selects the "Im a doctor with
a prescription option"... call is parked, and announcement overhead is
given.. "Doctor holding on ${EXTEN}"
exten =>
2006 Feb 24
2
ParkAndAnnounce2 Feature Request
We've had a regular Park function in the past but recently I found the
ParkAndAnnounce() application and I love the idea behind it. Here's a snip
from the wiki
(http://www.voip-info.org/wiki/index.php?page=Asterisk+cmd+ParkAndAnnounce)
so that we're all talking the same language:
|| ParkAndAnnounce(announce:template|timeout|dial|return_context)
||
|| Park a call into the
2006 Dec 06
2
ParkAndAnnounce + Paging
Hi everybody.
It is possible to announce the parking position through a paging to a group
of extensions?
I would like that when someone parks a call, some phones will announce with
the speaker the position.
Something like:
exten =>
s,1,ParkAndAnnounce(call-parked-at:PARKED|30|PAGE(LOCAL/PAGEyyyy@custom-auto
page&LOCAL/PAGEzzzz@custom-autopage|)
Is there a way, maybe with a
2005 Aug 14
0
ParkAndAnnounce - Any way to not disconnect?
I have ParkAndAnnounce set up to call my cell instead of Console/DSP and
this works fine. If a caller tries to get me on my cell, they are
parked... I am called and told where they are holding, but then
ParkAndAnnounce hangs up. So I have to call my system back and dial the
parked extension to be bridged with the caller. Is there anyway to make
the announce jumpto something else so I can just
2006 Dec 15
1
Page + ParkAndAnnounce
[Sorry it's the third time I send this message as I couldn't see it in the
list. I hope it will not come three times].
Hi everybody.
It is possible to announce the parking position through a paging to a group
of extensions?
I would like that when someone parks a call, some phones will announce with
the speaker the position.
Something like:
exten =>
2005 Mar 24
2
Parking
Good Day list,
My head is pounding from google overload.
Does anyone know if there is any way to park a call and specify
the ("context", "Extension", and Priority) of where to call back to if
the call times out and is parked too long?
ParkAndAnnounce does this feature, however I do not like that it
has to call you back to announce the location.
I want my cake and eat it
2004 Dec 02
0
ParkAndAnnounce Problem
Hi Guys,
I've been trying to get this application to work but I'm getting
inconsistent results. My music on hold works fine by itself, I can park
calls all day, works every time. I can dial the Console/dsp all day by
itself and it works every time, sounds great, even play announcement gsm
recording through the console, it just works. When I invoke the
parkandannounce app, the
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.
2014 Jan 30
1
Parking in Asterisk 12.0.0
Hi
I'm trying to get the rebuilt parking functionality to work in Asterisk
12.0.0.
In Asterisk 11.6.0 I managed to get a call to get parked by adding a
dynamic feature in features.conf for the DMTF sequence *# which called a
macro in extensions.conf, which then runned the ParkAndAnnounce
application, and the call got parked.
The syntax for ParkAndAnnounce I used was this (I don't
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
2005 Aug 14
1
ParkAndAnnounce - No Disconnect
Regarding my earlier email (for some reason, I don't get my own emails
from the list), I looked at the code and although I'm no programmer, I
see that this is meant to hangup after the announcement. If I comment
that line out, the call remains on the line, but I'm in limbo. I tried
to add a chan->priority = 101 in place of the hangup and get this on the
cli:
= Spawn extension
2004 Jul 29
0
ParkAndAnnounce command !!!
Hi everyone
I'm very, very, very, ... very new to Asterisk and I need some help with the
ParkAndAnnounce command.
Here's what I would like to do. I would like to specify an extension in the
extension.conf file which is using the ParkAndAnnouce command (something
like this)
exten => 200,1,Answer
exten =>
200,2,ParkAndAnnounce(PARKED|60|SIP/${EXTEN}|some_context,${EXTEN},1)
2004 Aug 02
0
Help with ParkAndAnnounce command
Hi everyone
I'm very, very, very, ... very new to Asterisk and I
need some help with the ParkAndAnnounce command.
Here's what I would like to do. I would like to
specify an extension in the extension.conf file which
is using the ParkAndAnnouce command (something like
this)
exten => 200,1,Answer
exten =>
200,2,ParkAndAnnounce(PARKED|60|SIP/${EXTEN}|some_context,${EXTEN},1)
exten
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
2008 Jan 30
1
Parking lot
Is there any way to have Asterisk call an extension in dial plan instead of
original extension after timeout?
Like extension A puts the caller in parking lot, he leaves the phone and
forgets about it, instead of having that phone rings after timeout, have a
group of phones rings.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Apr 26
1
Accessing PARKEDAT variable in AGI
I'm attempting to do this in an AGI program:
char line[80];
...
printf("EXEC PARKANDANNOUNCE
pbx-transfer:PARKED|300|Console/dsp\n");
printf("GET VARIABLE ${PARKEDAT}\n");
fgets(line,80,stdin);
The script hangs because asterisk doesn't provide any
response to stdin.
Elsewhere in my program, I have e.g.
printf("EXEC READ foo|enter-password|4\n");
2007 May 14
1
How obtain the slot position when a call is parked?
Hi,
I want to ask you if asterisk, when I use the command park(), gives me for
example a variable that contains the slot position where it parks the call
or if it only tells me (audio) in the channel this position number? In
other words, is there a way to obtain and use the value of the slot
position when the call is parked? Thanks.
2006 Jan 25
1
Want to automatically park call and have caller hear ring tones
Here's the short of it. I have an Asterisk 1.2.1 system setup to
handle both personal and business calls. Now, the business callers
will hear music while on hold, so the default MOH needs to play
regular music. Personal callers should hear rings, not music. I have
this working except for one specific case. If someone calls during
the day (we're night people), asterisk will not ring
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]
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