[asterisk-bugs] [Asterisk 0016184]: Inband onhook ringing not applying indications.conf settings

Asterisk Bug Tracker noreply at bugs.digium.com
Thu Nov 5 07:39:10 CST 2009


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=16184 
====================================================================== 
Reported By:                TSM
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   16184
Category:                   Applications/app_dial
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
Asterisk Version:           Older 1.4 
JIRA:                        
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2009-11-05 04:14 CST
Last Modified:              2009-11-05 07:39 CST
====================================================================== 
Summary:                    Inband onhook ringing not applying indications.conf
settings
Description: 
I seem to have tracked down an issue with the ringing generated by the dial
command.
my indications is set to country=uk

  exten=>1234,1,Macro(dial,15,WTtr,2251-2250)

If i use this i can hear default US style ringing all the time, even with
external PSTN users calling into the office. When they ring the rings seem
to be inband audio as in the UK we dont have US ring tones and also without
answering the call.


if i do the folowing...
  exten=>1234,1,Answer()
  exten=>1234,n,Macro(dial,15,WTtr,2251-2250)
Then i do hear UK ring tones.


if i do the folowing...
  exten=>1234,1,Macro(dial,15,WTtm(default),2251-2250)
I get inband MOH without answering the call.


So it seems that * is defaulting to US ring tones if Answer is not used
before the dial command.
====================================================================== 

---------------------------------------------------------------------- 
 (0113179) TSM (reporter) - 2009-11-05 07:39
 https://issues.asterisk.org/view.php?id=16184#c113179 
---------------------------------------------------------------------- 
ok it seems shortly after i posted this someone told me about the settings
in the system.conf for loadzone etc.. and now it works properly.



More information about the asterisk-bugs mailing list