Re: [OpenSIPStack] Problem with OnOutgoingCallConnected
Brought to you by:
joegenbaclor
From: Ilian J. C. P. <ip...@so...> - 2007-07-04 07:08:47
|
Hi, Ringing is performed by the following functions: Ringing for incoming calls is invoked by: SoftPhoneSIPEndPoint::OnSetupIncomingCall(...) Ringing for outgoing calls is invoked by: SoftPhoneSIPEndPoint::OnAlerting(...) The actual ringing is done by SoftPhoneInterface::PlayRingBackTone( PThread &, INT param ). The ringing is stopped when SoftPhoneInterface::StopRingBackTone() is called. Depending on your approach, you can edit any of these functions to play your custom ringing. - Ilian tomach wrote: > Ehh I celebrate to fast :) > > When I change ringing sound then also sound (tone) that I hear in ATLSoftphone changes. I am interested to hear different sound when somebody call to me and hear different when i call to remote subscriber. Is it possible at all? > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > |