No Ringing Tone With Dial Option R

Home » Asterisk Users » No Ringing Tone With Dial Option R
Asterisk Users 8 Comments

I’m not getting any ringing when I use option r with Dial:

Dial(“DAHDI/1-1”, “motif/8447/+1@voice.google.com,,rTt”) in new stack

Otherwise all works. The call goes through, good audio.

sean

8 thoughts on - No Ringing Tone With Dial Option R

  • Have you checked your indications.conf? I’ve seen a missing or misconfiguration in the zone definition cause this.

  • Make sure you have an Answer(), or some command that does an implicit Answer(), somewhere in the dialplan before the Dial() statement with the r option. Been bitten that way before …..

  • Here’s the actual dialplan command:

    exten =>
    s,n(gv),Dial(motif/${MOTIF_DEFAULT}/+1${ARG1}@voice.google.com,,rTt)

    No quotes. And the options are the 3rd argument, I think.

    sean

  • Me too. I put it as the first command.

    — Starting simple switch on ‘DAHDI/1-1’
    — Executing [@internal:1] Answer(“DAHDI/1-1”, “”) in new stack
    ……….
    — Executing [s@DialOut:15] Dial(“DAHDI/1-1”,
    “motif/8447/+1
    @voice.google.com,,Ttr”) in new stack

    Maybe I need to put another Answer() in the DialOut context. Would 2
    Answer() cause a problem?

    sean

  • AFAIK, I’ve never touched indications.conf . Not even sure what zone definitions are in indications.

    Also, now on 11.20.0. Same problem.

    sean