Hi,
This is the code that answer the call and the one that make a call
i'm not sending a makecall direcetly after selecting a number.
if m_CallState='CallingIn'
then begin
try
OpenSIPStackCtl1.AnswerCall;
exit;
except
end;
end;
if length(cboSIPURI.Text)=0 then exit;
try
m_CallState := 'CallingOut';
status.Caption:='Dialing '+cboSIPURI.Text+' ...';
with form_settings
do begin
OpenSIPStackCtl1.AccountName := txtUserId.Text;
OpenSIPStackCtl1.AuthenticationUser := txtAccountId.Text;
OpenSIPStackCtl1.AuthenticationPassword := txtPassword.Text;
OpenSIPStackCtl1.SIPServerAddress := txtRegistrar.Text;
OpenSIPStackCtl1.AccountAddress:=txtUserId.Text+'@'+txtRegistrar.Text;
OpenSIPStackCtl1.proxyAuthenticationUser:=txtAccountId.Text;
OpenSIPStackCtl1.proxyAuthenticationPassword:=txtPassword.Text;
OpenSIPStackCtl1.InitializeSIP;
OpenSIPStackCtl1.DisableSilenceDetection;
OpenSIPStackCtl1.MakeCall( 'sip:'+cboSIPURI.Text+'@'+txtRegistrar.Text );
end;
except
status.Caption:='Can not make call';
Date: Thu, 23 Aug 2007 20:25:27 +0800
From: ipinzon at solegysystems dot com
To: opensipstack-devel at lists dot sourceforge dot net
Subject: Re: [OpenSIPStack] ATLSIP crashes
Can you send me the code snippet that handles answering a call (the one
that handles the button click)? I hope Delphi isn't too alien for me.
Never really worked with it before. ;)
I'm also guessing that selecting a dialed number will automatically call
that number. Is this correct?
Yacine Auczone wrote:
Hi,
I'm not using OSSPhone .net
i'm using a simple softphone developed using delphi calling the ATLSIP dll
For the dialed numbers drop down it does not occure everytime.
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
opensipstack-devel mailing list
opensipstack-devel at lists dot sourceforge dot net
https://lists.sourceforge.net/lists/listinfo/opensipstack-devel
_________________________________________________________________
Téléchargez gratuitement l'économiseur d'écran Les Simson Le film !
http://specials.divertissements.fr.msn.com/lessimpsonlefilm/economiseur.aspx
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
opensipstack-devel mailing list
opensipstack-devel at lists dot sourceforge dot net
https://lists.sourceforge.net/lists/listinfo/opensipstack-devel