Displaying 20 results from an estimated 282 matches for "parkedcall".
Did you mean:
parkedcalls
2004 May 18
1
VoiceMailMain dumps user back into my incoming context after leaving a message
...]
'801' => 1. Dial(Zap/26)
[pbx_config]
2. Congestion()
[pbx_config]
'h' => 1. Hangup()
[pbx_config]
'i' => 1. Hangup()
[pbx_config]
't' => 1. Hangup()
[pbx_config]
[ Context 'parkedcalls' created by 'res_parking' ]
'701' => 1. ParkedCall(701)
[res_parking]
'702' => 1. ParkedCall(702)
[res_parking]
'703' => 1. ParkedCall(703)
[res_parking]
'704' => 1. ParkedCall(704)
[res_parking]...
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 SIP.
To use it I should be able to hit "#"
then get a prompt?
2016 Feb 03
2
include => parkedcalls but nonexistent context 'parkedcalls'
Ah no, I'm asking what code I put inside of parkedcalls?
This example works?
[ramais]
include => parkedcalls
[parkedcalls]
exten => 700,1,ParkedCall(701)
exten => 702,1,ParkedCall(702)
exten => 703,1,ParkedCall(703)
exten => 704,1,ParkedCall(704)
This exten works?
2016-02-03 17:27 GMT-02:00, Doug Lytle <support at drdos.info>...
2016 Feb 03
2
include => parkedcalls but nonexistent context 'parkedcalls'
Humm, thanks for your reply
But whats is the code in parkedcalls context.
Please, can you give an example?
Thanks very much.
2016-02-03 17:15 GMT-02:00, Richard Mudgett <rmudgett at digium.com>:
> On Wed, Feb 3, 2016 at 1:05 PM, Vitor Mazuco <vitor.mazuco at gmail.com>
> wrote:
>
>> Hi!
>>
>> I tried to use Parking Cal...
2016 Feb 03
2
include => parkedcalls but nonexistent context 'parkedcalls'
Hi!
I tried to use Parking Calls
I use Asterisk 13, but I can't park any calls and it returns me
[Feb 3 16:56:11] WARNING[1693]: pbx.c:12543
ast_context_verify_includes: Context 'ramais' tries to include
nonexistent context 'parkedcalls'
What is the correct code for put in extensions.conf?
Can be this example below?
[parkedcalls]
exten => 700,1,ParkedCall(701)
exten => 702,1,ParkedCall(702)
exten => 703,1,ParkedCall(703)
exten => 704,1,ParkedCall(704)
If not, somebody knows that?
Thanks
2003 Jul 29
10
Asterisk installation
Hi
I tried to install the * in my Radhat 7.3 machine. The "gmake" and "gmake
install" went fine, but "gmake sample" gave me errors of "configs/*.adsi",
"sounds/demo-*" and "sounds/*.mp3" errors.
I created a dummy.adsi in the configs folder and commented out the
"sounds/demo-*" and "sounds/*.mp3" in the Makefile to
2003 Apr 18
1
New user questions
....c, Line 999 (pbx_extension_helper):
Cannot find extension context 'default'
I check in extention.conf [default] section exist and has pattern which I send
(for example 's', '1234').
In CLI I try to see dialplan and see printout:
router*CLI> show dialplan
[ Context 'parkedcalls' created by 'res_parking' ]
'701' => 1. ParkedCall(701) [res_parking]
'702' => 1. ParkedCall(702) [res_parking]
'703' => 1. ParkedCall(703) [res_parking]
'704' =>...
2016 Feb 04
2
include => parkedcalls but nonexistent context 'parkedcalls'
Humm,
so this context parkedcalls is inside on features.conf?
2016-02-03 17:42 GMT-02:00, Doug Lytle <support at drdos.info>:
>>>> On Feb 3, 2016, at 2:32 PM, Vitor Mazuco vitor.mazuco at gmail.com wrote:
>
>>>> Ah no, I'm asking what code I put inside of parkedcalls?
>
> Nothing,
>
&...
2010 Jan 26
1
Asterisk 1.2.37 + BLF + ParkedCalls + SPA962
...ls, trunks.. basically, everything ELSE, so I am pretty sure
my phone is set up properly. But I CANNOT get this puppy to show me
when someone parks a call, regardless of the fact that call parking also
works perfectly on this system.
I have found so much conflicting information regarding the [parkedcalls]
context, and the hints entry for extensions.conf (to use
"exten=>701,hint,park:701 at parkedcalls" vs.
"exten=>701,hint,Local/701 at parkedcalls"), as well as how to set up
features.conf, I just don't know which end is up.
Does anyone out there know how to make...
2003 Jun 29
1
SIP only with no soundcard?
...;
== Registered application 'SetMusicOnHold'
[res_adsi.so] => (Call Parking Resource)
== Parsing '/etc/asterisk/adsi.conf': Found
[res_parking.so] => (Call Parking Resource)
== Parsing '/etc/asterisk/parking.conf': Found
-- Registered extension context 'parkedcalls'
-- Added extension '701' priority 1 to parkedcalls
-- Added extension '702' priority 1 to parkedcalls
-- Added extension '703' priority 1 to parkedcalls
-- Added extension '704' priority 1 to parkedcalls
-- Added extension '705' prio...
2005 Jun 14
2
# no longer working
...e ringgroup setup:
Dial(SIP/10&SIP/11&SIP/12,40,tr)
So I thought, why not use the Local channel and a smaal
macro for each device so we can check a dbfield and decide
if we can call the device or not.
But now I cannot transfer calls with the # key anymore. We
use this a lot to put ppl in a parkedcall slot.
Here is my setup (incoming number obfuscated):
(phones 11 and 12 match 10, only different
defaultip,username,secret
Any idea what I miss ?
sip.conf:
[general]
context=default
port=5060
bindaddr=0.0.0.0
srvlookup=yes
musicclass=default
[10]
host=dynamic
defaultip=192.168.1.91
type=friend
u...
2003 Mar 09
16
Call Parking
Anyone having trouble parking calls? I haven't tried it in a while,
but it seems to have stopped working. If I dial 700, I get a invalid
extension. I have "include => parkedcalls" in the correct context, and
I can dial 701, which tells me no call is parked there.
Any ideas? Parking.conf is stock.
2010 Dec 22
0
Asterisk 1.8.1.1 Multiple Parking Lots
Asterisk Version: 1.8.1.1
Problem: Multiple Parking Lots
Issue: Not redirecting to the right parking lot. Always uses the first
parking lot from "parkedcalls show" or "features show"
Asterisk Working Version: 1.6.1
Steps Taken:
In features.conf added:
[parkinglot_test]
context => parkedcalls-test
parkext => 700
parkpos => 701-710
parkingtime => 120
findslot => next
In extensions.include at the bottom of [local-extens...
2005 Oct 10
0
Asterisk behaving wierd!!
...40m == [0;37;40mParsing '/etc/asterisk/adsi.conf': Found
[1;30;40m [0;37;40m[[1;37;40mres_parking.so[0;37;40m] => ([33;40mCall Parking Resource[0;37;40m)
[1;30;40m == [0;37;40mParsing '/etc/asterisk/parking.conf': Found
[1;30;40m -- [0;37;40mRegistered extension context 'parkedcalls'
[1;30;40m -- [0;37;40mAdded extension '701' priority 1 to parkedcalls
[1;30;40m -- [0;37;40mAdded extension '702' priority 1 to parkedcalls
[1;30;40m -- [0;37;40mAdded extension '703' priority 1 to parkedcalls
[1;30;40m -- [0;37;40mAdded extension '704&...
2009 Feb 12
1
Problem with parking
...d.
My comments in asterisk CLI output below prefixed by #####
==== Configuration files ====
== features.conf ==
[general]
parkext => 10
parkpos => 11-14
parkinghints = yes
== sip.conf ==
[general]
context=deadend
allowoverlap=no
bindport=5060
bindaddr=0.0.0.0
srvlookup=no
subscribecontext=parkedcalls
allowsubscribe=yes
notifyringing=yes
notifyhold=yes
limitonpeers=yes
canreinvite=no
[Tal]
context=incoming
type=friend
host=XXX.XXX.XXX.XXX
canreinvite=no
port=5060
dtmfmode=rfc2833
disallow=all
allow=alaw
[smg01]
type=friend
context=incoming
host=XXX.XXX.XXX.XXX
canreinvite=no
port=5060
dtmfmod...
2003 Jul 07
1
Dial plan doesn't seem to save properly
...'0003' => -1. Dial()
[pbx_config]
1. Dial(SIP/markw)
[pbx_config]
'0004' => -1. Dial()
[pbx_config]
1. Dial(SIP/rodr)
[pbx_config]
asterisk01*CLI>
Include => 'demo'
[pbx_config]
[ Context 'parkedcalls' created by 'res_parking' ]
'701' => 1. ParkedCall(701)
[res_parking]
*************************
"Show dialplan" after:
*************************
[ Context 'default' created by 'pbx_config' ]
'0001' => -1. Dial()
[...
2007 Jun 22
0
Hints
...sions of Asterisk I've ran. The fix is to actually put the
parked extensions INUSE and clear them, then they function fine...for a
bit.
The second problem is, after about an hour, hints just stop working.
Well, hints actually work, but the phones stop watching.
205 at parkedcalls : park:205 at parkedcalls
State:Idle Watchers 29
204 at parkedcalls : park:204 at parkedcalls
State:Idle Watchers 29
203 at parkedcalls : park:203 at parkedcalls
State:Idle Watchers 29...
2004 Jan 13
7
Parking extension not working
...rked 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 ; What extensions to park calls
on
context => parkedcalls ; Which context parked calls are
in
parkingtime => 300 ; Number of seconds a call can
be parked f
*CLI> Show dialplan
[ Context 'parkedcalls' created by 'res_parking' ]
'701' => 1. ParkedCall(701)
[res_parking]
&...
2007 Jan 15
0
Parked calls with Asterisk 1.4.0
...mysql realtime and dialplan
in mysql static (mostly - some stuff is built-in). We have Linksys
hardware voip phones connected to it, and a small dundi setup (I don't
think its important in this case).
Here's the SIP users' default context:
[local-priv-incoming]
exten => 910,1,Goto(parkedcalls,700,1)
parked calls looks like this, of course:
CLI> dialplan show parkedcalls
[ Context 'parkedcalls' created by 'res_features' ]
'700' => 1. Park()
[res_features]
So , supposedly someone calls me (in this case through the dundi setup,
but I don't t...
2013 Apr 10
5
Setting a CDR field from using feature codes...
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I am trying to set the CDR(userfield) to a certain vaule using the
application map of features.conf but I am not able to do it. When I
receive a call I would like to tag it with a client code (3 digit
numeric) so I can referenci it later from the CDR. I have edited
features.conf with something like:
code => #111,self,SET(CDR(userfield(111))
or