Ticket #3411 (reopened Bugs)

Opened 2 months ago

Last modified 2 weeks ago

Directed call pickup

Reported by: gcobb Assigned to: p_lindheimer
Priority: minor Milestone: 2.6
Component: Core Version: 2.5-branch
Keywords: Cc:
Confirmation: Unreviewed SVN Revision (if applicable):
Backend Engine: All Backend Engine Version:

Description

Philippe,

Sorry for the time delay but here is a follow up on the post I made on the Trixbox.org forum http://trixbox.org/forums/trixbox-forums/open-discussion/does-anyone-have-directed-call-pickup-working#comment-139517. I have tested this on a CentOS 5.2 system with Asterisk 1.4.22 and FreePBX 2.5 and it has the same issue as FreePBX 2.4. If you have Follow-Me settings configured for an extension and have disabled it with the checkbox on the extension configuration page then directed call pickup will not work. I have tested with internal calls and external calls, the configuration is basic extensions mode, no ring groups or pickup groups. I have attached the pertinent portion of the log.

Attachments

External call.txt (17.7 kB) - added by gcobb on 11/21/08 10:10:47.
External call log
Internal call.txt (15.1 kB) - added by gcobb on 11/21/08 10:11:55.
Internal call log

Change History

11/21/08 10:10:47 changed by gcobb

  • attachment External call.txt added.

External call log

11/21/08 10:11:55 changed by gcobb

  • attachment Internal call.txt added.

Internal call log

11/22/08 07:44:30 changed by lazytt

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

Please upgrade to the latest version of FreePBX + update all the modules from the online repo. This should solve your issue

11/22/08 07:45:05 changed by lazytt

oh, and if it doesnt, feel free to reopen this ticekt

11/22/08 13:40:41 changed by p_lindheimer

  • status changed from closed to reopened.
  • resolution deleted.
  • component changed from - choose - to Core.

lazytt,

not all users can re-open tickets, only developers and contributor roles so I've reopened this based on the feedback.

gcobb,

have you looked at some of the recent patches that have been submitted related to directed call pickup. I've also made some bigger changes in the 2.6 module branch a few days ago which would be useful to look at but I have not put them into 2.5 yet until I can get confirmation that they are ok.

12/27/08 23:17:13 changed by naftali5

i am using core version 2.5.1.3 and in functions.inc.php line 772 i have

				$ext->add('app-pickup', "_$fc_pickup.", '', new $ext_pickup('${EXTEN:'.$fclen.'}@ext-local'));

which is the difference between having disabled followme or none at all and generates this in the dialplan

exten => _**.,n,Pickup(${EXTEN:2}@ext-local)

but both of his traces are missing it

fixed in r7263 closing #3387

this is a dup of #3387