[Home]

Summary:ASTERISK-10124: Transfer from macro hangs up before reaching the transfered context
Reporter:Perssy Llamosas (pll)Labels:
Date Opened:2007-08-20 13:42:05Date Closed:2011-06-07 14:02:50
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Resources/res_features
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:I updated my Asterisk version from 1.4.9 to 1.4.10.1 along with Zaptel 1.4.4 to 1.4.5 and noticed that my blind transfers stopped working. I tried to see if it was a mistake from my part on the configuration so I setup another Asterisk with the simplest configuration posible and it still reproduces.

I can provide access to the testing asterisk box.

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

/* DIALPLAN */
[general]
static=yes
writeprotect=no
autofallthrough=no
clearglobalvars=no
priorityjumping=no

[globals]
TRUNKMSD=1
__TRANSFER_CONTEXT=xfr
DYNAMIC_FEATURES=>automon

[macro-dial-sip]
exten => s,1,Dial(SIP/${ARG1},20,t)
exten => s,n,Busy

[xfr]
exten => _X.,1,NoOp("transfered")
exten => _X.,n,Hangup

[to-test]
exten => 1337,1,Macro(dial-sip,0111)

[admin]
include => to-test


/* LOG */
-- Executing [1337@admin:1] Macro("SIP/0111-095077a8", "dial-sip|0111") in new stack
   -- Executing [s@macro-dial-sip:1] Dial("SIP/0111-095077a8", "SIP/0111|20|t") in new stack
   -- Called 0111
   -- SIP/0111-095103d0 is ringing
   -- SIP/0111-095103d0 answered SIP/0111-095077a8
   -- Started music on hold, class 'default', on SIP/0111-095103d0
   -- Started music on hold, class 'default', on SIP/0111-095077a8
   -- Stopped music on hold on SIP/0111-095103d0
   -- <SIP/0111-095103d0> Playing 'pbx-transfer' (language 'es')
   -- Stopped music on hold on SIP/0111-095077a8
   -- Transferring SIP/0111-095077a8 to '0111' (context xfr) priority 1
 == Channel 'SIP/0111-095077a8' jumping out of macro 'dial-sip'
Really destroying SIP dialog '7c8b0928151d83a93d9f33ad451752f3@192.168.2.4' Method: INVITE
Really destroying SIP dialog 'MmVkM2QzOGE2ZDA0ODVkZDIwZGU0Mzg2ZmVkMWEyZWU.' Method: ACK
Comments:By: Perssy Llamosas (pll) 2007-08-23 18:42:59

Somehow fixed in Asterisk 1.4.11

By: Joshua C. Colp (jcolp) 2007-08-24 10:48:15

Closed, already fixed.