Hi,
I'm currently working with the RHEL version of HMP 4.1 and have created an application which makes outbound calls against a SIp gateway and when it is up the gc_MakeCall function makes and proceed with the call as expected.
However, I noticed that when the gateway is not available and the specific call disconnects with a SIP code such as IPEC_SIPReasonStatus503ServiceUnavailable then when I try to make another outbound call I get the following err-
GC ERROR: Function is not supported in this state
CC Name: GC_H3R_LIB
CC ERROR: IPERR_INVALID_STATE
I've tried to explicitly release the call using gc_ReleaseCallEx but this gives an error. Can anyone advise on how I should handle such as scenario?
Many thanks,
Mike