From IQsimWiki
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
XIQS Get Price Plan Settings Info - Price Plan Management
Description
|
getXIQSPPSettingsInfo ( Long id_priceplan )
Get from Price Plan object Settings parameters
|
Parameters
|
Long id_priceplan
Price Plan Id
|
Return Values
|
NOTE:
List of Settings parameters for specified Price Plan object
List List of Price Plan objects
Long daymaxcalltime - Maximal daily Time on call (seconds)
Integer daymaxcallmode - Maximal daily Time on call type:
0 - Billing time
1 - Real time
Long daymaxcallnb - Maximal daily number of Call Attempts
Long daymincalltime - Minimal daily Call Duration to Consider (seconds)
Integer daymincallmode - Include non connected calls into Minimal daily Call Duration flag
Long daycallperiod - Call counter as per Block Time Period (seconds)
Integer dayforcedisco - Force SIM deactivation call on limit reached flag
Long daymaxsms - Maximal daily number of sent SMS
Integer daymaxsmserr - RESERVED FOR FUTURE USAGE
Integer calldisablesim - Activate Call & False Answer Supervision flag
Long callgeneric - Counter for Successive Non Connected Calls (0=OFF, take over any other cause)
Long callnodial - Counter for NO DIALTONE Cause handled from Network
Long callnocarrier - Counter for NO CARRIER Cause handled from Network
Long callcallerdisco - Counter for CALLER HANGUP Cause handled from Network
Long callbusy - Counter for CALL BUSY Cause handled from Network
Long callmsgonprogress - Counter for Provider Message Detection from SETUP
Long callmsgonring - Counter for Provider Message Detection from ALERTING
Long callmsgonconnect - Counter for Provider Message Detection from CONNECTION
Long callnoanswer - Counter for NO ANSWER Cause handled from Network
Long callunknownerr - Counter for Successive Unspecified Disconnection Cause (0=OFF)
Integer smsdisablesim - Activate Successive SMS Disconnect Cause Counters flag (requires IRON Call Manager)
Long smsmaxerrnb - Counter for Successive SMS Unspecified Disconnection Cause
Long dayminlastcall -
Long lowdurmaxnb -
Long lowdurthreshold -
Long daymaxactivnb -
Long daymaxrefillnb -
Integer slidisunique - Does automatically generated SLID should be unique for the partition
String slidformat - Format is composed from at least 1 to maximum 3 range numbers surrounded by '[' & ']', and numbers separated by '-'.
i.e. following are valid SLID format:
[123456][12][0-123456]
[0-1234][0-99][0-123456]
[123456][12]
[123456]
Long callprogressmode -
Long inbanddelay -
Long novoicetimeout -
Long noconnecttimeout -
Long activtimeout -
Integer activsync -
Integer activrefill1st -
Integer activusenow -
Long refilltimeout -
Integer refillsync -
Integer othervoucherused -
Integer othervoucherinvalid -
Error Data structure ( Error Management )
Possible failure code returns *ERR_OBJ_NOT_FOUND (404) ERR_MSG_PPLAN_NOT_FOUND *ERR_UNAUTHORIZED (401) ERR_MSG_OBJ_NOT_OWNED *ERR_SRV_INTERNAL (500) ERR_MSG_NO_DB
|