[asterisk-bugs] [Asterisk 0016759]: Attended transfers get incorrect voicemail.
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Feb 4 14:56:09 CST 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=16759
======================================================================
Reported By: Herb
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 16759
Category: Resources/res_features
Reproducibility: always
Severity: minor
Priority: normal
Status: feedback
Asterisk Version: 1.6.1.14
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2010-02-02 22:00 CST
Last Modified: 2010-02-04 14:56 CST
======================================================================
Summary: Attended transfers get incorrect voicemail.
Description:
Callers who get automated transferred but fail to get answered end up
getting the voicemail of the transferer and not the callee.
Person A calls Person B
Person B xfers Person A to Person C
Person C does not answer.
Person A gets voicemail of Person B.
This is version 1.6.1.13. Fresh install/compile. Using my current config
files.
Blind transfers work correct. If you blind transfer the person will get
the correct voicemail.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0015347 Unanswered attended transfers get the v...
======================================================================
----------------------------------------------------------------------
(0117754) Herb (reporter) - 2010-02-04 14:56
https://issues.asterisk.org/view.php?id=16759#c117754
----------------------------------------------------------------------
Direct Dial to my extension:
exten => XXXX143,1,Macro(vm,143)
[macro-vm]
include => default
exten => s,1,Dial(SIP/${ARG1},15,tTkK)
exten => s,n,Goto(s-${DIALSTATUS},1)
exten => s-NOANSWER,1,VoiceMail(${ARG1},su)
exten => s-NOANSWER,n,Goto(default,s,1)
exten => s-BUSY,1,VoiceMail(${ARG1},sb)
exten => s-BUSY,n,Goto(default,s,1)
exten => _s-.,1,Goto(s-NOANSWER,1)
If anyone could help me out with what it should look like using GoSub() I
would greatly appreciate it. I tried using it and I didn't have the syntax
right, as it wasn't working so I reverted back to Macro().
Thanks!
Issue History
Date Modified Username Field Change
======================================================================
2010-02-04 14:56 Herb Note Added: 0117754
======================================================================
More information about the asterisk-bugs
mailing list