-
Notifications
You must be signed in to change notification settings - Fork 237
Closed
Description
Now TCAP layer InvokeTimeout is overritten at MAP and CAP stacks:
org.mobicents.protocols.ss7.map.api.MAPDialog:
int _Timer_s = 10000;
int _Timer_m = 30000;
int _Timer_ml = 600000;
int _Timer_l = 136800000;
org.mobicents.protocols.ss7.cap.api.CAPDialog
int _Timer_CircuitSwitchedCallControl_Short = 6000; // 1 - 10 sec
int _Timer_CircuitSwitchedCallControl_Medium = 30000; // 1 - 60 sec
int _Timer_CircuitSwitchedCallControl_Long = 300000; // 1 s - 30 minutes
int _Timer_Sms_Short = 10000; // 1 - 20 sec
int _Timer_Gprs_Short = 10000; // 1 - 20 sec
let's make them configurable at Stack level by getters and setters (we do not have CLI / GUI parameters for MAP / CAP stacks so far).