Version

Where:
For example:
msppxsr rtp 4 ds0 0 0 1 10
Commands msppxsr to create set up and tear down one duplex G.729A/B voice connection (made up of a DS0 endpoint, a G.729A/B channel, and an RTP endpoint) ten times. No data is transferred to the IP network (because localip and remoteip = 0).
msppxsr uses ctaCreateQueue, ctaCreateContext, and ctaOpenService to create CTA queues, contexts, open CTA services for MSPP endpoints and channels. msppxsr then creates, connects and enables MSPP endpoints and channels with mspCreateEndpoint, mspCreateChannel, and mspConnect, and mspEnableChannel.
After the maxconx channels have been enabled, msppxsr disables, disconnects, and destroys the MSPP channels with mspDisableChannel, mspDisconnect, mspDestroyChannel, and mspDestroyEndpoint. msppxsr exercises each MSPP channel the number of times specified by loopcount.
As msppxsr executes, it displays results of MSPP function calls at the command prompt, and displays status information about MSPP connections.
Before msppxsr sets up and tears down MSPP connections for the final time (iteration loopcount - 1), it displays a numbered list of commands you may invoke for the connected channels (the list varies according to the kinds of channels created). Execute commands by entering the associated number at the command prompt.
Version