[asterisk-bugs] [JIRA] (ASTERISK-28206) Read Application is NOT correct action in Single Channel
Asterisk Team (JIRA)
noreply at issues.asterisk.org
Tue Dec 11 22:11:47 CST 2018
[ https://issues.asterisk.org/jira/browse/ASTERISK-28206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=245706#comment-245706 ]
Asterisk Team commented on ASTERISK-28206:
------------------------------------------
Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.
A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.
Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].
> Read Application is NOT correct action in Single Channel
> --------------------------------------------------------
>
> Key: ASTERISK-28206
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-28206
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: . I did not set the category correctly.
> Affects Versions: 16.0.0
> Environment: CentOS 6 + Asterisk 6.1.0
> Reporter: Ryou, HyunSun
>
> # Dial-Plan
> [ARS]
> exten => _ARS_XX.,1,Noop(--ARS--)
> same => n,Answer
> same => n,UserEvent(ArsStart,inexten: ${INEXTEN},ars: ${EXTEN})
> same => n,Noop(CALLER=${CALLERID(num)})
> same => n,Read(INPUT,vm-intro,5,,1,5)
> same => n,Noop(INPUT=${INPUT})
> same => n,Hangup
> # CLI log
> -- Executing [ARS_07047318355 at ARS:1] NoOp("SIP/GATEWAY-00000025", "--ARS--") in new stack
> -- Executing [ARS_07047318355 at ARS:2] Answer("SIP/GATEWAY-00000025", "") in new stack
> > 0x7fd2480124e0 -- Strict RTP switching to RTP target address 19.19.20.45:15632 as source
> -- Executing [ARS_07047318355 at ARS:3] UserEvent("SIP/GATEWAY-00000025", "ArsStart,inexten: 07047318355,ars: ARS_07047318355") in new stack
> -- Executing [ARS_07047318355 at ARS:4] NoOp("SIP/GATEWAY-00000025", "CALLER=01026694023") in new stack
> -- Executing [ARS_07047318355 at ARS:5] Read("SIP/GATEWAY-00000025", "INPUT,vm-intro,5,,1,5") in new stack
> -- Accepting a maximum of 5 digits.
> -- <SIP/GATEWAY-00000025> Playing 'vm-intro.slin' (language 'en')
> > 0x7fd2480124e0 -- Strict RTP learning complete - Locking on source address 19.19.20.45:15632
> asterisk16*CLI>
> asterisk16*CLI>
> -- User entered '89'
> -- Executing [ARS_07047318355 at ARS:6] NoOp("SIP/GATEWAY-00000025", "INPUT=89") in new stack
> -- Executing [ARS_07047318355 at ARS:7] Hangup("SIP/GATEWAY-00000025", "") in new stack
> == Spawn extension (ARS, ARS_07047318355, 7) exited non-zero on 'SIP/GATEWAY-00000025'
> Using single Channel like ARS, I use a READ application.
> in the Read applicaiton, I enter "89#".
> But Asterisk sounds a "Transfer". it's not display in CLI Log.
> and I changed feature.conf like this.
> asterisk16*CLI> features show
> Builtin Feature Default Current
> --------------- ------- -------
> Pickup *8 *8
> Blind Transfer # *4
> Attended Transfer *2
> One Touch Monitor
> Disconnect Call * *
> Park Call
> One Touch MixMonitor
> Dynamic Feature Default Current
> --------------- ------- -------
> (none)
> Feature Groups:
> ---------------
> (none)
> I don't understand why asterisk play sound "transfer" in single channel ?
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list