Page 1 of 1

Attempting to Set Ring Tone in Manual Dial

PostPosted: Fri Jan 03, 2014 1:37 pm
by Nefariousparity
This does not work for me. :*(
exten => _61NXXNXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _61NXXNXXXXXX,2,Dial(SIP/${TRUNKloop}/${EXTEN:1}@carriercom,,tToR)
exten => _61NXXNXXXXXX,3,Hangup

My Current Dialplan entry, but does not provide ring tone for the few manual dials I do.
exten => _71NXXNXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _71NXXNXXXXXX,2,Dial(SIP/${EXTEN:1}@carriercom,,tTor)
exten => _71NXXNXXXXXX,3,Hangup

Re: Attempting to Set Ring Tone in Manual Dial

PostPosted: Sat Jan 04, 2014 12:21 am
by williamconley

Re: Attempting to Set Ring Tone in Manual Dial

PostPosted: Wed Jan 08, 2014 6:16 am
by marcoe
The only thing that worked for me was this:

Do NOT use any "R" or "r" as dial option, mine is only "Tto"

Edit /etc/asterisk/sip.conf, set progressinband to "yes"

This worked well on my setup, not sure if it is the final answer.


Vicibox Redux v.4.0.3
Asterisk 1.4.44-vici

Re: Attempting to Set Ring Tone in Manual Dial

PostPosted: Fri Jan 10, 2014 10:38 pm
by williamconley
marcoe wrote:The only thing that worked for me was this:

Do NOT use any "R" or "r" as dial option, mine is only "Tto"

Edit /etc/asterisk/sip.conf, set progressinband to "yes"

This worked well on my setup, not sure if it is the final answer.


Vicibox Redux v.4.0.3
Asterisk 1.4.44-vici

That's an excellent postback. If anyone else tries this and it work, please post confirmation (and version of asterisk/vicibox). Interesting.

I found another suggestion from a very old post (in my ooooold notes, no idea where it came from):

Code: Select all
 exten Noop (or verbose)
 playtones (ring)
 dial( .... ,r)
 stopplaytones()

Re: Attempting to Set Ring Tone in Manual Dial

PostPosted: Tue Jan 21, 2014 12:56 pm
by Nefariousparity
Thank you so much, it does work. I also had to make a few changes to my a2billing. But thank you, thank you!

Re: Attempting to Set Ring Tone in Manual Dial

PostPosted: Thu Jan 23, 2014 7:15 am
by faris
I'm working on it, but SuSE Studio has fundamentally broken the pattern tool that allows me to just tell it "Add the LAMP server stack". It is in development as OS 13.1 will be part of Project Evergreen which gives it 3 years of bug fix and support.