LinuxQMISDK  SLQS03.03.08
qaGobiApiVoice.h
Go to the documentation of this file.
1 
11 #ifndef __GOBI_API_VOICE_H__
12 #define __GOBI_API_VOICE_H__
13 
14 #ifdef __cplusplus
15 extern "C" {
16 #endif
17 
18 #define MAXUSSDLENGTH 182
19 #define MAX_CALL_NO_LEN 81
20 #define MAX_DESCRIPTION_LENGTH 255
21 #define PASSWORD_LENGTH 4
22 #define MAX_NO_OF_CALLS 20
23 
39 struct USSInfo
40 {
44 };
45 
62  BYTE *pInfo );
63 
79  BYTE *pInfo );
80 
95 
131 typedef struct
132 {
137 } UUSInfo;
138 
156 typedef struct
157 {
161 } CUGInfo;
162 
187 typedef struct
188 {
195 
256 typedef struct
257 {
258  BYTE callNumber[MAX_CALL_NO_LEN];
267 
286 typedef struct
287 {
291 } alphaIDInfo;
292 
319 typedef struct
320 {
323 } ccSUPSType;
324 
349 typedef struct
350 {
356 
380 ULONG SLQSVoiceDialCall( voiceCallRequestParams *pCallRequestParams,
381  voiceCallResponseParams *pCallResponseParams );
382 
402  BYTE *pCallId );
403 
408 {
418 };
419 
463 typedef struct
464 {
468 
543 typedef struct
544 {
553 
588 typedef struct
589 {
596 
626  voiceSetSUPSServiceReq *pVoiceSetSUPSServiceReq,
627  voiceSetSUPSServiceResp *pVoiceSetSUPSServiceResp );
628 
644 typedef struct
645 {
648 } airTimer;
649 
665 typedef struct
666 {
669 } roamTimer;
670 
742 typedef struct
743 {
749 } prefVoiceSO;
750 
796 typedef struct
797 {
805 
855 typedef struct
856 {
864 
892  voiceSetConfigReq *pVoiceSetConfigReq,
893  voiceSetConfigResp *pVoiceSetConfigResp );
894 
902 typedef struct
903 {
906 
931  voiceAnswerCall *pVoiceAnswerCall );
932 
957 typedef struct
958 {
961 } CLIRResp;
962 
1005 typedef struct
1006 {
1014 
1039 ULONG SLQSVoiceGetCLIR( voiceGetCLIRResp *pVoiceGetCLIRResp );
1040 
1060 typedef struct
1061 {
1064 } CLIPResp;
1065 
1108 typedef struct
1109 {
1117 
1142 ULONG SLQSVoiceGetCLIP( voiceGetCLIPResp *pVoiceGetCLIPResp );
1143 
1189 typedef struct
1190 {
1198 
1222 ULONG SLQSVoiceGetCallWaiting( voiceGetCallWaitInfo *pVoiceGetCallWaitInfo );
1223 
1253 typedef struct
1254 {
1258 
1304 typedef struct
1305 {
1313 
1342 ULONG SLQSVoiceGetCallBarring( voiceGetCallBarringReq *pVoiceGetCallBarringReq,
1343  voiceGetCallBarringResp *pVoiceGetCallBarringResp );
1344 
1369 typedef struct
1370 {
1374 
1398 typedef struct
1399 {
1403  BYTE number[255];
1405 } callFWInfo;
1406 
1474 typedef struct
1475 {
1484  BYTE number[255];
1485 } callFWExtInfo;
1486 
1499 typedef struct
1500 {
1503 } getCallFWInfo;
1504 
1517 typedef struct
1518 {
1522 
1569 typedef struct
1570 {
1579 
1608  voiceGetCallFWResp *pVoiceGetCallFWResp );
1609 
1646 typedef struct
1647 {
1649  BYTE oldPasswd[PASSWORD_LENGTH];
1650  BYTE newPasswd[PASSWORD_LENGTH];
1651  BYTE newPasswdAgain[PASSWORD_LENGTH];
1653 
1691 typedef struct
1692 {
1699 
1725  voiceSetCallBarringPwdInfo *pVoiceSetCallBarringPwdInfo,
1726  voiceSetCallBarringPwdResp *pSetCallBarringPwdResp );
1727 
1784 typedef struct
1785 {
1791 } callInfo;
1792 
1815 typedef struct
1816 {
1819  BYTE remPartyNumber[MAX_CALL_NO_LEN];
1820 } remotePartyNum;
1821 
1850 typedef struct
1851 {
1856 } remotePartyName;
1857 
1919 typedef struct
1920 {
1927 } connectNumInfo;
1928 
1940 typedef struct
1941 {
1943  BYTE diagnosticInfo[MAX_DESCRIPTION_LENGTH];
1944 } diagInfo;
1945 
1954 typedef struct
1955 {
1958 
2052 typedef struct
2053 {
2067 
2088 ULONG SLQSVoiceGetCallInfo( voiceCallInfoReq *pGetCallInfoReq,
2089  voiceCallInfoResp *pGetCallInfoResp );
2090 
2110 typedef struct
2111 {
2116 
2127 typedef struct
2128 {
2132 
2143 typedef struct
2144 {
2148 
2160 typedef struct
2161 {
2164 } allCallsUUSInfo;
2165 
2176 typedef struct
2177 {
2181 
2182 
2193 typedef struct
2194 {
2198 
2257 typedef struct
2258 {
2266 } peerNumberInfo;
2267 
2280 typedef struct
2281 {
2284 } arrCallInfo;
2285 
2298 typedef struct
2299 {
2303 
2316 typedef struct
2317 {
2319  getAllCallRmtPtyName GetAllCallRmtPtyName[MAX_NO_OF_CALLS];
2321 
2338 typedef struct
2339 {
2342  BYTE AlertingType[MAX_NO_OF_CALLS];
2343 } arrAlertingType;
2344 
2358 typedef struct
2359 {
2362 } arrUUSInfo;
2363 
2380 typedef struct
2381 {
2384  WORD srvOption[MAX_NO_OF_CALLS];
2385 } arrSvcOption;
2386 
2403 typedef struct
2404 {
2407  WORD callEndReason[MAX_NO_OF_CALLS];
2409 
2422 typedef struct
2423 {
2425  allCallsAlphaIDInfo allCallsAlphaIDInfoArr[MAX_NO_OF_CALLS];
2426 } arrAlphaID;
2427 
2441 typedef struct
2442 {
2444  peerNumberInfo ConnectedPartyNum[MAX_NO_OF_CALLS];
2446 
2459 typedef struct
2460 {
2463 } arrDiagInfo;
2464 
2478 typedef struct
2479 {
2483 
2497 typedef struct
2498 {
2502 
2525 typedef struct
2526 {
2529  ULONG alertingPattern[MAX_NO_OF_CALLS];
2531 
2614 typedef struct
2615 {
2632 
2653 
2682 typedef struct
2683 {
2687 
2700 typedef struct
2701 {
2704 
2729  voiceManageCallsReq *pVoiceManageCallsReq,
2730  voiceManageCallsResp *pVoiceManageCallsResp );
2731 
2752 typedef struct
2753 {
2757 }burstDTMFInfo;
2758 
2780 typedef struct
2781 {
2784 }DTMFLengths;
2785 
2797 typedef struct
2798 {
2802 
2825  voiceBurstDTMFInfo *pBurstDTMFInfo );
2826 
2844 typedef struct
2845 {
2849 
2870  voiceContDTMFinfo *pContDTMFInfo );
2871 
2886 typedef struct
2887 {
2890 
2919  voiceStopContDTMFinfo *pVoiceStopContDTMFinfo);
2920 
2938 typedef struct
2939 {
2943 } voiceFlashInfo;
2944 
2969 ULONG SLQSVoiceSendFlash ( voiceFlashInfo *pFlashInfo );
2970 
2980 typedef struct
2981 {
2984 
3001 
3030 typedef struct
3031 {
3036 
3060  voiceIndicationRegisterInfo *pVoiceIndicationRegisterInfo );
3061 
3090 typedef struct
3091 {
3096 } DTMFInfo;
3097 
3118 typedef struct
3119 {
3122 } SUPSInfo;
3123 
3138 typedef struct
3139 {
3141  BYTE newPwdAgain[PASSWORD_LENGTH];
3142 } newPwdData;
3143 
3163 typedef struct
3164 {
3167 } COLPResp;
3168 
3188 typedef struct
3189 {
3192 } COLRResp;
3193 
3213 typedef struct
3214 {
3217 } CNAPResp;
3218 
3272 typedef struct
3273 {
3284 
3306 typedef struct
3307 {
3310 } curAMRConfig;
3311 
3371 typedef struct
3372 {
3382 
3406  voiceGetConfigReq *pVoiceGetConfigReq,
3407  voiceGetConfigResp *pVoiceGetConfigResp );
3408 
3416 typedef struct
3417 {
3418  struct USSInfo USSInformation;
3420 
3441  voiceOrigUSSDNoWaitInfo *pVoiceOrigUSSDNoWaitInfo );
3442 
3452 typedef struct
3453 {
3456 
3480  voiceBindSubscriptionInfo *pVoiceBindSubscriptionInfo );
3481 
3493 typedef struct
3494 {
3497 
3518  voiceALSSetLineSwitchInfo *pVoiceALSSetLineSwitchInfo );
3519 
3529 typedef struct
3530 {
3533 
3554  voiceALSSelectLineInfo *pVoiceALSSelectLineInfo );
3555 
3598 typedef struct
3599 {
3607 
3633  voiceGetCOLPResp *pVoiceGetCOLPResp );
3634 
3677 typedef struct
3678 {
3686 
3712  voiceGetCOLRResp *pVoiceGetCOLRResp );
3713 
3756 typedef struct
3757 {
3765 
3791  voiceGetCNAPResp *pVoiceGetCNAPResp );
3792 
3793 /*
3794  * This structure contains the parameters of USS response
3795  *
3796  * \param pfailureCause
3797  *
3798  * \param AlphaIdentifier
3799  * - see alphaIDInfo definition
3800  *
3801  * \param pUSSDInfo
3802  * - USS Data from Network (See structure USSInfo)
3803  *
3804  * \param pCcResultType
3805  * - CC result code
3806  *
3807  * \param pCallId
3808  * - Caller ID information
3809  *
3810  * \param pCCSuppsType
3811  * - See structure 'ccSUPSType' definition
3812  *
3813  */
3814 struct USSResp
3815 {
3822 };
3823 
3843  struct USSInfo *pReq,
3844  struct USSResp *pResp);
3845 
3861 typedef struct
3862 {
3863  char *pTypeCode;
3864  char *pRespData;
3866 #ifdef __cplusplus
3867 } /* extern "C" { */
3868 #endif
3869 
3870 #endif /* __GOBI_API_VOICE_H__ */
BYTE reason
Definition: qaGobiApiVoice.h:546
ULONG SLQSVoiceGetConfig(voiceGetConfigReq *pVoiceGetConfigReq, voiceGetConfigResp *pVoiceGetConfigResp)
BYTE SuppPrefCUG
Definition: qaGobiApiVoice.h:159
Definition: qaGobiApiVoice.h:1005
Definition: qaGobiApiVoice.h:3090
diagInfo DiagInfo
Definition: qaGobiApiVoice.h:2196
getCallFWInfo * pGetCallFWInfo
Definition: qaGobiApiVoice.h:1571
BYTE * pCallForwardingNumber
Definition: qaGobiApiVoice.h:549
Definition: qaGobiApiVoice.h:902
BYTE * pCallID
Definition: qaGobiApiVoice.h:2754
BYTE * pAirTimer
Definition: qaGobiApiVoice.h:3275
BYTE SvcStatus
Definition: qaGobiApiVoice.h:1400
Definition: qaGobiApiVoice.h:416
BYTE namID
Definition: qaGobiApiVoice.h:744
BYTE callID
Definition: qaGobiApiVoice.h:1786
airTimer * pAirTimerConfig
Definition: qaGobiApiVoice.h:799
BYTE * pCallID
Definition: qaGobiApiVoice.h:1011
Definition: qaGobiApiVoice.h:410
BYTE callState
Definition: qaGobiApiVoice.h:1787
Definition: qaGobiApiVoice.h:3030
Definition: qaGobiApiVoice.h:3138
Definition: qaGobiApiVoice.h:409
Definition: qaGobiApiVoice.h:2176
alphaIDInfo * pAlphaIDInfo
Definition: qaGobiApiVoice.h:3681
BYTE numPlan
Definition: qaGobiApiVoice.h:1482
BYTE ProvisionStatus
Definition: qaGobiApiVoice.h:3191
BYTE * pCurVoiceDomainPref
Definition: qaGobiApiVoice.h:3380
Definition: qaGobiApiVoice.h:2403
Definition: qaGobiApiVoice.h:2614
Definition: qaGobiApiVoice.h:1919
Definition: qaGobiApiVoice.h:2459
BYTE DTMFInterdigitInterval
Definition: qaGobiApiVoice.h:2783
Definition: qaGobiApiVoice.h:1815
Definition: qaGobiApiVoice.h:415
BYTE numberType
Definition: qaGobiApiVoice.h:465
getCallFWExtInfo * pGetCallFWExtInfo
Definition: qaGobiApiVoice.h:1577
BYTE voiceSvc
Definition: qaGobiApiVoice.h:545
BYTE ussDCS
Definition: qaGobiApiVoice.h:41
remotePartyNum * pRemotePartyNum
Definition: qaGobiApiVoice.h:2055
Definition: qaGobiApiVoice.h:414
Definition: qaGobiApiVoice.h:1954
BYTE ActiveStatus
Definition: qaGobiApiVoice.h:3215
Definition: qaGobiApiVoice.h:3416
BYTE * pCallID
Definition: qaGobiApiVoice.h:1195
BYTE * pEmergencyCategory
Definition: qaGobiApiVoice.h:263
ULONG SLQSVoiceStartContDTMF(voiceContDTMFinfo *pContDTMFInfo)
BYTE * pCcResultType
Definition: qaGobiApiVoice.h:3819
BYTE isModByCC
Definition: qaGobiApiVoice.h:3121
Definition: qaGobiApiVoice.h:855
BYTE SUPSType
Definition: qaGobiApiVoice.h:2684
ccSUPSType * pCCSUPSType
Definition: qaGobiApiVoice.h:1115
BYTE alphaLen
Definition: qaGobiApiVoice.h:289
BYTE switchOption
Definition: qaGobiApiVoice.h:3495
unsigned char BYTE
Definition: SwiDataTypes.h:26
CNAPResp * pCNAPResp
Definition: qaGobiApiVoice.h:3758
prefVoiceSO * pPrefVoiceSO
Definition: qaGobiApiVoice.h:802
Definition: qaGobiApiVoice.h:2980
WORD * pFailCause
Definition: qaGobiApiVoice.h:590
Definition: qaGobiApiVoice.h:3163
BYTE * pCallID
Definition: qaGobiApiVoice.h:1575
BYTE mode
Definition: qaGobiApiVoice.h:1790
BYTE * pRoamTimerStatus
Definition: qaGobiApiVoice.h:859
ULONG SLQSVoiceAnswerCall(voiceAnswerCall *pVoiceAnswerCall)
ccSUPSType * pCCSUPSType
Definition: qaGobiApiVoice.h:1311
Definition: qaGobiApiVoice.h:2257
BYTE ussLen
Definition: qaGobiApiVoice.h:42
BYTE noReplyTimer
Definition: qaGobiApiVoice.h:1404
BYTE * pCallID
Definition: qaGobiApiVoice.h:2846
BYTE subAddrType
Definition: qaGobiApiVoice.h:190
BYTE ProvisionStatus
Definition: qaGobiApiVoice.h:3166
BYTE numInstances
Definition: qaGobiApiVoice.h:2480
WORD * pfailureCause
Definition: qaGobiApiVoice.h:3816
Definition: qaGobiApiVoice.h:3814
Definition: qaGobiApiVoice.h:1517
BYTE callID
Definition: qaGobiApiVoice.h:2145
Definition: qaGobiApiVoice.h:543
Definition: qaGobiApiVoice.h:1398
ULONG SLQSVoiceGetCallForwardingStatus(voiceGetCallFWReq *pVoiceGetCallFWReq, voiceGetCallFWResp *pVoiceGetCallFWResp)
BYTE DTMFPulseWidth
Definition: qaGobiApiVoice.h:2782
BYTE * pCallID
Definition: qaGobiApiVoice.h:1696
arrAlertingPattern * pArrAlertingPattern
Definition: qaGobiApiVoice.h:2630
Definition: qaGobiApiVoice.h:1474
ULONG SLQSVoiceGetCallWaiting(voiceGetCallWaitInfo *pVoiceGetCallWaitInfo)
char * pRespData
Definition: qaGobiApiVoice.h:3864
Definition: qaGobiApiVoice.h:2780
BYTE numPlan
Definition: qaGobiApiVoice.h:1924
WORD * pFailCause
Definition: qaGobiApiVoice.h:1307
ULONG SLQSVoiceGetCallInfo(voiceCallInfoReq *pGetCallInfoReq, voiceCallInfoResp *pGetCallInfoResp)
BYTE * pSvcClass
Definition: qaGobiApiVoice.h:1306
BYTE reason
Definition: qaGobiApiVoice.h:1255
BYTE ActiveStatus
Definition: qaGobiApiVoice.h:959
BYTE * pCallID
Definition: qaGobiApiVoice.h:3604
WORD * pSrvOpt
Definition: qaGobiApiVoice.h:2056
Definition: qaGobiApiVoice.h:2127
BYTE numInstances
Definition: qaGobiApiVoice.h:2360
ccSUPSType * pCCSUPSType
Definition: qaGobiApiVoice.h:3763
BYTE * pPrefVoiceDomain
Definition: qaGobiApiVoice.h:803
Definition: qaGobiApiVoice.h:2338
BYTE * pPrefVoiceSOStatus
Definition: qaGobiApiVoice.h:861
COLRResp * pCOLRResp
Definition: qaGobiApiVoice.h:3679
BYTE isEmpty
Definition: qaGobiApiVoice.h:2113
char * pTypeCode
Definition: qaGobiApiVoice.h:3863
BYTE callID
Definition: qaGobiApiVoice.h:2162
callInfo * pCallInfo
Definition: qaGobiApiVoice.h:2054
BYTE callType
Definition: qaGobiApiVoice.h:1788
alphaIDInfo * pAlphaIDInfo
Definition: qaGobiApiVoice.h:1112
ccSUPSType * pCCSUPSType
Definition: qaGobiApiVoice.h:1012
Definition: qaGobiApiVoice.h:256
Definition: qaGobiApiVoice.h:2298
Definition: qaGobiApiVoice.h:665
ccSUPSType * pCCSUPSType
Definition: qaGobiApiVoice.h:594
BYTE callerIDLen
Definition: qaGobiApiVoice.h:1925
BYTE Reason
Definition: qaGobiApiVoice.h:1371
Definition: qaGobiApiVoice.h:3598
Definition: qaGobiApiVoice.h:156
Definition: qaGobiApiVoice.h:2358
ULONG * pSvcType
Definition: qaGobiApiVoice.h:265
BYTE numberPlan
Definition: qaGobiApiVoice.h:466
arrConnectPartyNum * pArrConnectPartyNum
Definition: qaGobiApiVoice.h:2626
BYTE * pCallID
Definition: qaGobiApiVoice.h:593
BYTE * pAutoAnswer
Definition: qaGobiApiVoice.h:798
BYTE numInstances
Definition: qaGobiApiVoice.h:2300
Definition: qaGobiApiVoice.h:2380
Definition: qaGobiApiVoice.h:411
Definition: qaGobiApiVoice.h:2052
BYTE SvcClass
Definition: qaGobiApiVoice.h:1477
BYTE numInstances
Definition: qaGobiApiVoice.h:1501
ULONG SLQSVoiceGetCLIR(voiceGetCLIRResp *pVoiceGetCLIRResp)
BYTE ActiveStatus
Definition: qaGobiApiVoice.h:3165
Definition: qaGobiApiVoice.h:3306
BYTE subAddrLen
Definition: qaGobiApiVoice.h:192
Definition: qaGobiApiVoice.h:2525
COLPResp * pCOLPResp
Definition: qaGobiApiVoice.h:3600
BYTE numType
Definition: qaGobiApiVoice.h:1923
BYTE SvcStatus
Definition: qaGobiApiVoice.h:1476
BYTE * pCurVoicePrivacyPref
Definition: qaGobiApiVoice.h:3379
ULONG * pAlertingPattern
Definition: qaGobiApiVoice.h:2065
arrCallEndReason * pArrCallEndReason
Definition: qaGobiApiVoice.h:2624
BYTE numSI
Definition: qaGobiApiVoice.h:2261
Definition: qaGobiApiVoice.h:2682
BYTE * pCallID
Definition: qaGobiApiVoice.h:3762
Definition: qaGobiApiVoice.h:1691
ccSUPSType * pCCSUPSType
Definition: qaGobiApiVoice.h:354
BYTE DTMFdigit
Definition: qaGobiApiVoice.h:2847
Definition: qaGobiApiVoice.h:2478
roamTimer * pRoamTimerConfig
Definition: qaGobiApiVoice.h:800
BYTE * pSvcClass
Definition: qaGobiApiVoice.h:1372
BYTE * pTTYMode
Definition: qaGobiApiVoice.h:801
BYTE screeningInd
Definition: qaGobiApiVoice.h:1922
BYTE ProvisionStatus
Definition: qaGobiApiVoice.h:3216
BYTE numInstances
Definition: qaGobiApiVoice.h:2499
BYTE * pFlashPayLd
Definition: qaGobiApiVoice.h:2941
BYTE * pRoamTimer
Definition: qaGobiApiVoice.h:3276
BYTE numInstances
Definition: qaGobiApiVoice.h:2527
BYTE * pOTASPStatus
Definition: qaGobiApiVoice.h:2058
Definition: qaGobiApiVoice.h:2160
Definition: qaGobiApiVoice.h:2441
ULONG SLQSVoiceEndCall(BYTE *pCallId)
Definition: qaGobiApiVoice.h:1499
BYTE * pVoicePrivacy
Definition: qaGobiApiVoice.h:2057
BYTE numLen
Definition: qaGobiApiVoice.h:1402
BYTE digitCnt
Definition: qaGobiApiVoice.h:3094
BYTE numType
Definition: qaGobiApiVoice.h:2262
Definition: qaGobiApiVoice.h:286
Definition: qaGobiApiVoice.h:463
ULONG SLQSVoiceOrigUSSDNoWait(voiceOrigUSSDNoWaitInfo *pVoiceOrigUSSDNoWaitInfo)
WORD * pFailCause
Definition: qaGobiApiVoice.h:3680
BYTE presentationInd
Definition: qaGobiApiVoice.h:1817
BYTE * pCallBarringPasswd
Definition: qaGobiApiVoice.h:548
Definition: qaGobiApiVoice.h:644
ULONG OriginateUSSD(BYTE *pInfo)
BYTE SI
Definition: qaGobiApiVoice.h:1480
alphaIDInfo * pAlphaIDInfo
Definition: qaGobiApiVoice.h:1193
WORD * pFailCause
Definition: qaGobiApiVoice.h:1572
Definition: qaGobiApiVoice.h:2422
BYTE * pTTYMode
Definition: qaGobiApiVoice.h:3277
BYTE * pCCResType
Definition: qaGobiApiVoice.h:3603
BYTE * pCurrTTYMode
Definition: qaGobiApiVoice.h:3376
CLIPResp * pCLIPResp
Definition: qaGobiApiVoice.h:1110
Definition: qaGobiApiVoice.h:417
alphaIDInfo * pAlphaIDInfo
Definition: qaGobiApiVoice.h:1308
Definition: qaGobiApiVoice.h:1940
BYTE * pCCResType
Definition: qaGobiApiVoice.h:3761
alphaIDInfo * pAlphaIDInfo
Definition: qaGobiApiVoice.h:3602
alphaIDInfo AlphaIDInfo
Definition: qaGobiApiVoice.h:2179
Definition: qaGobiApiVoice.h:3118
Definition: qaGobiApiVoice.h:3452
CLIRResp * pCLIRResp
Definition: qaGobiApiVoice.h:1007
arrRemotePartyName * pArrRemotePartyName
Definition: qaGobiApiVoice.h:2618
Definition: qaGobiApiVoice.h:3677
ULONG SLQSVoiceManageCalls(voiceManageCallsReq *pVoiceManageCallsReq, voiceManageCallsResp *pVoiceManageCallsResp)
arrRedirPartyNum * pArrRedirPartyNum
Definition: qaGobiApiVoice.h:2629
WORD * pFailCause
Definition: qaGobiApiVoice.h:3601
Definition: qaGobiApiVoice.h:3371
airTimer * pAirTimerCnt
Definition: qaGobiApiVoice.h:3374
Definition: qaGobiApiVoice.h:1569
BYTE ActiveStatus
Definition: qaGobiApiVoice.h:3190
Definition: qaGobiApiVoice.h:742
BYTE * pOTASPStatus
Definition: qaGobiApiVoice.h:2622
BYTE oddEvenInd
Definition: qaGobiApiVoice.h:191
BYTE * pCallID
Definition: qaGobiApiVoice.h:1114
#define MAX_CALL_NO_LEN
Definition: qaGobiApiVoice.h:19
ccSUPSType * pCCSUPSType
Definition: qaGobiApiVoice.h:1697
ULONG airTimerValue
Definition: qaGobiApiVoice.h:647
BYTE * pCallId
Definition: qaGobiApiVoice.h:3820
ccSUPSType * pCCSUPSType
Definition: qaGobiApiVoice.h:3605
ccSUPSType * pCCSUPSType
Definition: qaGobiApiVoice.h:1576
prefVoiceSO * pCurPrefVoiceSO
Definition: qaGobiApiVoice.h:3377
Definition: qaGobiApiVoice.h:957
BYTE * pCallType
Definition: qaGobiApiVoice.h:259
BYTE * pCCResultType
Definition: qaGobiApiVoice.h:592
BYTE numType
Definition: qaGobiApiVoice.h:1481
Definition: qaGobiApiVoice.h:3213
callFwdTypeAndPlan * pCallFwdTypeAndPlan
Definition: qaGobiApiVoice.h:551
ccSUPSType * pCCSuppsType
Definition: qaGobiApiVoice.h:3821
struct USSInfo * pUSSDInfo
Definition: qaGobiApiVoice.h:3818
WORD * pFailCause
Definition: qaGobiApiVoice.h:1111
UUSInfo * pUUSInFo
Definition: qaGobiApiVoice.h:261
BYTE numInstances
Definition: qaGobiApiVoice.h:1519
diagInfo * pDiagInfo
Definition: qaGobiApiVoice.h:2064
ULONG SLQSVoiceSendFlash(voiceFlashInfo *pFlashInfo)
ULONG SLQSVoiceGetCallBarring(voiceGetCallBarringReq *pVoiceGetCallBarringReq, voiceGetCallBarringResp *pVoiceGetCallBarringResp)
BYTE numInstances
Definition: qaGobiApiVoice.h:2461
BYTE SuppOA
Definition: qaGobiApiVoice.h:160
calledPartySubAdd * pCallPartySubAdd
Definition: qaGobiApiVoice.h:264
remotePartyName * pRemotePartyName
Definition: qaGobiApiVoice.h:2059
ULONG CancelUSSD()
ULONG SLQSVoiceGetCOLP(voiceGetCOLPResp *pVoiceGetCOLPResp)
ULONG SLQSVoiceALSSetLineSwitching(voiceALSSetLineSwitchInfo *pVoiceALSSetLineSwitchInfo)
BYTE callID
Definition: qaGobiApiVoice.h:2178
Definition: qaGobiApiVoice.h:2143
BYTE SvcClass
Definition: qaGobiApiVoice.h:1401
ULONG SLQSVoiceGetAllCallInfo(voiceGetAllCallInfo *pGetAllCallInfo)
Definition: qaGobiApiVoice.h:1189
BYTE evrcCapability
Definition: qaGobiApiVoice.h:745
BYTE svcType
Definition: qaGobiApiVoice.h:3120
WORD CUGIndex
Definition: qaGobiApiVoice.h:158
arrSvcOption * pArrSvcOption
Definition: qaGobiApiVoice.h:2621
BYTE ProvisionStatus
Definition: qaGobiApiVoice.h:960
ULONG SLQSVoiceStopContDTMF(voiceStopContDTMFinfo *pVoiceStopContDTMFinfo)
Definition: qaGobiApiVoice.h:187
BYTE * pNamID
Definition: qaGobiApiVoice.h:3281
BYTE * pCCResType
Definition: qaGobiApiVoice.h:3682
BYTE * pSvcClass
Definition: qaGobiApiVoice.h:1191
Definition: qaGobiApiVoice.h:413
Definition: qaGobiApiVoice.h:2316
remotePartyName RemotePartyName
Definition: qaGobiApiVoice.h:2146
BYTE * pPrefVoiceSO
Definition: qaGobiApiVoice.h:3278
BYTE namePI
Definition: qaGobiApiVoice.h:1852
BYTE * pAutoAnswerStat
Definition: qaGobiApiVoice.h:3373
BYTE * pCallID
Definition: qaGobiApiVoice.h:2940
ccSUPSType * pCCSUPSType
Definition: qaGobiApiVoice.h:3684
BYTE reason
Definition: qaGobiApiVoice.h:322
BYTE callID
Definition: qaGobiApiVoice.h:2195
BYTE * pCCResType
Definition: qaGobiApiVoice.h:1194
BYTE DTMFEvent
Definition: qaGobiApiVoice.h:3093
Definition: qaGobiApiVoice.h:131
BYTE * pAutoAnswer
Definition: qaGobiApiVoice.h:3274
BYTE numPresInd
Definition: qaGobiApiVoice.h:1921
ULONG SLQSVoiceSetSUPSService(voiceSetSUPSServiceReq *pVoiceSetSUPSServiceReq, voiceSetSUPSServiceResp *pVoiceSetSUPSServiceResp)
Definition: qaGobiApiVoice.h:412
BYTE ussData[182]
Definition: qaGobiApiVoice.h:43
BYTE * pRegVoicePrivacyEvents
Definition: qaGobiApiVoice.h:3033
BYTE numLen
Definition: qaGobiApiVoice.h:1818
alphaIDInfo * pAlphaIDInfo
Definition: qaGobiApiVoice.h:1009
BYTE numInstances
Definition: qaGobiApiVoice.h:2405
ULONG SLQSOriginateUSSD(struct USSInfo *pReq, struct USSResp *pResp)
#define MAX_DESCRIPTION_LENGTH
Definition: qaGobiApiVoice.h:20
arrDiagInfo * pArrDiagInfo
Definition: qaGobiApiVoice.h:2627
BYTE * pCLIRType
Definition: qaGobiApiVoice.h:260
BYTE callID
Definition: qaGobiApiVoice.h:2129
BYTE * pServiceClass
Definition: qaGobiApiVoice.h:547
unsigned long ULONG
Definition: SwiDataTypes.h:23
curAMRConfig * pCurAMRConfig
Definition: qaGobiApiVoice.h:3378
BYTE * pTimerVal
Definition: qaGobiApiVoice.h:550
alphaIDInfo * pAlphaIDInfo
Definition: qaGobiApiVoice.h:1573
ULONG SLQSVoiceBindSubscription(voiceBindSubscriptionInfo *pVoiceBindSubscriptionInfo)
BYTE namID
Definition: qaGobiApiVoice.h:667
alphaIDInfo * pAlphaIDInfo
Definition: qaGobiApiVoice.h:1694
BYTE callID
Definition: qaGobiApiVoice.h:3092
WORD * pFailCause
Definition: qaGobiApiVoice.h:1008
BYTE alphaDcs
Definition: qaGobiApiVoice.h:288
WORD roamOrigVoiceSO
Definition: qaGobiApiVoice.h:748
serviceClassInformation
Definition: qaGobiApiVoice.h:407
alphaIDInfo * pAlphaIDInfo
Definition: qaGobiApiVoice.h:352
BYTE numInstances
Definition: qaGobiApiVoice.h:2282
BYTE numInstances
Definition: qaGobiApiVoice.h:2424
BYTE * pAlertType
Definition: qaGobiApiVoice.h:2061
BYTE * pFlashType
Definition: qaGobiApiVoice.h:2942
BYTE * pCCResType
Definition: qaGobiApiVoice.h:1113
BYTE nameLen
Definition: qaGobiApiVoice.h:1854
WORD * pFailCause
Definition: qaGobiApiVoice.h:1693
BYTE * pRegDTMFEvents
Definition: qaGobiApiVoice.h:3032
ULONG AnswerUSSD(BYTE *pInfo)
alphaIDInfo * pAlphaIDInfo
Definition: qaGobiApiVoice.h:3817
Definition: qaGobiApiVoice.h:1060
roamTimer * pRoamTimerCnt
Definition: qaGobiApiVoice.h:3375
Definition: qaGobiApiVoice.h:39
#define MAX_NO_OF_CALLS
Definition: qaGobiApiVoice.h:22
arrAlertingType * pArrAlertingType
Definition: qaGobiApiVoice.h:2619
Definition: qaGobiApiVoice.h:796
Definition: qaGobiApiVoice.h:3529
WORD * pFailCause
Definition: qaGobiApiVoice.h:1192
BYTE UUSDatalen
Definition: qaGobiApiVoice.h:135
arrCalledPartyNum * pArrCalledPartyNum
Definition: qaGobiApiVoice.h:2628
UUSInfo uusInfo
Definition: qaGobiApiVoice.h:2163
Definition: qaGobiApiVoice.h:3272
UUSInfo * pUUSInfo
Definition: qaGobiApiVoice.h:2060
Definition: qaGobiApiVoice.h:2110
#define PASSWORD_LENGTH
Definition: qaGobiApiVoice.h:21
BYTE numPI
Definition: qaGobiApiVoice.h:2260
#define MAXUSSDLENGTH
Definition: qaGobiApiVoice.h:18
BYTE numLen
Definition: qaGobiApiVoice.h:1483
Definition: qaGobiApiVoice.h:3861
remotePartyNum RemotePartyNum
Definition: qaGobiApiVoice.h:2130
arrAlphaID * pArrAlphaID
Definition: qaGobiApiVoice.h:2625
BYTE * pCCResType
Definition: qaGobiApiVoice.h:1010
BYTE subsType
Definition: qaGobiApiVoice.h:3454
BYTE UUSType
Definition: qaGobiApiVoice.h:133
BYTE numPlan
Definition: qaGobiApiVoice.h:2263
BYTE * pVoiceDomainPrefStatus
Definition: qaGobiApiVoice.h:862
ULONG SLQSVoiceSetCallBarringPassword(voiceSetCallBarringPwdInfo *pVoiceSetCallBarringPwdInfo, voiceSetCallBarringPwdResp *pSetCallBarringPwdResp)
Definition: qaGobiApiVoice.h:1784
BYTE numInstances
Definition: qaGobiApiVoice.h:2443
BYTE * pCCResultType
Definition: qaGobiApiVoice.h:353
Definition: qaGobiApiVoice.h:1369
BYTE * pCCResType
Definition: qaGobiApiVoice.h:1309
BYTE * pCallID
Definition: qaGobiApiVoice.h:1310
BYTE * pCallID
Definition: qaGobiApiVoice.h:2685
alphaIDInfo * pAlphaIDInfo
Definition: qaGobiApiVoice.h:2062
alphaIDInfo * pAlphaIDInfo
Definition: qaGobiApiVoice.h:591
BYTE codingScheme
Definition: qaGobiApiVoice.h:1853
BYTE PI
Definition: qaGobiApiVoice.h:1479
BYTE callID
Definition: qaGobiApiVoice.h:2888
ULONG SLQSVoiceSetConfig(voiceSetConfigReq *pVoiceSetConfigReq, voiceSetConfigResp *pVoiceSetConfigResp)
BYTE numInstances
Definition: qaGobiApiVoice.h:2340
Definition: qaGobiApiVoice.h:1646
BYTE wcdmaAmrStat
Definition: qaGobiApiVoice.h:3309
BYTE * pCCResType
Definition: qaGobiApiVoice.h:1574
ULONG roamTimerValue
Definition: qaGobiApiVoice.h:668
BYTE namID
Definition: qaGobiApiVoice.h:646
BYTE ProvisionStatus
Definition: qaGobiApiVoice.h:1063
Definition: qaGobiApiVoice.h:1108
BYTE * pAMRStatus
Definition: qaGobiApiVoice.h:3279
BYTE gsmAmrStat
Definition: qaGobiApiVoice.h:3308
ULONG SLQSVoiceGetCLIP(voiceGetCLIPResp *pVoiceGetCLIPResp)
BYTE * pSvcClass
Definition: qaGobiApiVoice.h:1256
BYTE lineValue
Definition: qaGobiApiVoice.h:3531
Definition: qaGobiApiVoice.h:1253
DTMFLengths * pBurstDTMFLengths
Definition: qaGobiApiVoice.h:2800
ULONG SLQSVoiceDialCall(voiceCallRequestParams *pCallRequestParams, voiceCallResponseParams *pCallResponseParams)
Definition: qaGobiApiVoice.h:1850
BYTE numInstances
Definition: qaGobiApiVoice.h:2382
Definition: qaGobiApiVoice.h:2280
BYTE * pCallID
Definition: qaGobiApiVoice.h:351
WORD homePageVoiceSO
Definition: qaGobiApiVoice.h:746
Definition: qaGobiApiVoice.h:2752
BYTE * pSuppsNotifEvents
Definition: qaGobiApiVoice.h:3034
WORD homeOrigVoiceSO
Definition: qaGobiApiVoice.h:747
BYTE * pVoicePrivacy
Definition: qaGobiApiVoice.h:2623
BYTE * pAirTimerStatus
Definition: qaGobiApiVoice.h:858
Definition: qaGobiApiVoice.h:349
connectNumInfo * pConnectNumInfo
Definition: qaGobiApiVoice.h:2063
Definition: qaGobiApiVoice.h:2700
Definition: qaGobiApiVoice.h:3756
BYTE * pCallId
Definition: qaGobiApiVoice.h:904
Definition: qaGobiApiVoice.h:2886
ULONG SLQSVoiceALSSelectLine(voiceALSSelectLineInfo *pVoiceALSSelectLineInfo)
BYTE callID
Definition: qaGobiApiVoice.h:2259
BYTE * pVoiceDomainPref
Definition: qaGobiApiVoice.h:3282
Definition: qaGobiApiVoice.h:2193
BYTE callID
Definition: qaGobiApiVoice.h:1956
BYTE * pAutoAnsStatus
Definition: qaGobiApiVoice.h:857
arrRemotePartyNum * pArrRemotePartyNum
Definition: qaGobiApiVoice.h:2617
BYTE digitCnt
Definition: qaGobiApiVoice.h:2755
BYTE noReplyTimer
Definition: qaGobiApiVoice.h:1478
WORD * pFailCause
Definition: qaGobiApiVoice.h:3759
Definition: qaGobiApiVoice.h:588
callInfo Callinfo
Definition: qaGobiApiVoice.h:2112
alphaIDInfo * pAlphaIDInfo
Definition: qaGobiApiVoice.h:3760
BYTE * pPrefVoicePrivacy
Definition: qaGobiApiVoice.h:3280
BYTE ALS
Definition: qaGobiApiVoice.h:2114
BYTE * pCallID
Definition: qaGobiApiVoice.h:3683
WORD * pFailCause
Definition: qaGobiApiVoice.h:2702
arrCallInfo * pArrCallInfo
Definition: qaGobiApiVoice.h:2616
BYTE numLen
Definition: qaGobiApiVoice.h:2264
Definition: qaGobiApiVoice.h:2797
ULONG SLQSVoiceBurstDTMF(voiceBurstDTMFInfo *pBurstDTMFInfo)
ULONG SLQSVoiceGetCNAP(voiceGetCNAPResp *pVoiceGetCNAPResp)
Definition: qaGobiApiVoice.h:319
burstDTMFInfo BurstDTMFInfo
Definition: qaGobiApiVoice.h:2799
unsigned short WORD
Definition: SwiDataTypes.h:28
arrUUSInfo * pArrUUSInfo
Definition: qaGobiApiVoice.h:2620
BYTE * pTTYConfigStatus
Definition: qaGobiApiVoice.h:860
Definition: qaGobiApiVoice.h:2938
BYTE Reason
Definition: qaGobiApiVoice.h:1648
Definition: qaGobiApiVoice.h:1304
ULONG SLQSVoiceGetCOLR(voiceGetCOLRResp *pVoiceGetCOLRResp)
BYTE direction
Definition: qaGobiApiVoice.h:1789
BYTE UUSDcs
Definition: qaGobiApiVoice.h:134
BYTE * pCCResType
Definition: qaGobiApiVoice.h:1695
CUGInfo * pCUGInfo
Definition: qaGobiApiVoice.h:262
BYTE extBit
Definition: qaGobiApiVoice.h:189
Definition: qaGobiApiVoice.h:2497
Definition: qaGobiApiVoice.h:2844
BYTE numInstances
Definition: qaGobiApiVoice.h:2318
BYTE diagInfoLen
Definition: qaGobiApiVoice.h:1942
ULONG SLQSVoiceSetPreferredPrivacy(voiceSetPrefPrivacy *pSetPrefPrivacy)
BYTE privacyPref
Definition: qaGobiApiVoice.h:2982
BYTE ActiveStatus
Definition: qaGobiApiVoice.h:1062
Definition: qaGobiApiVoice.h:3188
BYTE svcType
Definition: qaGobiApiVoice.h:321
Definition: qaGobiApiVoice.h:3493
ccSUPSType * pCCSUPSType
Definition: qaGobiApiVoice.h:1196
ULONG SLQSVoiceIndicationRegister(voiceIndicationRegisterInfo *pVoiceIndicationRegisterInfo)

Copyright (c) 2011 Sierra Wireless, Inc. All rights reserved