Hi,
 
In my softphone if a call is active and another call comes then instead of sending a busy message to the caller the phone starts ringing. Is this behaviour ok or I'm missing something?
 
For now I'm doing this:
 
case CALLSTATE_OFFERING:

     if (...) //check if a call is active
         sipxCallReject (pCallInfo->hCall);
     ...
     break;
}
 
Regards,
Hitesh
 
 
_______________________________________________
sipxtapi-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/

Reply via email to