I'm not getting any ringing when I use option r with Dial: Dial("DAHDI/1-1", "motif/8447/+1<called-num>@voice.google.com,,rTt") in new stack Otherwise all works. The call goes through, good audio. sean
On 11/01/2015 12:38 PM, sean darcy wrote:> I'm not getting any ringing when I use option r with Dial: > > Dial("DAHDI/1-1", "motif/8447/+1<called-num>@voice.google.com,,rTt") in > new stack > > Otherwise all works. The call goes through, good audio. > > sean >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. On Tue, Nov 3, 2015 at 11:07 AM, sean darcy <seandarcy2 at gmail.com> wrote:> On 11/01/2015 12:38 PM, sean darcy wrote: > >> I'm not getting any ringing when I use option r with Dial: >> >> Dial("DAHDI/1-1", "motif/8447/+1<called-num>@voice.google.com,,rTt") in >> new stack >> >> Otherwise all works. The call goes through, good audio. >> >> sean >> >> > FWIW, 11.18.0 on Fedora 22. > > > sean > > > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- A human being should be able to change a diaper, plan an invasion, butcher a hog, conn a ship, design a building, write a sonnet, balance accounts, build a wall, set a bone, comfort the dying, take orders, give orders, cooperate, act alone, solve equations, analyze a new problem, pitch manure, program a computer, cook a tasty meal, fight efficiently, die gallantly. Specialization is for insects. ---Heinlein -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20151103/e8905d42/attachment.html>
On Tuesday 03 Nov 2015, sean darcy wrote:> On 11/01/2015 12:38 PM, sean darcy wrote: > > I'm not getting any ringing when I use option r with Dial: > > > > Dial("DAHDI/1-1", "motif/8447/+1<called-num>@voice.google.com,,rTt") in > > new stack > > > > Otherwise all works. The call goes through, good audio. > > > > sean > > FWIW, 11.18.0 on Fedora 22. > > seanMake 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 ..... -- AJS Note: Originating address only accepts e-mail from list! If replying off- list, change address to asterisk1list at earthshod dot co dot uk .
Bertrand LUPART - Linkeo.com
2015-Nov-04 08:43 UTC
[asterisk-users] no ringing tone with Dial option r
Hello,> I'm not getting any ringing when I use option r with Dial: > > Dial("DAHDI/1-1", "motif/8447/+1<called-num>@voice.google.com,,rTt") in new stackWarning, 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 -- Bertrand LUPART
On 11/04/2015 03:43 AM, Bertrand LUPART - Linkeo.com wrote:> Hello, > > >> I'm not getting any ringing when I use option r with Dial: >> >> Dial("DAHDI/1-1", "motif/8447/+1<called-num>@voice.google.com,,rTt") in new stack > > 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