Ticket #5498 (closed Bugs: fixed)

Opened 1 year ago

Last modified 3 months ago

No Beep on Park Retrieve

Reported by: kenn10 Assigned to: tm1000
Priority: minor Milestone: Undetermined
Component: Parking Lot Version: 2.10-branch
Keywords: courtesy tone, beep, parking Cc:
Confirmation: Unreviewed Distro: FreePBX Distro
Backend Engine: Asterisk 1.8 Distro Ver:
Backend Ver: 1.8.8.0 SVN Revision (if applicable):

Description

On FreePBX 2.10.0Beta3.3, when you select "Play Courtesy Tone" in the Parking Lot screen, the tone is not played regardless of the selection chosen. By inserting the following into the features_general_custom.conf, the beep will work. I have also added the transfer completion beep tone in this config. Is FreePBX inserting the options into the file?

;placeholder for future expansion PIAF Dev Team
courtesytone = beep             ; Sound file to play to the parked caller
                                ; when someone dials a parked call
xfersound = beep                ; to indicate an attended transfer is complete
xferfailsound = beeperr         ; to indicate a failed transfer

transferdigittimeout = 10       ; Give you longer to dial once "transfer" speaks
featuredigittimeout = 1500      ; Longer between digits


Change History

01/08/12 11:01:35 changed by kenn10

  • engine changed from All to Asterisk 1.8.
  • engine_version set to 1.8.8.0.

02/25/13 16:40:13 changed by tm1000

  • owner changed from p_lindheimer to tm1000.
  • distro_ver changed.
  • status changed from new to assigned.
  • distro set to FreePBX Distro.

It has not been adding those into the files. For now we are adding the courtesytone into the parking re-write.

02/25/13 17:12:52 changed by tm1000

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [15122]) Completely rewritten from the ground up. Fixes #5498, #5549