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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

OSSI Button Options 1

Status
Not open for further replies.

Simon Shaw

Programmer
Apr 19, 2017
30
IL
When retrieving station configuration using the OSSI interface I notice that there are 6 option fields for each button starting with ID 801f0200.
1) Is there a document that defines the IDs of each of the OSSI fields?
I have used the OSSIM interface to extract the metadata about the fields but the 6 option fields have no explanation​
2) If there is no formal documentation would somebody spcifically know what the meaning of the value 'r' is that I see in option 3 for many buttons
Thanks in advance,
Simon
 
Code:
All stations with voice terminal associated have hidden but generic buttons
call-appr button 1 is 7th button 
software buttons start with 0, so the 7th button is 6

list trace supports up to buttons 1 - 33 Principal buttons only
which with list trace station you still add 6 so use 7 - 39
Feature and Coverage buttons Expansion Module buttons will not work

list trace station 2625/7 (would be like going off-hook and pressing call-appr button 1


tcm2> rd :suser_m buttons -f 63
[b][COLOR=#CC0000]Fixed:
[ 0]    BERROR       IDLE         call/user:00000000 aux:00000000
[ 2]    CDROP        IDLE         call/user:00000000 aux:00000000
[ 3]    CONF         IDLE         call/user:00000000 aux:00000000
[ 4]    XFER         IDLE         call/user:00000000 aux:00000000
[ 5]    HOLD         IDLE         call/user:00000000 aux:00000000[/color]
[/b]Principal:
[ 0]    CALL_APP     IDLE         call/user:00000000 aux:00000000
[ 1]    CALL_APP     IDLE         call/user:00000000 aux:00000000
[ 2]    CALL_APP     IDLE         call/user:00000000 aux:00000000
[ 3]    MMALARM      IDLE         call/user:00000000 aux:00000000
[ 4]    LINK_ALRM    BUSY         call/user:00000000 aux:00000001

Code:
  The following is a GAMUT map of buttons on a 7406 digital set.





  -------------------------------------------------------------------
  |                                                                 |
  |                                                                 |
  |   --------------     ---------------         ----------------   |
  |   | 0x07  D07  |     | 0x0A  D10   |         | 0x12  D18    |   |
  |   --------------     ---------------         ----------------   |
  |   --------------     ---------------         ----------------   |
  |   | 0x08  D08  |     | 0x0B  D11   |         | 0x13  D19    |   |
  |   --------------     ---------------         ----------------   |
  |   --------------     ----------------        ----------------   |
  |   | 0x09  D09  |     | RINGER SEL   |        | 0x14  D20    |   |
  |   |            |     | 0x11   D17   |        |              |   |
  |   --------------     ----------------        ----------------   |
  |                      ----------------        ----------------   |
  |   * MESSAGE          |    SHIFT     |        | 0x15  D21    |   |
  |                      ----------------        | 0x1c  D28    |   |
  |   --------------     ----------------        ----------------   |
  |   | 0x03  D03  |     | 0x04  D04    |        ----------------   |
  |   --------------     ----------------        | 0x16  D22    |   |
  |   --------------     ----------------        | 0x1D  D29    |   |
  |   | 0x02  D02  |     | 0x05  D05    |        ----------------   |
  |   --------------     ----------------        ----------------   |
  |                                              | 0x17  D23    |   |
  |                                              | 0x1E  D30    |   |
  |                                              ----------------   |
  |          -----------------------             ----------------   |
  |          |                     |             | 0x18  D24    |   |
  |          |   1      2      3   |             | 0x1F  D31    |   |
  |          |   4      5      6   |             ----------------   |
  |          |   7      8      9   |             ----------------   |
  |          |   *      0      #   |             | 0x19  D25    |   |
  |          |                     |             | 0x20  D32    |   |
  |          -----------------------             ----------------   |
  |                                              ----------------   |
  |                                              | 0x1A  D26    |   |
  |                                              | 0x21  D33    |   |
  |                                              ----------------   |
  |                                              ----------------   |
  |                                              | 0x1B  D27    |   |
  |                                              | 0x22  D34    |   |
  |                                              ----------------   |
  |                                              ----------------   |
  |                                              |   SPEAKER    |   |
  |                                              ----------------   |
  -------------------------------------------------------------------

                _________________________________________
                |                                       |
                |                                       |
                |                                       |
                |     7401 Digital Set Button Map       |
                |                                       |
                |                                       |
                | Translated                       HEX  |
                | Button:                       Address |
                |                                       |
                |       1.      Call-app          0x07  |
                |       2.      Call-app          0x08  |
                |       3.      Feature + dial 1  0x09  |
                |       4.      Feature + dial 2  0x0a  |
                |       5.      Feature + dial 3  0x0b  |
                |       6.      Feature + dial 4  0x0c  |
                |       7.      Feature + dial 5  0x0d  |
                |       8.      Feature + dial 6  0x0e  |
                |       9.      Feature + dial 7  0x0f  |
                | Conference    Feature + dial 8  0x03  |
                | Transfer      Feature + dial 9  0x04  |
                | Drop          Feature + dial 0  0x02  |
                | Ring Select   Feature + dial *  0x01  |
                | Hold          Feature + dial #  0x05  |
                |                                       |
                |                                       |
                |                                       |
                |_______________________________________|
A great teacher, does not provide answers, but methods to teach others "How and where to find the answers"

bsh

45 years Bell, AT&T, Lucent, Avaya
Tier 3 for 35 years and counting
[URL unfurl="true"]http://bshtele.com[/url]
 
There's no definition I have been able to find. Different button types have different options and different variations of the options depending on how features are configured. For example, a call-appr button normally has no additional field values while a bridged appearance has the B: button, and E: extension fields. Now turn on per-button ring control and you get the R: ring field. I had to write a subroutine when it came to the buttons to ferret all this out and capture both the field and the field value.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top