Displaying 2 results from an estimated 2 matches for "parkinglot_test".
2014 Jul 02
1
Dynamic Call parking
...//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 stack
[Jul  2 11:32:14]     -- Executing [3333 at from-770000:6] 
Set("SIP/testacc77000-00000002", "PARKINGEXTEN=3300") in new stack
[Jul  2 11:32:14]     -- Executing [3333 at from-770000:7] 
Set("SIP/testacc77000-00000002", "PARKINGDYNEXTEN=110&qu...
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-extensions-test]:
exten => 701,hint,park:701 at parkedcalls-test
exten => 702,hint,park:702 at parkedcalls-test
In extensions.in...