Ticket #4214 (closed Bugs: fixed)

Opened 3 years ago

Last modified 3 years ago

Additional hooks for CFU / CFB

Reported by: pwalker Assigned to:
Priority: trivial Milestone: 2.8
Component: Call Forward Version: 2.7-branch
Keywords: cf CFU CFB hook Cc:
Confirmation: Unreviewed Distro:
Backend Engine: All Distro Ver:
Backend Ver: SVN Revision (if applicable):

Description

...just a small patch to add "missing" hooks to Call Forward Busy and Call Forward No Answer/Unavailable (was incomplete).

Attachments

cf_4214_morehooks.diff (4.2 kB) - added by pwalker on 04/16/10 09:05:35.
Patch for 2.7 SVN

Change History

04/16/10 09:05:35 changed by pwalker

  • attachment cf_4214_morehooks.diff added.

Patch for 2.7 SVN

04/20/10 14:56:24 changed by p_lindheimer

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

(In [9536]) fixes #4214 adds labels to splice dialplan

05/13/10 11:12:18 changed by p_lindheimer

(In [9619]) Merged revisions 9460-9618 via svnmerge from http://svn.freepbx.org/modules/branches/2.7

........

r9502 | p_lindheimer | 2010-04-13 20:39:28 -0700 (Tue, 13 Apr 2010) | 1 line

update module.xml added #4161 that had been missed but fixed

........

r9536 | p_lindheimer | 2010-04-20 11:56:24 -0700 (Tue, 20 Apr 2010) | 1 line

fixes #4214 adds labels to splice dialplan

........

r9543 | p_lindheimer | 2010-04-25 06:43:31 -0700 (Sun, 25 Apr 2010) | 1 line

closes #4237 answer call before entering pbdirectory when called as destination

........

r9558 | mickecarlsson | 2010-04-29 04:10:40 -0700 (Thu, 29 Apr 2010) | 1 line

Set execute on ampbackup.php so that backup won't fail

........

r9605 | p_lindheimer | 2010-05-11 11:01:24 -0700 (Tue, 11 May 2010) | 1 line

fixes #4261 remove mohmp3 hardcode

........

r9609 | GameGamer?43 | 2010-05-11 13:28:18 -0700 (Tue, 11 May 2010) | 1 line

closes #4266 - don't add a number under blacklist to astdb unless we actually have a number

........

r9610 | GameGamer?43 | 2010-05-11 17:43:02 -0700 (Tue, 11 May 2010) | 1 line

fixes #4266 - actually fixes #4266 unlike the last check in, which has been reverted in this check in. Added dialplan to check if invalid (blank number, meaning the user just hit pound) and send to context app-blacklist-add-invalid which lets then know it is invalid and hangs up the channel

........

r9611 | GameGamer?43 | 2010-05-11 18:54:42 -0700 (Tue, 11 May 2010) | 1 line

re #4266 - loops if there is an invalid option pressed rather than hang up as this is probably the correct thing to do here just in case it is done by accident

........