[asterisk-bugs] [JIRA] (ASTERISK-28206) Read Application is NOT correct in single channel
Ryou, HyunSun (JIRA)
noreply at issues.asterisk.org
Tue Dec 11 23:13:47 CST 2018
[ https://issues.asterisk.org/jira/browse/ASTERISK-28206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ryou, HyunSun updated ASTERISK-28206:
-------------------------------------
Summary: Read Application is NOT correct in single channel (was: Read Application is NOT correct action in Single Channel)
> Read Application is NOT correct 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