VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
seandarcy2 at gmail.com Guest
|
Posted: Sun Nov 01, 2015 12:38 pm Post subject: [asterisk-users] 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<called-num>@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 |
|
Back to top |
|
|
seandarcy2 at gmail.com Guest
|
Posted: Tue Nov 03, 2015 1:07 pm Post subject: [asterisk-users] no ringing tone with Dial option r |
|
|
On 11/01/2015 12:38 PM, sean darcy wrote:
Quote: | 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 |
|
Back to top |
|
|
johnkiniston at gmail.com Guest
|
Posted: Tue Nov 03, 2015 1:11 pm Post subject: [asterisk-users] 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.
On Tue, Nov 3, 2015 at 11:07 AM, sean darcy <seandarcy2@gmail.com (seandarcy2@gmail.com)> wrote:
Quote: | On 11/01/2015 12:38 PM, sean darcy wrote:
Quote: | 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 |
|
Back to top |
|
|
asterisk_list at earth... Guest
|
Posted: Wed Nov 04, 2015 3:40 am Post subject: [asterisk-users] no ringing tone with Dial option r |
|
|
On Tuesday 03 Nov 2015, sean darcy wrote:
Quote: | On 11/01/2015 12:38 PM, sean darcy wrote:
Quote: | 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
|
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 |
|
Back to top |
|
|
bertrand.lupart at lin... Guest
|
|
Back to top |
|
|
seandarcy2 at gmail.com Guest
|
Posted: Fri Nov 06, 2015 8:17 pm Post subject: [asterisk-users] no ringing tone with Dial option r |
|
|
On 11/04/2015 03:43 AM, Bertrand LUPART - Linkeo.com wrote:
Quote: | Hello,
Quote: | 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
--
_____________________________________________________________________
-- 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 |
|
Back to top |
|
|
seandarcy2 at gmail.com Guest
|
Posted: Fri Nov 06, 2015 8:27 pm Post subject: [asterisk-users] no ringing tone with Dial option r |
|
|
On 11/04/2015 03:40 AM, A J Stiles wrote:
Quote: | On Tuesday 03 Nov 2015, sean darcy wrote:
Quote: | On 11/01/2015 12:38 PM, sean darcy wrote:
Quote: | 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
|
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 [<num>@internal:1] Answer("DAHDI/1-1", "") in new stack
..........
-- Executing [s@DialOut:15] Dial("DAHDI/1-1",
"motif/8447/+1<num>@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 |
|
Back to top |
|
|
seandarcy2 at gmail.com Guest
|
Posted: Fri Nov 06, 2015 8:35 pm Post subject: [asterisk-users] no ringing tone with Dial option r |
|
|
On 11/03/2015 01:11 PM, John Kiniston wrote:
Quote: | 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@gmail.com
<mailto:seandarcy2@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
<http://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 |
|
Back to top |
|
|
bertrand.lupart at lin... Guest
|
Posted: Sat Nov 07, 2015 11:58 am Post subject: [asterisk-users] no ringing tone with Dial option r |
|
|
Hello,
Quote: | Quote: | Quote: | 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.
|
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 |
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|