libpack  SLQS03.03.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
qaGobiApiVoice.h
Go to the documentation of this file.
1 
9 /*
10  * Copyright: © 2011-2015 Sierra Wireless, Inc. all rights reserved
11  */
12 #ifndef __GOBI_API_VOICE_H__
13 #define __GOBI_API_VOICE_H__
14 
15 #ifdef __cplusplus
16 extern "C" {
17 #endif
18 
19 #define MAXUSSDLENGTH 182
20 #define MAX_CALL_NO_LEN 81
21 #define MAX_DESCRIPTION_LENGTH 255
22 #define PASSWORD_LENGTH 4
23 #define MAX_NO_OF_CALLS 20
24 
40 struct USSInfo
41 {
45 };
46 
63  BYTE *pInfo );
64 
80  BYTE *pInfo );
81 
96 
132 typedef struct
133 {
138 } UUSInfo;
139 
157 typedef struct
158 {
162 } CUGInfo;
163 
188 typedef struct
189 {
196 
257 typedef struct
258 {
259  BYTE callNumber[MAX_CALL_NO_LEN];
268 
287 typedef struct
288 {
292 } alphaIDInfo;
293 
320 typedef struct
321 {
324 } ccSUPSType;
325 
350 typedef struct
351 {
357 
381 ULONG SLQSVoiceDialCall( voiceCallRequestParams *pCallRequestParams,
382  voiceCallResponseParams *pCallResponseParams );
383 
403  BYTE *pCallId );
404 
409 {
419 };
420 
464 typedef struct
465 {
469 
544 typedef struct
545 {
554 
589 typedef struct
590 {
597 
627  voiceSetSUPSServiceReq *pVoiceSetSUPSServiceReq,
628  voiceSetSUPSServiceResp *pVoiceSetSUPSServiceResp );
629 
645 typedef struct
646 {
649 } airTimer;
650 
666 typedef struct
667 {
670 } roamTimer;
671 
743 typedef struct
744 {
750 } prefVoiceSO;
751 
797 typedef struct
798 {
806 
856 typedef struct
857 {
865 
893  voiceSetConfigReq *pVoiceSetConfigReq,
894  voiceSetConfigResp *pVoiceSetConfigResp );
895 
903 typedef struct
904 {
907 
932  voiceAnswerCall *pVoiceAnswerCall );
933 
958 typedef struct
959 {
962 } CLIRResp;
963 
1006 typedef struct
1007 {
1015 
1040 ULONG SLQSVoiceGetCLIR( voiceGetCLIRResp *pVoiceGetCLIRResp );
1041 
1061 typedef struct
1062 {
1065 } CLIPResp;
1066 
1109 typedef struct
1110 {
1118 
1143 ULONG SLQSVoiceGetCLIP( voiceGetCLIPResp *pVoiceGetCLIPResp );
1144 
1190 typedef struct
1191 {
1199 
1223 ULONG SLQSVoiceGetCallWaiting( voiceGetCallWaitInfo *pVoiceGetCallWaitInfo );
1224 
1254 typedef struct
1255 {
1259 
1305 typedef struct
1306 {
1314 
1343 ULONG SLQSVoiceGetCallBarring( voiceGetCallBarringReq *pVoiceGetCallBarringReq,
1344  voiceGetCallBarringResp *pVoiceGetCallBarringResp );
1345 
1370 typedef struct
1371 {
1375 
1399 typedef struct
1400 {
1404  BYTE number[255];
1406 } callFWInfo;
1407 
1475 typedef struct
1476 {
1485  BYTE number[255];
1486 } callFWExtInfo;
1487 
1500 typedef struct
1501 {
1504 } getCallFWInfo;
1505 
1518 typedef struct
1519 {
1523 
1570 typedef struct
1571 {
1580 
1609  voiceGetCallFWResp *pVoiceGetCallFWResp );
1610 
1647 typedef struct
1648 {
1650  BYTE oldPasswd[PASSWORD_LENGTH];
1651  BYTE newPasswd[PASSWORD_LENGTH];
1652  BYTE newPasswdAgain[PASSWORD_LENGTH];
1654 
1692 typedef struct
1693 {
1700 
1726  voiceSetCallBarringPwdInfo *pVoiceSetCallBarringPwdInfo,
1727  voiceSetCallBarringPwdResp *pSetCallBarringPwdResp );
1728 
1785 typedef struct
1786 {
1792 } callInfo;
1793 
1816 typedef struct
1817 {
1820  BYTE remPartyNumber[MAX_CALL_NO_LEN];
1821 } remotePartyNum;
1822 
1851 typedef struct
1852 {
1857 } remotePartyName;
1858 
1920 typedef struct
1921 {
1928 } connectNumInfo;
1929 
1941 typedef struct
1942 {
1944  BYTE diagnosticInfo[MAX_DESCRIPTION_LENGTH];
1945 } diagInfo;
1946 
1955 typedef struct
1956 {
1959 
2053 typedef struct
2054 {
2068 
2089 ULONG SLQSVoiceGetCallInfo( voiceCallInfoReq *pGetCallInfoReq,
2090  voiceCallInfoResp *pGetCallInfoResp );
2091 
2111 typedef struct
2112 {
2117 
2128 typedef struct
2129 {
2133 
2144 typedef struct
2145 {
2149 
2161 typedef struct
2162 {
2165 } allCallsUUSInfo;
2166 
2177 typedef struct
2178 {
2182 
2183 
2194 typedef struct
2195 {
2199 
2258 typedef struct
2259 {
2267 } peerNumberInfo;
2268 
2281 typedef struct
2282 {
2285 } arrCallInfo;
2286 
2299 typedef struct
2300 {
2304 
2317 typedef struct
2318 {
2320  getAllCallRmtPtyName GetAllCallRmtPtyName[MAX_NO_OF_CALLS];
2322 
2339 typedef struct
2340 {
2343  BYTE AlertingType[MAX_NO_OF_CALLS];
2344 } arrAlertingType;
2345 
2359 typedef struct
2360 {
2363 } arrUUSInfo;
2364 
2381 typedef struct
2382 {
2385  WORD srvOption[MAX_NO_OF_CALLS];
2386 } arrSvcOption;
2387 
2404 typedef struct
2405 {
2408  WORD callEndReason[MAX_NO_OF_CALLS];
2410 
2423 typedef struct
2424 {
2426  allCallsAlphaIDInfo allCallsAlphaIDInfoArr[MAX_NO_OF_CALLS];
2427 } arrAlphaID;
2428 
2442 typedef struct
2443 {
2445  peerNumberInfo ConnectedPartyNum[MAX_NO_OF_CALLS];
2447 
2460 typedef struct
2461 {
2464 } arrDiagInfo;
2465 
2479 typedef struct
2480 {
2484 
2498 typedef struct
2499 {
2503 
2526 typedef struct
2527 {
2530  ULONG alertingPattern[MAX_NO_OF_CALLS];
2532 
2615 typedef struct
2616 {
2633 
2654 
2683 typedef struct
2684 {
2688 
2701 typedef struct
2702 {
2705 
2730  voiceManageCallsReq *pVoiceManageCallsReq,
2731  voiceManageCallsResp *pVoiceManageCallsResp );
2732 
2753 typedef struct
2754 {
2758 }burstDTMFInfo;
2759 
2781 typedef struct
2782 {
2785 }DTMFLengths;
2786 
2798 typedef struct
2799 {
2803 
2826  voiceBurstDTMFInfo *pBurstDTMFInfo );
2827 
2845 typedef struct
2846 {
2850 
2871  voiceContDTMFinfo *pContDTMFInfo );
2872 
2887 typedef struct
2888 {
2891 
2920  voiceStopContDTMFinfo *pVoiceStopContDTMFinfo);
2921 
2939 typedef struct
2940 {
2944 } voiceFlashInfo;
2945 
2970 ULONG SLQSVoiceSendFlash ( voiceFlashInfo *pFlashInfo );
2971 
2981 typedef struct
2982 {
2985 
3002 
3031 typedef struct
3032 {
3037 
3061  voiceIndicationRegisterInfo *pVoiceIndicationRegisterInfo );
3062 
3091 typedef struct
3092 {
3097 } DTMFInfo;
3098 
3119 typedef struct
3120 {
3123 } SUPSInfo;
3124 
3139 typedef struct
3140 {
3142  BYTE newPwdAgain[PASSWORD_LENGTH];
3143 } newPwdData;
3144 
3164 typedef struct
3165 {
3168 } COLPResp;
3169 
3189 typedef struct
3190 {
3193 } COLRResp;
3194 
3214 typedef struct
3215 {
3218 } CNAPResp;
3219 
3273 typedef struct
3274 {
3285 
3307 typedef struct
3308 {
3311 } curAMRConfig;
3312 
3372 typedef struct
3373 {
3383 
3407  voiceGetConfigReq *pVoiceGetConfigReq,
3408  voiceGetConfigResp *pVoiceGetConfigResp );
3409 
3417 typedef struct
3418 {
3419  struct USSInfo USSInformation;
3421 
3442  voiceOrigUSSDNoWaitInfo *pVoiceOrigUSSDNoWaitInfo );
3443 
3453 typedef struct
3454 {
3457 
3481  voiceBindSubscriptionInfo *pVoiceBindSubscriptionInfo );
3482 
3494 typedef struct
3495 {
3498 
3519  voiceALSSetLineSwitchInfo *pVoiceALSSetLineSwitchInfo );
3520 
3530 typedef struct
3531 {
3534 
3555  voiceALSSelectLineInfo *pVoiceALSSelectLineInfo );
3556 
3599 typedef struct
3600 {
3608 
3634  voiceGetCOLPResp *pVoiceGetCOLPResp );
3635 
3678 typedef struct
3679 {
3687 
3713  voiceGetCOLRResp *pVoiceGetCOLRResp );
3714 
3757 typedef struct
3758 {
3766 
3792  voiceGetCNAPResp *pVoiceGetCNAPResp );
3793 
3794 /*
3795  * This structure contains the parameters of USS response
3796  *
3797  * \param pfailureCause
3798  *
3799  * \param AlphaIdentifier
3800  * - see alphaIDInfo definition
3801  *
3802  * \param pUSSDInfo
3803  * - USS Data from Network (See structure USSInfo)
3804  *
3805  * \param pCcResultType
3806  * - CC result code
3807  *
3808  * \param pCallId
3809  * - Caller ID information
3810  *
3811  * \param pCCSuppsType
3812  * - See structure 'ccSUPSType' definition
3813  *
3814  */
3815 struct USSResp
3816 {
3823 };
3824 
3844  struct USSInfo *pReq,
3845  struct USSResp *pResp);
3846 
3862 typedef struct
3863 {
3864  char *pTypeCode;
3865  char *pRespData;
3867 #ifdef __cplusplus
3868 } /* extern "C" { */
3869 #endif
3870 
3871 #endif /* __GOBI_API_VOICE_H__ */
BYTE reason
Definition: qaGobiApiVoice.h:547
ULONG SLQSVoiceGetConfig(voiceGetConfigReq *pVoiceGetConfigReq, voiceGetConfigResp *pVoiceGetConfigResp)
BYTE SuppPrefCUG
Definition: qaGobiApiVoice.h:160
Definition: qaGobiApiVoice.h:1006
Definition: qaGobiApiVoice.h:3091
diagInfo DiagInfo
Definition: qaGobiApiVoice.h:2197
getCallFWInfo * pGetCallFWInfo
Definition: qaGobiApiVoice.h:1572
BYTE * pCallForwardingNumber
Definition: qaGobiApiVoice.h:550
Definition: qaGobiApiVoice.h:903
BYTE * pCallID
Definition: qaGobiApiVoice.h:2755
BYTE * pAirTimer
Definition: qaGobiApiVoice.h:3276
BYTE SvcStatus
Definition: qaGobiApiVoice.h:1401
Definition: qaGobiApiVoice.h:417
BYTE namID
Definition: qaGobiApiVoice.h:745
BYTE callID
Definition: qaGobiApiVoice.h:1787
airTimer * pAirTimerConfig
Definition: qaGobiApiVoice.h:800
BYTE * pCallID
Definition: qaGobiApiVoice.h:1012
Definition: qaGobiApiVoice.h:411
BYTE callState
Definition: qaGobiApiVoice.h:1788
Definition: qaGobiApiVoice.h:3031
Definition: qaGobiApiVoice.h:3139
Definition: qaGobiApiVoice.h:410
Definition: qaGobiApiVoice.h:2177
alphaIDInfo * pAlphaIDInfo
Definition: qaGobiApiVoice.h:3682
BYTE numPlan
Definition: qaGobiApiVoice.h:1483
BYTE ProvisionStatus
Definition: qaGobiApiVoice.h:3192
BYTE * pCurVoiceDomainPref
Definition: qaGobiApiVoice.h:3381
Definition: qaGobiApiVoice.h:2404
Definition: qaGobiApiVoice.h:2615
Definition: qaGobiApiVoice.h:1920
Definition: qaGobiApiVoice.h:2460
BYTE DTMFInterdigitInterval
Definition: qaGobiApiVoice.h:2784
Definition: qaGobiApiVoice.h:1816
Definition: qaGobiApiVoice.h:416
BYTE numberType
Definition: qaGobiApiVoice.h:466
getCallFWExtInfo * pGetCallFWExtInfo
Definition: qaGobiApiVoice.h:1578
BYTE voiceSvc
Definition: qaGobiApiVoice.h:546
BYTE ussDCS
Definition: qaGobiApiVoice.h:42
remotePartyNum * pRemotePartyNum
Definition: qaGobiApiVoice.h:2056
Definition: qaGobiApiVoice.h:415
Definition: qaGobiApiVoice.h:1955
BYTE ActiveStatus
Definition: qaGobiApiVoice.h:3216
Definition: qaGobiApiVoice.h:3417
BYTE * pCallID
Definition: qaGobiApiVoice.h:1196
BYTE * pEmergencyCategory
Definition: qaGobiApiVoice.h:264
ULONG SLQSVoiceStartContDTMF(voiceContDTMFinfo *pContDTMFInfo)
BYTE * pCcResultType
Definition: qaGobiApiVoice.h:3820
BYTE isModByCC
Definition: qaGobiApiVoice.h:3122
Definition: qaGobiApiVoice.h:856
BYTE SUPSType
Definition: qaGobiApiVoice.h:2685
ccSUPSType * pCCSUPSType
Definition: qaGobiApiVoice.h:1116
BYTE alphaLen
Definition: qaGobiApiVoice.h:290
BYTE switchOption
Definition: qaGobiApiVoice.h:3496
unsigned char BYTE
Definition: SwiDataTypes.h:32
CNAPResp * pCNAPResp
Definition: qaGobiApiVoice.h:3759
prefVoiceSO * pPrefVoiceSO
Definition: qaGobiApiVoice.h:803
Definition: qaGobiApiVoice.h:2981
WORD * pFailCause
Definition: qaGobiApiVoice.h:591
Definition: qaGobiApiVoice.h:3164
BYTE * pCallID
Definition: qaGobiApiVoice.h:1576
BYTE mode
Definition: qaGobiApiVoice.h:1791
BYTE * pRoamTimerStatus
Definition: qaGobiApiVoice.h:860
ULONG SLQSVoiceAnswerCall(voiceAnswerCall *pVoiceAnswerCall)
ccSUPSType * pCCSUPSType
Definition: qaGobiApiVoice.h:1312
Definition: qaGobiApiVoice.h:2258
BYTE ussLen
Definition: qaGobiApiVoice.h:43
BYTE noReplyTimer
Definition: qaGobiApiVoice.h:1405
BYTE * pCallID
Definition: qaGobiApiVoice.h:2847
BYTE subAddrType
Definition: qaGobiApiVoice.h:191
BYTE ProvisionStatus
Definition: qaGobiApiVoice.h:3167
BYTE numInstances
Definition: qaGobiApiVoice.h:2481
WORD * pfailureCause
Definition: qaGobiApiVoice.h:3817
Definition: qaGobiApiVoice.h:3815
Definition: qaGobiApiVoice.h:1518
BYTE callID
Definition: qaGobiApiVoice.h:2146
Definition: qaGobiApiVoice.h:544
Definition: qaGobiApiVoice.h:1399
ULONG SLQSVoiceGetCallForwardingStatus(voiceGetCallFWReq *pVoiceGetCallFWReq, voiceGetCallFWResp *pVoiceGetCallFWResp)
BYTE DTMFPulseWidth
Definition: qaGobiApiVoice.h:2783
BYTE * pCallID
Definition: qaGobiApiVoice.h:1697
arrAlertingPattern * pArrAlertingPattern
Definition: qaGobiApiVoice.h:2631
Definition: qaGobiApiVoice.h:1475
ULONG SLQSVoiceGetCallWaiting(voiceGetCallWaitInfo *pVoiceGetCallWaitInfo)
char * pRespData
Definition: qaGobiApiVoice.h:3865
Definition: qaGobiApiVoice.h:2781
BYTE numPlan
Definition: qaGobiApiVoice.h:1925
WORD * pFailCause
Definition: qaGobiApiVoice.h:1308
ULONG SLQSVoiceGetCallInfo(voiceCallInfoReq *pGetCallInfoReq, voiceCallInfoResp *pGetCallInfoResp)
BYTE * pSvcClass
Definition: qaGobiApiVoice.h:1307
BYTE reason
Definition: qaGobiApiVoice.h:1256
BYTE ActiveStatus
Definition: qaGobiApiVoice.h:960
BYTE * pCallID
Definition: qaGobiApiVoice.h:3605
WORD * pSrvOpt
Definition: qaGobiApiVoice.h:2057
Definition: qaGobiApiVoice.h:2128
BYTE numInstances
Definition: qaGobiApiVoice.h:2361
ccSUPSType * pCCSUPSType
Definition: qaGobiApiVoice.h:3764
BYTE * pPrefVoiceDomain
Definition: qaGobiApiVoice.h:804
Definition: qaGobiApiVoice.h:2339
BYTE * pPrefVoiceSOStatus
Definition: qaGobiApiVoice.h:862
COLRResp * pCOLRResp
Definition: qaGobiApiVoice.h:3680
BYTE isEmpty
Definition: qaGobiApiVoice.h:2114
char * pTypeCode
Definition: qaGobiApiVoice.h:3864
BYTE callID
Definition: qaGobiApiVoice.h:2163
callInfo * pCallInfo
Definition: qaGobiApiVoice.h:2055
BYTE callType
Definition: qaGobiApiVoice.h:1789
alphaIDInfo * pAlphaIDInfo
Definition: qaGobiApiVoice.h:1113
ccSUPSType * pCCSUPSType
Definition: qaGobiApiVoice.h:1013
Definition: qaGobiApiVoice.h:257
Definition: qaGobiApiVoice.h:2299
Definition: qaGobiApiVoice.h:666
ccSUPSType * pCCSUPSType
Definition: qaGobiApiVoice.h:595
BYTE callerIDLen
Definition: qaGobiApiVoice.h:1926
BYTE Reason
Definition: qaGobiApiVoice.h:1372
Definition: qaGobiApiVoice.h:3599
Definition: qaGobiApiVoice.h:157
Definition: qaGobiApiVoice.h:2359
ULONG * pSvcType
Definition: qaGobiApiVoice.h:266
BYTE numberPlan
Definition: qaGobiApiVoice.h:467
arrConnectPartyNum * pArrConnectPartyNum
Definition: qaGobiApiVoice.h:2627
BYTE * pCallID
Definition: qaGobiApiVoice.h:594
BYTE * pAutoAnswer
Definition: qaGobiApiVoice.h:799
BYTE numInstances
Definition: qaGobiApiVoice.h:2301
Definition: qaGobiApiVoice.h:2381
Definition: qaGobiApiVoice.h:412
Definition: qaGobiApiVoice.h:2053
BYTE SvcClass
Definition: qaGobiApiVoice.h:1478
BYTE numInstances
Definition: qaGobiApiVoice.h:1502
ULONG SLQSVoiceGetCLIR(voiceGetCLIRResp *pVoiceGetCLIRResp)
BYTE ActiveStatus
Definition: qaGobiApiVoice.h:3166
Definition: qaGobiApiVoice.h:3307
BYTE subAddrLen
Definition: qaGobiApiVoice.h:193
Definition: qaGobiApiVoice.h:2526
COLPResp * pCOLPResp
Definition: qaGobiApiVoice.h:3601
BYTE numType
Definition: qaGobiApiVoice.h:1924
BYTE SvcStatus
Definition: qaGobiApiVoice.h:1477
BYTE * pCurVoicePrivacyPref
Definition: qaGobiApiVoice.h:3380
ULONG * pAlertingPattern
Definition: qaGobiApiVoice.h:2066
arrCallEndReason * pArrCallEndReason
Definition: qaGobiApiVoice.h:2625
BYTE numSI
Definition: qaGobiApiVoice.h:2262
Definition: qaGobiApiVoice.h:2683
BYTE * pCallID
Definition: qaGobiApiVoice.h:3763
Definition: qaGobiApiVoice.h:1692
ccSUPSType * pCCSUPSType
Definition: qaGobiApiVoice.h:355
BYTE DTMFdigit
Definition: qaGobiApiVoice.h:2848
Definition: qaGobiApiVoice.h:2479
roamTimer * pRoamTimerConfig
Definition: qaGobiApiVoice.h:801
BYTE * pSvcClass
Definition: qaGobiApiVoice.h:1373
BYTE * pTTYMode
Definition: qaGobiApiVoice.h:802
BYTE screeningInd
Definition: qaGobiApiVoice.h:1923
BYTE ProvisionStatus
Definition: qaGobiApiVoice.h:3217
BYTE numInstances
Definition: qaGobiApiVoice.h:2500
BYTE * pFlashPayLd
Definition: qaGobiApiVoice.h:2942
BYTE * pRoamTimer
Definition: qaGobiApiVoice.h:3277
BYTE numInstances
Definition: qaGobiApiVoice.h:2528
BYTE * pOTASPStatus
Definition: qaGobiApiVoice.h:2059
Definition: qaGobiApiVoice.h:2161
Definition: qaGobiApiVoice.h:2442
ULONG SLQSVoiceEndCall(BYTE *pCallId)
Definition: qaGobiApiVoice.h:1500
BYTE * pVoicePrivacy
Definition: qaGobiApiVoice.h:2058
BYTE numLen
Definition: qaGobiApiVoice.h:1403
BYTE digitCnt
Definition: qaGobiApiVoice.h:3095
BYTE numType
Definition: qaGobiApiVoice.h:2263
Definition: qaGobiApiVoice.h:287
Definition: qaGobiApiVoice.h:464
ULONG SLQSVoiceOrigUSSDNoWait(voiceOrigUSSDNoWaitInfo *pVoiceOrigUSSDNoWaitInfo)
WORD * pFailCause
Definition: qaGobiApiVoice.h:3681
BYTE presentationInd
Definition: qaGobiApiVoice.h:1818
BYTE * pCallBarringPasswd
Definition: qaGobiApiVoice.h:549
Definition: qaGobiApiVoice.h:645
ULONG OriginateUSSD(BYTE *pInfo)
BYTE SI
Definition: qaGobiApiVoice.h:1481
alphaIDInfo * pAlphaIDInfo
Definition: qaGobiApiVoice.h:1194
WORD * pFailCause
Definition: qaGobiApiVoice.h:1573
Definition: qaGobiApiVoice.h:2423
BYTE * pTTYMode
Definition: qaGobiApiVoice.h:3278
BYTE * pCCResType
Definition: qaGobiApiVoice.h:3604
BYTE * pCurrTTYMode
Definition: qaGobiApiVoice.h:3377
CLIPResp * pCLIPResp
Definition: qaGobiApiVoice.h:1111
Definition: qaGobiApiVoice.h:418
alphaIDInfo * pAlphaIDInfo
Definition: qaGobiApiVoice.h:1309
Definition: qaGobiApiVoice.h:1941
BYTE * pCCResType
Definition: qaGobiApiVoice.h:3762
alphaIDInfo * pAlphaIDInfo
Definition: qaGobiApiVoice.h:3603
alphaIDInfo AlphaIDInfo
Definition: qaGobiApiVoice.h:2180
Definition: qaGobiApiVoice.h:3119
Definition: qaGobiApiVoice.h:3453
CLIRResp * pCLIRResp
Definition: qaGobiApiVoice.h:1008
arrRemotePartyName * pArrRemotePartyName
Definition: qaGobiApiVoice.h:2619
Definition: qaGobiApiVoice.h:3678
ULONG SLQSVoiceManageCalls(voiceManageCallsReq *pVoiceManageCallsReq, voiceManageCallsResp *pVoiceManageCallsResp)
arrRedirPartyNum * pArrRedirPartyNum
Definition: qaGobiApiVoice.h:2630
WORD * pFailCause
Definition: qaGobiApiVoice.h:3602
Definition: qaGobiApiVoice.h:3372
airTimer * pAirTimerCnt
Definition: qaGobiApiVoice.h:3375
Definition: qaGobiApiVoice.h:1570
BYTE ActiveStatus
Definition: qaGobiApiVoice.h:3191
Definition: qaGobiApiVoice.h:743
BYTE * pOTASPStatus
Definition: qaGobiApiVoice.h:2623
BYTE oddEvenInd
Definition: qaGobiApiVoice.h:192
BYTE * pCallID
Definition: qaGobiApiVoice.h:1115
#define MAX_CALL_NO_LEN
Definition: qaGobiApiVoice.h:20
ccSUPSType * pCCSUPSType
Definition: qaGobiApiVoice.h:1698
ULONG airTimerValue
Definition: qaGobiApiVoice.h:648
BYTE * pCallId
Definition: qaGobiApiVoice.h:3821
ccSUPSType * pCCSUPSType
Definition: qaGobiApiVoice.h:3606
ccSUPSType * pCCSUPSType
Definition: qaGobiApiVoice.h:1577
prefVoiceSO * pCurPrefVoiceSO
Definition: qaGobiApiVoice.h:3378
Definition: qaGobiApiVoice.h:958
BYTE * pCallType
Definition: qaGobiApiVoice.h:260
BYTE * pCCResultType
Definition: qaGobiApiVoice.h:593
BYTE numType
Definition: qaGobiApiVoice.h:1482
Definition: qaGobiApiVoice.h:3214
callFwdTypeAndPlan * pCallFwdTypeAndPlan
Definition: qaGobiApiVoice.h:552
ccSUPSType * pCCSuppsType
Definition: qaGobiApiVoice.h:3822
struct USSInfo * pUSSDInfo
Definition: qaGobiApiVoice.h:3819
WORD * pFailCause
Definition: qaGobiApiVoice.h:1112
UUSInfo * pUUSInFo
Definition: qaGobiApiVoice.h:262
BYTE numInstances
Definition: qaGobiApiVoice.h:1520
diagInfo * pDiagInfo
Definition: qaGobiApiVoice.h:2065
ULONG SLQSVoiceSendFlash(voiceFlashInfo *pFlashInfo)
ULONG SLQSVoiceGetCallBarring(voiceGetCallBarringReq *pVoiceGetCallBarringReq, voiceGetCallBarringResp *pVoiceGetCallBarringResp)
BYTE numInstances
Definition: qaGobiApiVoice.h:2462
BYTE SuppOA
Definition: qaGobiApiVoice.h:161
calledPartySubAdd * pCallPartySubAdd
Definition: qaGobiApiVoice.h:265
remotePartyName * pRemotePartyName
Definition: qaGobiApiVoice.h:2060
ULONG CancelUSSD()
ULONG SLQSVoiceGetCOLP(voiceGetCOLPResp *pVoiceGetCOLPResp)
ULONG SLQSVoiceALSSetLineSwitching(voiceALSSetLineSwitchInfo *pVoiceALSSetLineSwitchInfo)
BYTE callID
Definition: qaGobiApiVoice.h:2179
Definition: qaGobiApiVoice.h:2144
BYTE SvcClass
Definition: qaGobiApiVoice.h:1402
ULONG SLQSVoiceGetAllCallInfo(voiceGetAllCallInfo *pGetAllCallInfo)
Definition: qaGobiApiVoice.h:1190
BYTE evrcCapability
Definition: qaGobiApiVoice.h:746
BYTE svcType
Definition: qaGobiApiVoice.h:3121
WORD CUGIndex
Definition: qaGobiApiVoice.h:159
arrSvcOption * pArrSvcOption
Definition: qaGobiApiVoice.h:2622
BYTE ProvisionStatus
Definition: qaGobiApiVoice.h:961
ULONG SLQSVoiceStopContDTMF(voiceStopContDTMFinfo *pVoiceStopContDTMFinfo)
Definition: qaGobiApiVoice.h:188
BYTE * pNamID
Definition: qaGobiApiVoice.h:3282
BYTE * pCCResType
Definition: qaGobiApiVoice.h:3683
BYTE * pSvcClass
Definition: qaGobiApiVoice.h:1192
Definition: qaGobiApiVoice.h:414
Definition: qaGobiApiVoice.h:2317
remotePartyName RemotePartyName
Definition: qaGobiApiVoice.h:2147
BYTE * pPrefVoiceSO
Definition: qaGobiApiVoice.h:3279
BYTE namePI
Definition: qaGobiApiVoice.h:1853
BYTE * pAutoAnswerStat
Definition: qaGobiApiVoice.h:3374
BYTE * pCallID
Definition: qaGobiApiVoice.h:2941
ccSUPSType * pCCSUPSType
Definition: qaGobiApiVoice.h:3685
BYTE reason
Definition: qaGobiApiVoice.h:323
BYTE callID
Definition: qaGobiApiVoice.h:2196
BYTE * pCCResType
Definition: qaGobiApiVoice.h:1195
BYTE DTMFEvent
Definition: qaGobiApiVoice.h:3094
Definition: qaGobiApiVoice.h:132
BYTE * pAutoAnswer
Definition: qaGobiApiVoice.h:3275
BYTE numPresInd
Definition: qaGobiApiVoice.h:1922
ULONG SLQSVoiceSetSUPSService(voiceSetSUPSServiceReq *pVoiceSetSUPSServiceReq, voiceSetSUPSServiceResp *pVoiceSetSUPSServiceResp)
Definition: qaGobiApiVoice.h:413
BYTE ussData[182]
Definition: qaGobiApiVoice.h:44
BYTE * pRegVoicePrivacyEvents
Definition: qaGobiApiVoice.h:3034
BYTE numLen
Definition: qaGobiApiVoice.h:1819
alphaIDInfo * pAlphaIDInfo
Definition: qaGobiApiVoice.h:1010
BYTE numInstances
Definition: qaGobiApiVoice.h:2406
ULONG SLQSOriginateUSSD(struct USSInfo *pReq, struct USSResp *pResp)
#define MAX_DESCRIPTION_LENGTH
Definition: qaGobiApiVoice.h:21
arrDiagInfo * pArrDiagInfo
Definition: qaGobiApiVoice.h:2628
BYTE * pCLIRType
Definition: qaGobiApiVoice.h:261
BYTE callID
Definition: qaGobiApiVoice.h:2130
BYTE * pServiceClass
Definition: qaGobiApiVoice.h:548
unsigned long ULONG
Definition: SwiDataTypes.h:28
curAMRConfig * pCurAMRConfig
Definition: qaGobiApiVoice.h:3379
BYTE * pTimerVal
Definition: qaGobiApiVoice.h:551
alphaIDInfo * pAlphaIDInfo
Definition: qaGobiApiVoice.h:1574
ULONG SLQSVoiceBindSubscription(voiceBindSubscriptionInfo *pVoiceBindSubscriptionInfo)
BYTE namID
Definition: qaGobiApiVoice.h:668
alphaIDInfo * pAlphaIDInfo
Definition: qaGobiApiVoice.h:1695
BYTE callID
Definition: qaGobiApiVoice.h:3093
WORD * pFailCause
Definition: qaGobiApiVoice.h:1009
BYTE alphaDcs
Definition: qaGobiApiVoice.h:289
WORD roamOrigVoiceSO
Definition: qaGobiApiVoice.h:749
serviceClassInformation
Definition: qaGobiApiVoice.h:408
alphaIDInfo * pAlphaIDInfo
Definition: qaGobiApiVoice.h:353
BYTE numInstances
Definition: qaGobiApiVoice.h:2283
BYTE numInstances
Definition: qaGobiApiVoice.h:2425
BYTE * pAlertType
Definition: qaGobiApiVoice.h:2062
BYTE * pFlashType
Definition: qaGobiApiVoice.h:2943
BYTE * pCCResType
Definition: qaGobiApiVoice.h:1114
BYTE nameLen
Definition: qaGobiApiVoice.h:1855
WORD * pFailCause
Definition: qaGobiApiVoice.h:1694
BYTE * pRegDTMFEvents
Definition: qaGobiApiVoice.h:3033
ULONG AnswerUSSD(BYTE *pInfo)
alphaIDInfo * pAlphaIDInfo
Definition: qaGobiApiVoice.h:3818
Definition: qaGobiApiVoice.h:1061
roamTimer * pRoamTimerCnt
Definition: qaGobiApiVoice.h:3376
Definition: qaGobiApiVoice.h:40
#define MAX_NO_OF_CALLS
Definition: qaGobiApiVoice.h:23
arrAlertingType * pArrAlertingType
Definition: qaGobiApiVoice.h:2620
Definition: qaGobiApiVoice.h:797
Definition: qaGobiApiVoice.h:3530
WORD * pFailCause
Definition: qaGobiApiVoice.h:1193
BYTE UUSDatalen
Definition: qaGobiApiVoice.h:136
arrCalledPartyNum * pArrCalledPartyNum
Definition: qaGobiApiVoice.h:2629
UUSInfo uusInfo
Definition: qaGobiApiVoice.h:2164
Definition: qaGobiApiVoice.h:3273
UUSInfo * pUUSInfo
Definition: qaGobiApiVoice.h:2061
Definition: qaGobiApiVoice.h:2111
#define PASSWORD_LENGTH
Definition: qaGobiApiVoice.h:22
BYTE numPI
Definition: qaGobiApiVoice.h:2261
#define MAXUSSDLENGTH
Definition: qaGobiApiVoice.h:19
BYTE numLen
Definition: qaGobiApiVoice.h:1484
Definition: qaGobiApiVoice.h:3862
remotePartyNum RemotePartyNum
Definition: qaGobiApiVoice.h:2131
arrAlphaID * pArrAlphaID
Definition: qaGobiApiVoice.h:2626
BYTE * pCCResType
Definition: qaGobiApiVoice.h:1011
BYTE subsType
Definition: qaGobiApiVoice.h:3455
BYTE UUSType
Definition: qaGobiApiVoice.h:134
BYTE numPlan
Definition: qaGobiApiVoice.h:2264
BYTE * pVoiceDomainPrefStatus
Definition: qaGobiApiVoice.h:863
ULONG SLQSVoiceSetCallBarringPassword(voiceSetCallBarringPwdInfo *pVoiceSetCallBarringPwdInfo, voiceSetCallBarringPwdResp *pSetCallBarringPwdResp)
Definition: qaGobiApiVoice.h:1785
BYTE numInstances
Definition: qaGobiApiVoice.h:2444
BYTE * pCCResultType
Definition: qaGobiApiVoice.h:354
Definition: qaGobiApiVoice.h:1370
BYTE * pCCResType
Definition: qaGobiApiVoice.h:1310
BYTE * pCallID
Definition: qaGobiApiVoice.h:1311
BYTE * pCallID
Definition: qaGobiApiVoice.h:2686
alphaIDInfo * pAlphaIDInfo
Definition: qaGobiApiVoice.h:2063
alphaIDInfo * pAlphaIDInfo
Definition: qaGobiApiVoice.h:592
BYTE codingScheme
Definition: qaGobiApiVoice.h:1854
BYTE PI
Definition: qaGobiApiVoice.h:1480
BYTE callID
Definition: qaGobiApiVoice.h:2889
ULONG SLQSVoiceSetConfig(voiceSetConfigReq *pVoiceSetConfigReq, voiceSetConfigResp *pVoiceSetConfigResp)
BYTE numInstances
Definition: qaGobiApiVoice.h:2341
Definition: qaGobiApiVoice.h:1647
BYTE wcdmaAmrStat
Definition: qaGobiApiVoice.h:3310
BYTE * pCCResType
Definition: qaGobiApiVoice.h:1575
ULONG roamTimerValue
Definition: qaGobiApiVoice.h:669
BYTE namID
Definition: qaGobiApiVoice.h:647
BYTE ProvisionStatus
Definition: qaGobiApiVoice.h:1064
Definition: qaGobiApiVoice.h:1109
BYTE * pAMRStatus
Definition: qaGobiApiVoice.h:3280
BYTE gsmAmrStat
Definition: qaGobiApiVoice.h:3309
ULONG SLQSVoiceGetCLIP(voiceGetCLIPResp *pVoiceGetCLIPResp)
BYTE * pSvcClass
Definition: qaGobiApiVoice.h:1257
BYTE lineValue
Definition: qaGobiApiVoice.h:3532
Definition: qaGobiApiVoice.h:1254
DTMFLengths * pBurstDTMFLengths
Definition: qaGobiApiVoice.h:2801
ULONG SLQSVoiceDialCall(voiceCallRequestParams *pCallRequestParams, voiceCallResponseParams *pCallResponseParams)
Definition: qaGobiApiVoice.h:1851
BYTE numInstances
Definition: qaGobiApiVoice.h:2383
Definition: qaGobiApiVoice.h:2281
BYTE * pCallID
Definition: qaGobiApiVoice.h:352
WORD homePageVoiceSO
Definition: qaGobiApiVoice.h:747
Definition: qaGobiApiVoice.h:2753
BYTE * pSuppsNotifEvents
Definition: qaGobiApiVoice.h:3035
WORD homeOrigVoiceSO
Definition: qaGobiApiVoice.h:748
BYTE * pVoicePrivacy
Definition: qaGobiApiVoice.h:2624
BYTE * pAirTimerStatus
Definition: qaGobiApiVoice.h:859
Definition: qaGobiApiVoice.h:350
connectNumInfo * pConnectNumInfo
Definition: qaGobiApiVoice.h:2064
Definition: qaGobiApiVoice.h:2701
Definition: qaGobiApiVoice.h:3757
BYTE * pCallId
Definition: qaGobiApiVoice.h:905
Definition: qaGobiApiVoice.h:2887
ULONG SLQSVoiceALSSelectLine(voiceALSSelectLineInfo *pVoiceALSSelectLineInfo)
BYTE callID
Definition: qaGobiApiVoice.h:2260
BYTE * pVoiceDomainPref
Definition: qaGobiApiVoice.h:3283
Definition: qaGobiApiVoice.h:2194
BYTE callID
Definition: qaGobiApiVoice.h:1957
BYTE * pAutoAnsStatus
Definition: qaGobiApiVoice.h:858
arrRemotePartyNum * pArrRemotePartyNum
Definition: qaGobiApiVoice.h:2618
BYTE digitCnt
Definition: qaGobiApiVoice.h:2756
BYTE noReplyTimer
Definition: qaGobiApiVoice.h:1479
WORD * pFailCause
Definition: qaGobiApiVoice.h:3760
Definition: qaGobiApiVoice.h:589
callInfo Callinfo
Definition: qaGobiApiVoice.h:2113
alphaIDInfo * pAlphaIDInfo
Definition: qaGobiApiVoice.h:3761
BYTE * pPrefVoicePrivacy
Definition: qaGobiApiVoice.h:3281
BYTE ALS
Definition: qaGobiApiVoice.h:2115
BYTE * pCallID
Definition: qaGobiApiVoice.h:3684
WORD * pFailCause
Definition: qaGobiApiVoice.h:2703
arrCallInfo * pArrCallInfo
Definition: qaGobiApiVoice.h:2617
BYTE numLen
Definition: qaGobiApiVoice.h:2265
Definition: qaGobiApiVoice.h:2798
ULONG SLQSVoiceBurstDTMF(voiceBurstDTMFInfo *pBurstDTMFInfo)
ULONG SLQSVoiceGetCNAP(voiceGetCNAPResp *pVoiceGetCNAPResp)
Definition: qaGobiApiVoice.h:320
burstDTMFInfo BurstDTMFInfo
Definition: qaGobiApiVoice.h:2800
unsigned short WORD
Definition: SwiDataTypes.h:34
arrUUSInfo * pArrUUSInfo
Definition: qaGobiApiVoice.h:2621
BYTE * pTTYConfigStatus
Definition: qaGobiApiVoice.h:861
Definition: qaGobiApiVoice.h:2939
BYTE Reason
Definition: qaGobiApiVoice.h:1649
Definition: qaGobiApiVoice.h:1305
ULONG SLQSVoiceGetCOLR(voiceGetCOLRResp *pVoiceGetCOLRResp)
BYTE direction
Definition: qaGobiApiVoice.h:1790
BYTE UUSDcs
Definition: qaGobiApiVoice.h:135
BYTE * pCCResType
Definition: qaGobiApiVoice.h:1696
CUGInfo * pCUGInfo
Definition: qaGobiApiVoice.h:263
BYTE extBit
Definition: qaGobiApiVoice.h:190
Definition: qaGobiApiVoice.h:2498
Definition: qaGobiApiVoice.h:2845
BYTE numInstances
Definition: qaGobiApiVoice.h:2319
BYTE diagInfoLen
Definition: qaGobiApiVoice.h:1943
ULONG SLQSVoiceSetPreferredPrivacy(voiceSetPrefPrivacy *pSetPrefPrivacy)
BYTE privacyPref
Definition: qaGobiApiVoice.h:2983
BYTE ActiveStatus
Definition: qaGobiApiVoice.h:1063
Definition: qaGobiApiVoice.h:3189
BYTE svcType
Definition: qaGobiApiVoice.h:322
Definition: qaGobiApiVoice.h:3494
ccSUPSType * pCCSUPSType
Definition: qaGobiApiVoice.h:1197
ULONG SLQSVoiceIndicationRegister(voiceIndicationRegisterInfo *pVoiceIndicationRegisterInfo)

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