[asterisk-bugs] [JIRA] (ASTERISK-22671) AUDIOHOOK_INHERIT Fails on Outbound Attended Transfer

Rusty Newton (JIRA) noreply at issues.asterisk.org
Thu Oct 17 19:38:03 CDT 2013


     [ https://issues.asterisk.org/jira/browse/ASTERISK-22671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rusty Newton updated ASTERISK-22671:
------------------------------------

    Assignee: Ross Beer
      Status: Waiting for Feedback  (was: Triage)

Thanks for the report Ross, can you attach a full log showing the issue? Be sure both VERBOSE and DEBUG are enabled and turned up. https://wiki.asterisk.org/wiki/display/AST/Collecting+Debug+Information
                
> AUDIOHOOK_INHERIT Fails on Outbound 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
>            Assignee: 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:
> {code}
> exten => _.,n,MixMonitor(${crfile},b,mv ${crfile} /store/${crfile})
> exten => _.,n,Set(AUDIOHOOK_INHERIT(MixMonitor)=yes)
> {code}
> 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