Displaying 1 result from an estimated 1 matches for "edvinapark".
2009 Jun 27
1
Multiple parking lots use default park positions
...I comment out the include =>
a10-parking statement, Terry cannot access extension 700 to park the
call. What have I missed?
I did see this issue -
https://issues.asterisk.org/print_bug_page.php?bug_id=14996 - with this
test:
exten => 5,1,Set(PARKINGEXTEN=803)
exten => 5,n,Set(PARKINGLOT=edvinapark)
exten => 5,n,Set(CHANNEL(parkinglot)=edvinapark)
exten => 5,n,Verbose(2,Parking lot is current set to ${CHANNEL(parkinglot)})
exten => 5,n,Park()
which works on my system (once we change the name of the parkinglot to
the parkinglot name rather than the context name) but we still get the...