Ticket #3993 (closed Feature Requests: fixed)

Opened 3 years ago

Last modified 3 years ago

Remove extra CID lookup in outbound routes

Reported by: drmessano Assigned to: p_lindheimer
Priority: minor Milestone: 2.7
Component: Core - Trunks/Routing Version: 2.6-branch
Keywords: outbound routes CID callerid Cc:
Confirmation: Unreviewed Distro:
Backend Engine: All Distro Ver:
Backend Ver: SVN Revision (if applicable):

Description

RE: #3934 ..Removes extra CID lookup in outbound routes.

Attachments

outbound-routing-CID.diff (2.6 kB) - added by drmessano on 02/07/10 15:04:46.

Change History

01/02/10 15:27:28 changed by mbrevda

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

(In [8462]) closes #3993; Remove extra CID lookup in outbound routes; re #3889 & #3934

01/04/10 18:24:12 changed by p_lindheimer

(In [8469]) reverts r8391, r8460, r8462 re #3934 and re #3889 and re #3993 changes break outbound dialplan, need to revisit this to get a dialplan that does not break exiting code (the pri 1 instruction in each outbound route was not getting executed with the last changes)

01/09/10 17:41:16 changed by drmessano

Added a Noop at 1 to account for the macro returning at the next priority in the context (2).

This replaces the changes originally applied (and reverted) in r8462, and should be applied with the changes from #3934 and #3889

01/09/10 17:42:16 changed by drmessano

  • status changed from closed to reopened.
  • resolution deleted.

01/09/10 18:04:03 changed by mbrevda

  • owner changed from mbrevda to p_lindheimer.
  • status changed from reopened to new.

02/07/10 14:12:20 changed by drmessano

Attached is the complete patch. This replaces the changes originally applied (and reverted) in r8462, #3934 and #3889.

02/07/10 15:04:46 changed by drmessano

  • attachment outbound-routing-CID.diff added.

02/07/10 15:15:27 changed by p_lindheimer

  • status changed from new to closed.
  • type changed from Patches to Feature Requests.
  • resolution set to fixed.

couple of mods to the patch but closed in r8781

02/07/10 15:16:43 changed by p_lindheimer

(In [8783]) remove debug re #3993