Currently I have an HMP SIP application based on C++ which makes an outbound call. But Is there any way to dial an extension number or some authentication for example user id once I got GCEV_CONNECTED event?
In normal phone If I want to connect to phone number(1111111111) and dial some digits(2222) after connection, we could do by "1111111111,,2222".
Is it possible to do same with gc_MakeCall itself?
Thanks in advance.