[asterisk-bugs] [JIRA] (ASTERISK-28289) Feature: Allow detection of inband progress for outbound channels

Asterisk Team (JIRA) noreply at issues.asterisk.org
Wed Feb 13 10:25:47 CST 2019


    [ https://issues.asterisk.org/jira/browse/ASTERISK-28289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=246214#comment-246214 ] 

Asterisk Team commented on ASTERISK-28289:
------------------------------------------

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

Please note that once your issue enters an open state it has been accepted. As Asterisk is an open source project there is no guarantee or timeframe on when your issue will be looked into. If you need expedient resolution you will need to find and pay a suitable developer. Asking for an update on your issue will not yield any progress on it and will not result in a response. All updates are posted to the issue when they occur.

> Feature: Allow detection of inband progress for outbound channels
> -----------------------------------------------------------------
>
>                 Key: ASTERISK-28289
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-28289
>             Project: Asterisk
>          Issue Type: New Feature
>      Security Level: None
>          Components: Applications/app_dial
>    Affects Versions: 13.25.0, GIT, 16.2.0
>            Reporter: Corey Farrell
>            Severity: Minor
>         Attachments: beep-beep-beep.ulaw
>
>
> I've created a dialplan function which adds a framehook to detect inband progress tones in pre-media of outbound channels.
> My current implementation is a dialplan function which adds the framehook, so dialplan might be as follows:
> {{noformat}}
> [sit-hook]
> exten => s,1,Set(SIT_WATCH()=1)
> same => n,Return()
> [default]
> exten => _X.,1,Dial(${TRUNK}${EXTEN},30,b(sit-hook^s^1))
> {{noformat}}
> The value set to SIT_WATCH is currently ignored, in the future this might allow specifying which types of tones should be recognized.  So far I've tested using Local channels calling Playtones without answering.  The busy and congestion tones both result in DIALSTATUS=BUSY.  The 'info' tone results in DIALSTATUS=CONGESTION.
> I have not been able to test against a "real" busy or fast busy call, I have tested against a call that plays the info tone (beep-beep-beep the number you have dialed is out of service).  This is not detected as CONGESTION.



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list