Ticket #778 (closed Feature Requests: fixed)

Opened 6 years ago

Last modified 1 year ago

Completition of Calls to busy Subscriber

Reported by: Wanninger Assigned to: p_lindheimer
Priority: minor Milestone: 2.9
Component: Core Version: SVN-HEAD
Keywords: Cc:
Confirmation: Unreviewed SVN Revision (if applicable):
Backend Engine: All Backend Engine Version:

Description

Is there a way to implement a function so called CCBS? -Completition of Calls to busy Subscriber-

Change History

06/26/06 11:41:47 changed by gregmac

  • owner changed.
  • component changed from - choose - to Other Module.

Is this like an auto-redial?

I guess the method would be if you call someone, and it's busy, you can press a feature code to have it automatically redial that person on regular intervals. This seems like a feature the phone itself should implement, but there's no real reason it couldn't be done.

It would just have to create a scheduled call file (set file time to some point in the future on a file in the /var/spool/asterisk/outgoing directory) - this file would probably have to be generated via AGI. It would ring the caller, and when they pick up, immediately retry the extension.

It may be more useful to combine with an IVR so it prompts "To automatically redial this call in 10 minutes, press 1" on busy, or "Redialing 3 more times, to cancel redial attempts, press 7" after trying to redial and still getting busy.

07/06/08 11:58:53 changed by mbrevda

  • confirmation set to Unreviewed.
  • engine_version changed.
  • svn_rev changed.

see also #310

07/24/08 19:10:01 changed by ryppn

  • milestone set to Cut Line.

12/15/10 08:04:48 changed by tpm

The feature you want is a part of asterisk 1.8 an is called CCSS ( Call Completion Supplementary Services ). For a basic configuration example see here https://wiki.asterisk.org/wiki/display/AST/Generic+Call+Completion+Example

May be this can be add to Freepbx in extensions add two input lines cc_agent_policy=generic cc_monitor_policy=generic

and modify the dialplan to add two prefix ( example 30 and 31 )

exten => 30,1,CallCompletionRequest?

exten => 30,n,Hangup

exten => 31,1,CallCompletionCancel?

exten => 31,n,Hangup

12/15/10 09:09:41 changed by p_lindheimer

  • owner set to p_lindheimer.
  • priority changed from text1 to minor.
  • version changed from next release to SVN-HEAD.
  • component changed from Other Module to Core.
  • milestone changed from Cut Line to 2.9.

This is something we are investigating for potential inclusion in 2.9, so bumping to this milestone for now.

01/23/11 18:35:25 changed by p_lindheimer

duplicate request #4142 closed as duplicate, referenced here in case there is valid data in that ticket.

01/31/11 17:35:17 changed by p_lindheimer

01/31/11 23:14:25 changed by p_lindheimer

(In [11281]) intial checking of Camp-On (call completion suplemental services) re #778, WARNING, not at all tested yet, not publishing

02/01/11 00:17:46 changed by p_lindheimer

(In [11283]) fixes some initial gui bugs re #778, still no real testing nor even dialpan generation, coming soon

02/06/11 01:23:35 changed by p_lindheimer

(In [11301]) more tuning of dialplan and a few added abilities re #778, still not really tested so not publishing yet and depends on some new macros not checked into core yet

02/11/11 17:40:47 changed by p_lindheimer

(In [11342]) adds a toggle feature code and hints to go in conjunction with Asterisk patch submission 18788 on review board as 1105 re #778

02/12/11 17:12:29 changed by p_lindheimer

(In [11350]) adds ccss.conf configurable settings and template re #778

02/12/11 20:31:30 changed by p_lindheimer

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

(In [11359]) closes #778 Call Camping, requires Asterisk patch issue 18788 for full functionality, future changes may be made to remove functionality if patch not present