[Home]

Summary:ASTERISK-07842: [patch] when doing blind transfer (REFER), TRANSFER_CONTEXT is ignored
Reporter:Martin Vit (festr)Labels:
Date Opened:2006-09-29 08:38:06Date Closed:2011-06-07 14:08:21
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Channels/chan_sip/Transfers
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) chan_sip.c-transfercontext.patch
Description:Like blindtranfer in res_feateres, when TRANSFER_CONTEXT was set it will transfer call to this context. but chan_sip is ignoring this variable although everything was prepared for this. See my little tweak and review it pls if this is right way to do that.
Comments:By: Martin Vit (festr) 2006-09-29 08:40:19

forget to say that i've tested it and it works. but dont know if it braked something else.

By: Olle Johansson (oej) 2006-10-02 11:11:18

I agree with the problem, but don't like overwriting the pvt->context with something set in the dial plan. Working on another patch for this.

By: jmls (jmls) 2006-11-02 12:05:25.000-0600

ping. housekeeping.

By: Olle Johansson (oej) 2006-11-14 06:07:40.000-0600

I need to see more details about this transfer - who's calling, who's issuing the transfer? A debug log would be good to see (as per the bug guidelines).

By: Serge Vecher (serge-v) 2006-11-17 10:43:05.000-0600

1) Prepare test environment (reduce the amount of unrelated traffic on the server);
2) Make sure your logger.conf has the following line:
  console => notice,warning,error,debug
3) restart Asterisk with the following command:
  'asterisk -Tvvvvvdddddgc | tee /tmp/verbosedebug.txt'
4) Enable SIP transaction logging with the following CLI commands:
set debug 4
set verbose 4
sip debug
5) Attach verbosedebug.txt to the issue.

By: Olle Johansson (oej) 2006-12-01 03:52:56.000-0600

We need more feedback here.

By: Martin Vit (festr) 2006-12-01 04:35:06.000-0600

oej: pls read your comment from 10-02-06: agree with the problem, but don't like overwriting the pvt->context with something set in the dial plan. Working on another patch for this.

what feedback do you want?

By: Olle Johansson (oej) 2007-01-08 05:33:47.000-0600

As I said earlier: "I need to see more details about this transfer - who's calling, who's issuing the transfer? A debug log would be good to see (as per the bug guidelines)."

By: Martin Vit (festr) 2007-01-08 05:38:49.000-0600

it is four months now when i had told you everything on IRC. I dont remember whats going on now and no time to cooperate on this :( sorry.

By: Olle Johansson (oej) 2007-05-16 15:43:10

Suspendeding this until there's time to continue working on this.