Re: [asterisk-users] no ringing tone with Dial option r

2015-11-07 Thread Bertrand LUPART - Linkeo.com
Hello,

>>> 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
>> 
>> 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.

Yes, this one looks good.

-- 
Bertrand LUPART

-- 
_
-- 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


Re: [asterisk-users] no ringing tone with Dial option r

2015-11-06 Thread sean darcy

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@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


--
_
-- 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


Re: [asterisk-users] no ringing tone with Dial option r

2015-11-06 Thread sean darcy

On 11/03/2015 01:11 PM, John Kiniston wrote:

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 > 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@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



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



--
_
-- 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


Re: [asterisk-users] no ringing tone with Dial option r

2015-11-06 Thread sean darcy

On 11/04/2015 03:40 AM, A J Stiles wrote:

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@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


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 .



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


--
_
-- 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


Re: [asterisk-users] no ringing tone with Dial option r

2015-11-04 Thread A J Stiles
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@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

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 .

-- 
AJS

Note:  Originating address only accepts e-mail from list!  If replying off-
list, change address to asterisk1list at earthshod dot co dot uk .

-- 
_
-- 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


Re: [asterisk-users] no ringing tone with Dial option r

2015-11-04 Thread Bertrand LUPART - Linkeo.com
Hello,


> 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

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

-- 
Bertrand LUPART

-- 
_
-- 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


Re: [asterisk-users] no ringing tone with Dial option r

2015-11-03 Thread sean darcy

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@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


Re: [asterisk-users] no ringing tone with Dial option r

2015-11-03 Thread John Kiniston
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  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@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
-- 
_
-- 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

[asterisk-users] no ringing tone with Dial option r

2015-11-01 Thread sean darcy

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


--
_
-- 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