[Home]

Summary:ASTERISK-12224: [patch] Small patch to 1.4 for report origposition then event is Transfer
Reporter:Badalian Vyacheslav (slavon)Labels:
Date Opened:2008-06-19 06:51:22Date Closed:2008-06-19 09:18:46
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Applications/app_queue
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) app_queue_transfer_patch_trunk.diff
( 1) app_queue_transfer.diff
Description:Hello.
All "exit" states in queue_log have OrigPosition param at go out queue. But if i will transfer call to another queue i can't get any chance found OrgiPosition of caller in first queue.

example bellow.

this patch add OrigPosition to TRANSFER


****** ADDITIONAL INFORMATION ******

1213866985|1213866969.98955|bt-callcenter|NONE|ENTERQUEUE||4956830361
1213866989|1213866969.98955|bt-callcenter|SIP/office_804|CONNECT|4|1213866985.98966
1213867034|1213866969.98955|bt-callcenter|SIP/office_804|TRANSFER|501|office-helper-mosk|4|45
1213867034|1213866969.98955|bt-support|NONE|ENTERQUEUE||4956830361
1213867133|1213866969.98955|bt-support|SIP/office_852|RINGNOANSWER|15000
1213867154|1213866969.98955|bt-support|SIP/office_852|RINGNOANSWER|15000
1213867180|1213866969.98955|bt-support|SIP/office_852|RINGNOANSWER|15000
1213867201|1213866969.98955|bt-support|SIP/office_852|RINGNOANSWER|15000
1213867225|1213866969.98955|bt-support|SIP/office_852|RINGNOANSWER|15000
1213867251|1213866969.98955|bt-support|SIP/office_852|RINGNOANSWER|15000
1213867269|1213866969.98955|bt-support|NONE|ABANDON|1|2|235
Comments:By: Sean Bright (seanbright) 2008-06-19 07:04:58

Could you make a patch against trunk?  This can't go into 1.4 since it is feature frozen.

By: Badalian Vyacheslav (slavon) 2008-06-19 07:31:41

Ok... simple changes... compile test...

By: Digium Subversion (svnbot) 2008-06-19 09:17:48

Repository: asterisk
Revision: 123828

U   trunk/apps/app_queue.c

------------------------------------------------------------------------
r123828 | seanbright | 2008-06-19 09:17:43 -0500 (Thu, 19 Jun 2008) | 7 lines

Include original position in TRANSFER entries written to queue_log.

(closes issue ASTERISK-12224)
Reported by: slavon
Patches:
     app_queue_transfer_patch_trunk.diff uploaded by slavon (license 288)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=123828

By: Digium Subversion (svnbot) 2008-06-19 09:18:46

Repository: asterisk
Revision: 123829

_U  branches/1.6.0/

------------------------------------------------------------------------
r123829 | seanbright | 2008-06-19 09:18:46 -0500 (Thu, 19 Jun 2008) | 14 lines

Blocked revisions 123828 via svnmerge

........
r123828 | seanbright | 2008-06-19 10:24:43 -0400 (Thu, 19 Jun 2008) | 7 lines

Include original position in TRANSFER entries written to queue_log.

(closes issue ASTERISK-12224)
Reported by: slavon
Patches:
     app_queue_transfer_patch_trunk.diff uploaded by slavon (license 288)

........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=123829