[Home]

Summary:ASTERISK-01089: [request] Allow ADSI to be configured on skinny channels
Reporter:veejoe (veejoe)Labels:
Date Opened:2004-02-24 08:37:45.000-0600Date Closed:2011-06-07 14:05:04
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/NewFeature
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Accessing VoiceMailMain from certain channel types results in a loud squeal or other burst of noise prior to the voicemail greeting.

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

Refer to http://www.lambda-solutions.de/bugs, bug number 6.
On a Cisco 7960 the sound is a high-pitched squeal lasting approx 1/3 second.
On the Firefly softphone (IAX2), the sound is much the same, but a bit more like a sharp bell-strike.
The problem occurs accessing voicemail on my own Asterisk box, as well as the voice mail system at Firefly.
Comments:By: veejoe (veejoe) 2004-02-24 08:45:03.000-0600

A bugnote from the bug report on www.lambda-solutions.de/bugs:
"As I know VoiceMail module tries to do ADSI programming as it starts, so you can listen some tones on Zap phones. My suggestion is when you uses low bit-rate codecs (like G.723.1/G.729), you can listen loud squal sounds due to phase distorsions of original (un-encoded) signal (at least I had listen those tones at DISA when dial tone switches to reorder tone after timeout). High-rate codecs (G.711) doesn't produce any unwanted sounds at the same conditions."

I do not get this trouble on Zap channels, or on a SIP phone (I use GSM codec on my SIPs).

Can VoiceMailMain be made aware to only try and send ADSI to Zap channels?

By: Mark Spencer (markster) 2004-02-24 12:58:12.000-0600

This is not a bug.  You can talk to other ADSI devices over channels (e.g. Skinny and IAX).  I'll mark this as a feature request that adsi be able to be disabled on skinny channels.

By: Paul Cadach (pcadach) 2004-02-25 00:42:23.000-0600

Just try to add
 tmp->adsicpe = AST_ADSI_UNAVAILABLE;
to chan_skinny.c at function skinny_new() (somewhere around tmp->type = type line). This would help. But for real usage this parameter must be configurable per device/line.

By: Paul Cadach (pcadach) 2004-02-25 00:46:15.000-0600

May be to change this "feature request" to allow common method of endpoint menus/softkeys programming by ADSI (for analog lines) or Skinny (for SCCP phones)? At least Cisco-7960 have big display with 4 softkey buttons and allow to have some sort of menus...

By: Brian West (bkw918) 2004-04-18 01:53:18

Any update on this?

By: Brian West (bkw918) 2004-05-02 01:18:15

PCandach you can't od anything with ADSI on a 7960.  You might on an ATA with SCCP firmware.