A solution - but not pretty.
I think a lot of people are in my boat :)
Getting GXP2000 to call park nicely is not easy.
The situation: Trixbox 2.4.2, GXP2000, Freepbx 2.4.0
Asterisk: Connected to Asterisk 1.4.18-1 RPM by vc-rpms@voipconsulting.nl
a) Pressing ##700 is not an option for my users - I might as well speak gibberish.
b) the TRNF button does not work right on GXP2000
A Solution:
assume parking lot setup with 700 and a context of parkedfeat in FreePBX
go to the GXP2000 webpage and setup
Multi-Purpose Key 1, speeddial, Account 1, TRNFHOLD, 699
Multi-Purpose Key 7, BLF, Account 1, HOLD, 701
update and reboot
Add the following to extensions_custom.conf:
exten => 699,1,Goto(parkedfeat,700,1)
where parkedfeat is the parking lot context in Freepbx
and also
[parkedcalls]
exten => 701,1,ParkedCall(701)
next:
reload asterisk (asterisk -rx "reload")
when a call comes in press TRNF followed by "speeddial 1/TRNFHOLD"
The good news is that it works and
the call immediately goes to the parking lot and the
BLF 7 lights up.
The bad news is that the incoming caller gets the 701 announcement !!
Has anyone got a better idea ?
Anthony
Member Since:
2006-07-08