[asterisk-bugs] [JIRA] (ASTERISK-22671) AUDIOHOOK_INHERIT Fails on SNOM Attended Transfer
Ross Beer (JIRA)
noreply at issues.asterisk.org
Wed Oct 9 11:29:03 CDT 2013
Ross Beer created ASTERISK-22671:
------------------------------------
Summary: AUDIOHOOK_INHERIT Fails on SNOM Attended Transfer
Key: ASTERISK-22671
URL: https://issues.asterisk.org/jira/browse/ASTERISK-22671
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Functions/func_audiohookinherit
Affects Versions: 1.8.23.1
Environment: CentOS 6.4
Reporter: Ross Beer
Severity: Critical
The AUDIOHOOK_INHERIT function fails when making an outgoing call and then transferring the call. The recording stops as soon as the REFER is received:
====== CLI INFO ======
[Oct 9 17:10:01] NOTICE[26668]: chan_sip.c:21171 handle_response_notify: Got OK on REFER Notify message
== Spawn extension (from-vh-internal, d-ANSWER, 5) exited non-zero on 'SIP/<ACCOUNT>-000000b1'
-- Executing [h at from-vh-internal:1] Hangup("SIP/<ACCOUNT>-000000b1", "") in new stack
== Spawn extension (from-vh-internal, h, 1) exited non-zero on 'SIP/<ACCOUNT>-000000b1'
== MixMonitor close filestream
== Executing [mv /record/sip08-1381334954.179.wav /store/sip08-1381334954.179.wav]
== End MixMonitor Recording SIP/<ACCOUNT>-000000b1
=======================
The dial plan has the following config:
exten => _.,n,MixMonitor(${crfile},b,mv ${crfile} /store/${crfile})
exten => _.,n,Set(AUDIOHOOK_INHERIT(MixMonitor)=yes)
This feature worked in the past however has stopped in recent versions. It appears that the inherit does not get copied to the outgoing channel leg which is bridged to the attended transfer location.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list