Ticket #1 (closed Bugs: None)

Opened 9 years ago

Last modified 6 years ago

Call parking is broken in AMP

Reported by: jerryworkman Assigned to: nobody
Priority: minor Milestone:
Component: None Version: None
Keywords: Cc:
Confirmation: Distro:
Backend Engine: All Distro Ver:
Backend Ver: SVN Revision (if applicable):

Description

Call parking doesn't work in the default AMP 
configuration. In addition using extension 700 as the 
default call group was a bad design decision as the AMP 
parking.conf (now features.conf) also uses 700 for call 
parking. 

To get parking to work

In /etc/asterisk/extensions.conf after [from-internal] 
add:

include => parkedcalls

On line 232 in /var/www/html/admin/callgroups.php 
change:

$grp = '700';
to
$grp = '600';


Change History

01/06/05 10:32:11 changed by rcourtna

  • status changed from assigned to closed.
Logged In: YES 
user_id=1019629

Call Parking is currently not an advertised feature of AMP.
 The above steps will still work.  A better alternative
(IMHO) is to modify features.conf and change the call
parking extension to something other than 700 (rather than
modify the AMP php files).