Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

List of Source Codes that can be used with the No User extension 5

Status
Not open for further replies.

Firebird Scrambler

Systems Engineer
Apr 7, 2003
7,267
GB
Hello everyone

Was there ever a document made available that lists all the available Source Codes as it seems that it can be useful to check against if you run into problems as I have recently discovered when dealing with a DECT CLID problem that required an entry of "IPDECT_EXTERNAL_CLI_PRESENTED". I would never have found this if I hadn't used this forum to raise the query.

Firebird Scrambler

Nortel & Avaya Meridian 1 / Succession & BCM / Norstar Programmer

Website = linkedin
 
Thanks Kyle. A star from me. I agree that the link to the list needs updating as I have 3 more to add in

PATCHES 0x0020 = allows telnet access
IPBS_FR_EU = Something to do with DECT modules
IPDECT_EXTERNAL_CLI_PRESENTED = Allows incoming CLID to be displayed on the DECT phones


Firebird Scrambler

Nortel & Avaya Meridian 1 / Succession & BCM / Norstar Programmer

Website = linkedin
 
Here is my list - NOTE not all functions work on any version


IGNORE_DTMF_MISMATCH IPO will ignore DTMF mismatch due to different
protocols used and allow for direct media call between:
- H.323 and SIP endpoints
- DECT and SIP endpoints

PATCHES 0x0020 >> enables telnet access to a debug session

SIP_LINE_NEAR_HOLD=N where N is the active SIP Line number.
With this NUSN string configured in IP Office, both RTP and RTCP packets are sent
from IP Office to SIP trunk when on-hold resolving the call-hold issue.

VM_TRUNCATE_TIME=1
On analog trunks, call disconnection can occur though busy tone detection. When such calls go to voicemail to be recorded or leave a message, when the call ends the IP Office indicates to the voicemail system how much to remove from the end of the recording in order to remove the busy tone segment. This amount varies by system locale, the defaults being listed below. For some systems it may be necessary to override the default if analog call recordings are being clipped or include busy tone. That can be done by adding a VM_TRUNCATE_TIME= setting with the required value in the range 0 to 7 seconds.

TAPI_SPECIAL_LLC
IPOCC specific

IPDECT_EXTERNAL_CLI_PRESENTED
Shows caller number instead of target number/name

TAPI_REPORTS_TWIN_CALLS
Make sure users with twinning show up as busy in tapi when the have a twinned call.

DISTINCT_HOLD_RINGBACK
Used to display a specific message about the call type for calls returning after timing out from being parked or held.
When configured, the top line on the phone displays Return Call - Parked or Returned Call - Held,
instead of the connected party name or line name.

H323SetupTimerNoLCR
Used to set the fallback time from VoIP trunks to non-VoIP trunks within LCR. See IP Trunk Fallback.

LONGER_NAMES
Used to increase the length of names sent for display on DS phones. See Caller Display.

HIDE_CALL_STATE
Used to hide the call status information, for example Dial, Conn, etc, on DS phones. Used in conjunction with the LONGER_NAMES option.

ACD_QUEUE_DELAY=nn Software level = Up to 3.2.
Used to change the timeout for still queued messages. The parameter nn can be replace with a time in seconds between 20 and 180. For IP Office 4.0+ this has been replaced by Hunt Group | Announcements.

VM_TRUNCATE_TIME=X Software level = 4.0+, X = 0 to 7 seconds.
On analog trunks, call disconnection can occur though busy tone detection. When such calls go to voicemail to be recorded or leave a message, when the call ends the IP Office indicates to the voicemail system how much to remove from the end of the recording in order to remove the busy tone segment. This amount varies by system locale and the defaults are listed below. For some systems it may be necessary to override the default if analog call recordings are being clipped or include busy tone. That can be done by adding a VM_TRUNCATE_TIME= setting with a value from 0 to 7 seconds.

o New Zealand, Australia, China and Saudi Arabia: 5 seconds.
o Korea: 3 seconds.
All other locales: 7 seconds.

SHOW_LINEID_NOT_OUTSIDE
By default, for calls where no incoming caller ID (ICLID) information is available, the IP Office inserts the word "External" wherever
ICLID information is normally displayed. The NoUser source number value SHOW_LINEID_NOT_OUTSIDE can be used to make available within
the configuration for each trunk and channel Line Name and Channel Name fields. The text entered into those fields is then used
with external calls without ICLID information.

o This feature is not used with SIP, IP DECT, E1R2 and S0 lines.
o On T1 lines, a Name field is also made available for individual channels and if set overrides the line name field.
o This feature does not override the display of Withheld if the caller has withheld their ICLID information.
o Where a Name is entered, that value is used to identify calls with no ICLID information.
o For line appearance buttons, if set the Name replaces the Line Appearance ID as the default button label.

REMOTE_H323=1800
Register H.323 phones via port 1800

NO_DIALLED_REF_EXTERNAL
Shows external number send to line instead of dialled number

SCN Calls forced over PSTN
Create an ARS naming **NET**
Put in the shortcodes you need.
Set the scn channel to 0

Now it worked like pstn overflow.
Only signaling is used over scn.


ENABLE_46XXSPECIALS_TXT
loads a additional settings file after the autogenerated 46xxsettings.txt file

SIP_ENABLE_HOT_DESK
R10.1 only : enables hotdesking on R10.1 J129 SIP Phones
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top