Forum Post: RE: what is the command to check the current TPS
there is an API for measurements in the M3UA programmer guides. if you want this at command line. the command dsistat can provide some basic meaurements, but it won't calculate TPS, it will reports...
View ArticleForum Post: RE: what is the command to check the current TPS
Hi Franck; Thanks for your reply; Which means there are no straight forward command to view the current utilization (current TPS/MPS) handling by dialogic sigtran stack? Regards Raam.
View ArticleForum Post: RE: what is the command to check the current TPS
Hi Franck; May i know the exact API for this? Regards Raam.
View ArticleForum Post: RE: what is the command to check the current TPS
M3U_MSG_R_ASSOC_STATS (0x62d0) for example provides some measurements per association
View ArticleForum Post: TypeOfService in MSPP Endpoint
I've tried to set a value different from the default value to the TypeOfService parameter in an MSPP RTPV4 Endpoint, it is not clear the behaviour of this parameter. According to its name it must...
View ArticleForum Post: RE: using .net to send text message with DNI310TEPE2HMP
The Diva SDK only supports Diva boards, and has partial support for host-based HMP. You will not be able to use it to program for a DNI board.
View ArticleForum Post: RE: TypeOfService in MSPP Endpoint
Hi Alberto, This should work. I tried it using the msppsamp application: # /opt/nms/fusion/samples/msppsamp/msppsamp -l 10.8.7.16 -d 10.8.20.109 -p nocc -E -x 46 (-x 46 means RTP TOS = 46), and I...
View ArticleForum Post: HMP 4.1 Linux - QoS Alarms
I want to use QoS Alarms to detect disconnected SIP agents which did not send SIP BYE. After calling gc_OpenEx synchrone for ":N_iptB1T1:P_SIP:M_ipmB1C1", I call gc_SetAlarmNotifyAll to enable the...
View ArticleForum Post: RE: Problem with sending more than 15 fax documents on a Diva...
After some further tests the issue above could be solved in my Linux environment, by configuring the relevant dynamic data as follows: Diva Analog-2 board: /usr/lib/eicon/divas/divactrl mantool -c 1...
View ArticleForum Post: How to permanently configure Diva parameters in a Linux environment?
For some specific tests I had to modify the parameter MaxRedialAttempts for a certain Diva Analog line. This was done as dynamic modification e.g. with the following command:...
View ArticleForum Post: RE: How to permanently configure Diva parameters in a Linux...
There is no adapter.cfg equivalent for Diva4linux, primarily because linux is well provided with methods of running scripts during startup so we'd recommend using that approach.
View ArticleForum Post: RE: HMP 4.1 Linux - QoS Alarms
Ok, what specific HMP 4.1 SU did you use? Also, I am not sure gc_basic has enablement for handling actual QoS alarms (RTP timeouts, lost packets) via GC events, that functionality would need to be...
View ArticleForum Post: RE: HMP 4.1 Linux - QoS Alarms
Ihave used the following package lnxHMP_4.1_165.tgz. SU 165 I think. I have also tried to set the thresholds for QOS LOSTPACKETS qti.QoSThresholdData[0].eQoSType = QOSTYPE_LOSTPACKETS;...
View ArticleForum Post: rtpSourceAdd No room to add source
Dear all, Under HMP 4.1, it reported many errors under /var/log/message. What's the meaning for this error message ? Nov 1 09:57:26 LHKS01IVR01F ssp_x86Linux_boot: [ERROR RTP RX] rtpsource.c 109: Nov...
View ArticleForum Post: RE: rtpSourceAdd No room to add source
Hi Eddie, It is difficult to draw a conclusion based on these messages alone. Is it possible to share HMP4.1 SU details you are using and also in which scenario you see these messages? Do you see any...
View ArticleForum Post: RE: rtpSourceAdd No room to add source
Hi Eddie, It seems these messages could appear when more than 1 RTP sources tried to stream to the same rtp port in HMP. This is only a theory based on past instances. Could you please capture network...
View ArticleForum Post: RE: HMP 4.1 Linux - QoS Alarms
What device are you setting this on in this case (board level or channel level)? I tested here yesterday on Su165 and it works for RTP_timeouts (channel level stop rtp stream) and media lan disconnect...
View ArticleForum Post: RE: rtpSourceAdd No room to add source
I have seen this happen when the remote side SSRC changes multiple times in rapid fashion. You need to look for anomalies in wireshark trace. Jeff
View Article