Hello,
I have little problem regarles some sounds on Asterisk 1.4.19 running on Debian. I cant found where to change sounds which play when you dial wrong number or when youcalling someone and you ring too many times. I downloaded all audio files with .gsm extension and it dosent look like ther ones are in it. Could you point me in which config file I do define that sound. Thanks
The Congestion tone? What do you hear when you dial wrong number?
These sound may originate in the network, or for IP phones, in the phone itself.
If they are tones, rather than announcements, and originate in Asterisk, they will be in indications.conf.
Yeah, I think its congestion tone. Here is my conf :
[code][general]
country=us ; default location
[us]
description = United States / North America
ringcadence = 2000,4000
dial = 350+440
busy = 480+620/500,0/500
ring = 440+480/2000,0/4000
congestion = 480+620/250,0/250
callwaiting = 440/300,0/10000
dialrecall = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440
record = 1400/500,0/15000
info = !950/330,!1400/330,!1800/330,0
stutter = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440
[us-old]
description = United States Circa 1950/ North America
ringcadence = 2000,4000
dial = 600120
busy = 500100/500,0/500
ring = 42040/2000,0/4000
congestion = 500100/250,0/250
callwaiting = 440/300,0/10000
dialrecall = !600120/100,!0/100,!600120/100,!0/100,!600120/100,!0/100,600120
record = 1400/500,0/15000
info = !950/330,!1400/330,!1800/330,0
stutter = !600120/100,!0/100,!600120/100,!0/100,!600120/100,!0/100,!600120/100,!0/100,!600120/100,!0/100,!600120/100,!0/100,600*120
[/code]
So how do I change that tone to more user similiar one, becuase this one i have sounds like toads?
First of all you make sure that the tone is coming from Asterisk. If this is a pure SIP system, it is going to be coming from the phone, not from Asterisk.
Then you need to find the specification of the tone that you want. Asterisk will be producing the standard, North American, public network tones.
If the phone is producing the tones, it is possible to get Asterisk to produce them, but this wastes bandwidth.
[quote=“david55”]First of all you make sure that the tone is coming from Asterisk. If this is a pure SIP system, it is going to be coming from the phone, not from Asterisk.
Then you need to find the specification of the tone that you want. Asterisk will be producing the standard, North American, public network tones.
If the phone is producing the tones, it is possible to get Asterisk to produce them, but this wastes bandwidth.[/quote]
Its not pure SIP, its MGCP for analog telephony, so in that case we could say that Asterisk produces sounds?