[asterisk-bugs] [JIRA] (ASTERISK-21897) D option in Dial doesn't recognize "w" as a pause
Michael L. Young (JIRA)
noreply at issues.asterisk.org
Mon Jun 10 21:41:03 CDT 2013
[ https://issues.asterisk.org/jira/browse/ASTERISK-21897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=207138#comment-207138 ]
Michael L. Young edited comment on ASTERISK-21897 at 6/10/13 9:40 PM:
----------------------------------------------------------------------
Perhaps the message is a bit misleading. The log message "Sending DTMF 'wwwwwww249#' to the called party" is accurate, though, and I feel beneficial to see. At least you know that the 'wwwwwww249#' is being sent to the _function_ responsible for streaming DTMF. That function will parse the string and pause when it sees the 'w'.
Can you attach a PCAP? Not sure what you mean by "the endpoint is receiving the DTMF" and then say, "it's lost". If it received it, how can it be lost?
I just tested this out on 11.3 and in trunk. The pauses worked as intended. Please attach full debug logs as well as a PCAP.
Thanks
was (Author: elguero):
Perhaps the message is a bit misleading. The log message "Sending DTMF 'wwwwwww249#' to the called party" is accurate, though, and I feel beneficial to see. At least you know that the 'wwwwwww249#' is being sent to the function responsible for streaming DTMF. That function will parse the string and pause when it sees the 'w'.
Can you attach a PCAP? Not sure what you mean by "the endpoint is receiving the DTMF" and then say, "it's lost". If it received it, how can it be lost?
I just tested this out on 11.3 and in trunk. The pauses worked as intended. Please attach full debug logs as well as a PCAP.
Thanks
> D option in Dial doesn't recognize "w" as a pause
> -------------------------------------------------
>
> Key: ASTERISK-21897
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-21897
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Applications/app_dial
> Affects Versions: 11.4.0
> Environment: Fedora 17
> Reporter: Sean Darcy
> Assignee: Sean Darcy
>
> The D option in the Dial command does not recognize 'w' as a pause:
> Dial("DAHDI/1-1", "SIP/<>,,D(wwwwwww249#)") in new stack
> == Using SIP RTP TOS bits 184
> == Using SIP RTP CoS mark 5
> -- Called SIP/<>
> -- SIP/<>-00000063 answered DAHDI/1-1
> -- Sending DTMF 'wwwwwww249#' to the called party.
> Interestingly, if you put other characters in the DTMF string, you get an error:
> -- Sending DTMF 'pwwwwwww249#' to the called party.
> [Jun 10 18:28:03] WARNING[20775][C-000000fc]: app.c:780 ast_dtmf_stream: Illegal DTMF character 'p' in string. (0-9*#aAbBcCdD allowed)
> This appears to be a regression since it once worked:
> https://issues.asterisk.org/jira/browse/ASTERISK-5536
> http://forums.whirlpool.net.au/archive/609344
--
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