Re: [OpenSIPStack] ATLSIP crashes
Brought to you by:
joegenbaclor
From: Yacine A. <yac...@ms...> - 2007-08-25 10:28:09
|
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=3D'CallingIn' then begin try OpenSIPStackCtl1.AnswerCall; exit; except end; end; if length(cboSIPURI.Text)=3D0 then exit; try m_CallState :=3D 'CallingOut'; status.Caption:=3D'Dialing '+cboSIPURI.Text+' ...'; with form_settings do begin OpenSIPStackCtl1.AccountName :=3D txtUserId.Text; OpenSIPStackCtl1.AuthenticationUser :=3D txtAccountId.Text; OpenSIPStackCtl1.AuthenticationPassword :=3D txtPassword.Text; OpenSIPStackCtl1.SIPServerAddress :=3D txtRegistrar.Text; OpenSIPStackCtl1.AccountAddress:=3DtxtUserId.Text+'@'+txtRegistrar.Text; OpenSIPStackCtl1.proxyAuthenticationUser:=3DtxtAccountId.Text; OpenSIPStackCtl1.proxyAuthenticationPassword:=3DtxtPassword.Text; OpenSIPStackCtl1.InitializeSIP; OpenSIPStackCtl1.DisableSilenceDetection; OpenSIPStackCtl1.MakeCall( 'sip:'+cboSIPURI.Text+'@'+txtRegistrar.Text ); end; except status.Caption:=3D'Can not make call'; > Date: Thu, 23 Aug 2007 20:25:27 +0800 > From: ip...@so... > To: ope...@li... > Subject: Re: [OpenSIPStack] ATLSIP crashes >=20 > Can you send me the code snippet that handles answering a call (the one=20 > that handles the button click)? I hope Delphi isn't too alien for me.=20 > Never really worked with it before. ;) >=20 > I'm also guessing that selecting a dialed number will automatically call= =20 > that number. Is this correct? >=20 > - Ilian >=20 > 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. > > > > > > > > > > =20 > > <snip> > > > > > > =20 >=20 >=20 > ------------------------------------------------------------------------- > 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 > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel _________________________________________________________________ T=E9l=E9chargez gratuitement l'=E9conomiseur d'=E9cran Les Simson Le film ! http://specials.divertissements.fr.msn.com/lessimpsonlefilm/economiseur.asp= x= |