[Home]

Summary:ASTERISK-15081: Inband onhook ringing not applying indications.conf settings
Reporter:tsm (tsm)Labels:
Date Opened:2009-11-05 04:14:09.000-0600Date Closed:2011-06-07 14:00:25
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Applications/app_dial
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
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.

****** ADDITIONAL INFORMATION ******

This has caused many issues with clients thinking we have moved abroad.

Asterisk 1.4.26.1
Sangoma A101
Sangoma A200
Comments:By: David Woolley (davidw) 2009-11-05 06:28:03.000-0600

This will be with the Dahdi channel, or with some application you have called before dial, not with the dial command.

You need to provide the contents of the dial macro, so that people can see whether it does anything that would trigger in band progress (in most cases, generating in band progress would be a bad thing).

Also, I think you need to provide traces from chan_dahdi, and possibly from the low level dahdi driver.

By: tsm (tsm) 2009-11-05 07:39:10.000-0600

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.

From what ive started to gather, inband audio on SIP phones only applys to the MOH while 'r' ring tones on SIP phones rely on the phone generating these tones rather than * thus saving bandwidth until the client picks up, is this correct?

tones on dahdi channels it is setup from the system.conf
tones played though the dialplan (not 'r') uses indications.conf?

ps. Mabey as a feature it should be possable within the dial command to specify r(default) for normal out of band ringing or r(uk) etc.. so i can force inband audio for SIP phones with certian tone zones

By: tsm (tsm) 2009-11-05 09:26:52.000-0600

Can someone explain the question I put in my last responce about the order of the ring & moh

By: Leif Madsen (lmadsen) 2009-11-05 09:49:42.000-0600

That is a discussion question; please follow up on the asterisk-users mailing list for such questions. The issue tracker is not the appropriate place for that. Thanks!