[Home]

Summary:ASTERISK-28206: Read Application is NOT correct in single channel
Reporter:Ryou, HyunSun (hsunryou)Labels:
Date Opened:2018-12-11 22:11:23.000-0600Date Closed:2018-12-12 04:40:48.000-0600
Priority:MajorRegression?
Status:Closed/CompleteComponents:. I did not set the category correctly.
Versions:16.0.0 Frequency of
Occurrence
Constant
Related
Issues:
Environment:CentOS 6 + Asterisk 6.1.0Attachments:
Description:# 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@ARS:1] NoOp("SIP/GATEWAY-00000025", "--ARS--") in new stack
   -- Executing [ARS_07047318355@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@ARS:3] UserEvent("SIP/GATEWAY-00000025", "ArsStart,inexten: 07047318355,ars: ARS_07047318355") in new stack
   -- Executing [ARS_07047318355@ARS:4] NoOp("SIP/GATEWAY-00000025", "CALLER=01026694023") in new stack
   -- Executing [ARS_07047318355@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@ARS:6] NoOp("SIP/GATEWAY-00000025", "INPUT=89") in new stack
   -- Executing [ARS_07047318355@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 ?


Comments:By: Asterisk Team (asteriskteam) 2018-12-11 22:11:24.789-0600

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].