Version

This command uses board 0 and the DID hybrid in slot 4 for the incoming calls and the loopstart hybrid in slot 0 for the outgoing call. It also uses the winkstart protocol on the incoming call and the loopstart protocol on the outgoing call.
prt2prt starts and the following information is displayed:
CT Access Port to Port Calling Demo V.4 (Nov 4 1996)prt2prt waits for an incoming call.
Board = 1
InSlot,OutSlot = 4,0
Incoming Protocol = wnk0
Outgoing Protocol = lps0
NPorts = 1 Initializing and opening the CTA context...
Tracing disabled. Check that the daemon is running.
Event: CTAEVN_OPEN_SERVICES_DONE, Finished
Event: CTAEVN_OPEN_SERVICES_DONE, Finished
Event: ADIEVN_STARTPROTOCOL_DONE, Finished
--------
Waiting for incoming call...
The following information is displayed:
Event: ADIEVN_INCOMING_CALL
Incoming Call...
Answering call...
Event: ADIEVN_ANSWERING_CALL
Event: ADIEVN_CALL_CONNECTED, Answered
Call connected.
Playing file 'ctademo', msg #12...
Playing 1 messages from 'ctademo'...
Event: VCEEVN_PLAY_DONE, Finished ,nbytes=1240
Getting extension...
Playing file 'ctademo', msg #16...
Playing 1 messages from 'ctademo'...
The following information is displayed:
Collecting digits to dial...
Event: ADIEVN_DIGIT_BEGIN, '5'
Event: ADIEVN_DIGIT_END
Event: ADIEVN_COLLECTION_DONE, Timeout
digit string = '5'
Got extension: 5
Playing file 'ctademo', msg #17...
Playing 1 messages from 'ctademo'...
Event: VCEEVN_PLAY_DONE, Finished ,nbytes=2700
Event: ADIEVN_STARTPROTOCOL_DONE, Finished
--------
Placing a call to '5'...
Event: ADIEVN_PLACING_CALL
Event: ADIEVN_CALL_CONNECTED, Voice Beginprt2prt connects the two voice streams so that a conversation can take place between the two telephones.
Connected.
Hanging up...
Event: ADIEVN_CALL_RELEASED
Call done.
Hanging up...
Event: ADIEVN_CALL_RELEASED
Call done.
Event: ADIEVN_STOPPROTOCOL_DONE, Finished
Event: ADIEVN_STOPPROTOCOL_DONE, Finished
Event: ADIEVN_STARTPROTOCOL_DONE, Finished
--------
Waiting for incoming call...

Board No Clock Mode Clock Source A Clock B Clock NetRef 1 NetRef 2 Fallback -------- ------------ ------------ ------- ------- -------- -------- -------- 0 MASTER_A INTERNAL OSC GOOD GOOD Unknown Unknown NO 1 MASTER_B H100_A GOOD GOOD Unknown Unknown NO 2 SLAVE H100_A GOOD GOOD Unknown Unknown NO -------- ------------ ------------ ------- ------- -------- -------- -------- (Press 'q' to exit; ENTER -- refresh.)Note: Running the demo in configuration mode without -m can conflict with the initial clock configuration or result in dropped calls.

swish
swish filename
|
Use this prefix...
|
To indicate...
|
|---|---|
|
ppx
|
Point-to-Point Switching service commands
|
|
swi
|
Switching service commands.
|
|
drv
|
MVIP-90 driver commands (retained for legacy systems).
|
|
d95
|
MVIP-95 driver commands.
|
# This SWISH script connects the DSPs to the Line-interfaces on
# a fully populated AG 2000 board.
# Open the switch in MVIP-95 mode with switch state restoration disabled.
swi.OpenSwitch ag2000 = agsw 0 STD=MVIP95 RESTORE=DISABLE
# Reset the switch
swi.ResetSwitch ag2000
# Connect the DSPs to the Line-interfaces,
swi.MakeConnection ag2000 LOCAL:0:0..7 to LOCAL:5:0..7 QUAD
# The same command can be accomplished by typing the following set of commands:
swi.MakeConnection ag2000 LOCAL:0:0..7 to LOCAL:5:0..7
swi.MakeConnection ag2000 LOCAL:4:0..7 to LOCAL:1:0..7
swi.MakeConnection ag2000 LOCAL:2:0..7 to LOCAL:7:0..7
swi.MakeConnection ag2000 LOCAL:6:0..7 to LOCAL:3:0..7
# Close the switch. The connections remain because we opened the switch in restoration disabled.
swi.CloseSwitch ag2000
quit

SWISH: openswitch ag = agsw 0
SWISH: resetswitch ag
SWISH: makeconnection ag local:0:4..7 to local:5:0..3
SWISH: makeconnection ag mvip:0:0 to local:1:0 duplex
SHOWCX95 Version 1.1 Jan 15 1998
AGSW 0
M{00/01}:00 <-> L{01/00}:00
L-01:02 <- 0x7f
L-01:04..07 <- 0x7f
L-03:00 <- 0x00
L-03:02 <- 0x00
L-03:04..07 <- 0x00
L-05:00..03 <- L-00:00..04
L-05:04..07 <- 0x7f
L-07:00..07 <- 0x00
L-01:02 <- 0x7f
L-05:00..03 <- L-00:00..04
M{00/01}:00 <-> L{01/00}:00
L|M{fwd slot1/rev slot1} <-> L|M{fwd slot2/rev slot2}
Version