[asterisk-bugs] [JIRA] (ASTERISK-25604) Dial application 'r' argument does not initiate ringing on a Motif channel
Sean Darcy (JIRA)
noreply at issues.asterisk.org
Thu Dec 10 09:22:33 CST 2015
[ https://issues.asterisk.org/jira/browse/ASTERISK-25604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=228601#comment-228601 ]
Sean Darcy commented on ASTERISK-25604:
---------------------------------------
OK, I'll enable xmpp set debug on,
I'll recheck 11.17.0.
By packet capture, to you mean wireshark between asterisk and gv ?
I'm pretty ignorant about all this, but it seems to me the connection between between xmpp and the gv server is working correctly .
>From https://wiki.asterisk.org/wiki/display/AST/Calling+using+Google:
We use the Dial option "r" because Google doesn't provide ringing indications.
>From that I'd assume that the Dial application was responsible for the ringing. Not xmpp or gv. In other words, the Dial app would cause a ringing on the Dahdi channel without any connection to xmpp (or motif).
> Dial application 'r' argument does not initiate ringing on a Motif channel
> --------------------------------------------------------------------------
>
> Key: ASTERISK-25604
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-25604
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Applications/app_dial
> Affects Versions: 11.20.0
> Environment: fedora 22. x86_64
> Reporter: Sean Darcy
> Assignee: Sean Darcy
> Attachments: myDebugLog
>
>
> No ringing using r option for dial. Everything else works, just silence until until the call is answered. There is a dial tone, and DTMF tones on dialing.
> This option used to work (same dialplan) on 11.17 and earlier.
> Surprising how really irritating this is.
> extensions.conf :
> {noformat}
> exten => s,n(gv),Dial(motif/${MOTIF_DEFAULT}/+1${ARG1}@voice.google.com,,r)
> {noformat}
> cli:
> {noformat}
> Dial("DAHDI/1-1", "motif/XXX/+1<num>@voice.google.com,,r")
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list