[asterisk-bugs] [JIRA] (ASTERISK-22514) app_stasis missing silence generator

David M. Lee (JIRA) noreply at issues.asterisk.org
Thu Sep 12 12:51:03 CDT 2013


David M. Lee created ASTERISK-22514:
---------------------------------------

             Summary: app_stasis missing silence generator
                 Key: ASTERISK-22514
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-22514
             Project: Asterisk
          Issue Type: Bug
    Affects Versions: 12.0.0-alpha1
            Reporter: David M. Lee


h2. Steps to reproduce

# Configure with ARI
# Configure a bit of dialplan to answer a channel and send to Stasis()
{code}
exten => 7000,1,Noop()
 same => n,Answer()
 same => n,Stasis(hello)
 same => n,Hangup()
{code}
# Connect ARI application 'hello'
{code}
wscat -c 'ws://localhost:8088/ari/events?api_key=ari:ari&app=hello'
{code}
# Dial extension 7000

h2. Expected Results

Call should happily sit there indefinitely.

h2. Actual Results

With some clients (Blink in my case) after about 30 seconds the call with end with an 'Audio Timeout'.

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