The 'parkedcalls' code dynamically creates and deletes entries in the
dialplan to handle the calls that have been parked, so the parking lot must
not overlap your regular extensions. The initial parking extension is
statically created on startup, thus the 'exten =>' entry is matching
the
parking slot digits and throwing the congestion error - remove it or edit
/etc/asterisk/features.conf to move the parking lot.
Either way, there is a fair amount missing from the extensions.conf you
posted. I suggest you troll through http://www.voip-info.org
> -----Original Message-----
> From: PHP Mechanic [mailto:oliver.bode@phpmechanic.com]
> Sent: September 10, 2004 7:27 AM
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: [Asterisk-Users] Call Parking Problem
>
> Hi,
>
> I'm unable to pick up parked calls after they are transfered.
>
> I get the "transfer" message when I press # and then I'm told
> "701" The
> extension I'm dialing goes to the on hold music. I'm
> disconnected, I hang
> up, dial "701" and I see this message on the console
"Everyone is
> busy/congested at this time"
>
> I just have the default parkedcalls file, and have this in
> the extensions.
>
> [AnalogPhone]
> exten => _70X,1,Dial(Zap/1/${EXTEN},20,Ttr)
> include => parkedcalls
>
> [SipPhone]
> exten => _70X,1,Dial(SIP/1/${EXTEN},20,Ttr)
> include => parkedcalls
>
{clip}