No Ringing Tone With Dial Option R
I’m not getting any ringing when I use option r with Dial:
Dial(“DAHDI/1-1”, “motif/8447/+1
Otherwise all works. The call goes through, good audio.
sean
I’m not getting any ringing when I use option r with Dial:
Dial(“DAHDI/1-1”, “motif/8447/+1
Otherwise all works. The call goes through, good audio.
sean
8 thoughts on - No Ringing Tone With Dial Option R
FWIW, 11.18.0 on Fedora 22.
sean
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 …..
Hello,
Warning, options are the 3rd arguments.
You seem to have an extra comma and a non-closed double-quote.
http://www.voip-info.org/wiki/view/Asterisk+cmd+Dial
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’@internal:1] Answer(“DAHDI/1-1”, “”) in new stack @voice.google.com,,Ttr”) in new stack
— Executing [
……….
— Executing [s@DialOut:15] Dial(“DAHDI/1-1”,
“motif/8447/+1
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
Hello,
Yes, this one looks good.