Re: [OpenSIPStack] atlSIP control Problem
Brought to you by:
joegenbaclor
From: Manoj K. J. <ma...@as...> - 2008-04-29 12:02:24
|
Actually i spent too much time with SIPXtapi (Integrated external voie handling) etc. -----Original Message----- From: ope...@li... [mailto:ope...@li...]On Behalf Of Manoj Kumar Joshi Sent: Tuesday, April 29, 2008 4:17 PM To: 'Ilian Jeri C. Pinzon' Cc: ope...@li... Subject: Re: [OpenSIPStack] atlSIP control Problem Ok.. Jeri....If i implement XOR in some other SIP Phone (SDK) ....and use with OpenSBC...will it work in the countries where SIP is blocked? (Like UAE) Manoj -----Original Message----- From: Ilian Jeri C. Pinzon [mailto:ip...@so...] Sent: Tuesday, April 29, 2008 5:11 PM To: ma...@as... Cc: ope...@li...; ope...@op... Subject: Re: [OpenSIPStack] atlSIP control Problem Hi. Can you post the call stack when it crashes? I am not well-versed in VB but my best guess is that you should marshal your DoLogin() to another thread. DoLogin() signals another event which will call one of your event handlers that probably has a MsgBox(..). Calling MsgBox while the UI thread is currently blocked (because of CommandClick) is probably fatal. - Ilian Manoj Kumar Joshi wrote: > Ok.. > > 1- I included Atlsip control from Project-->Components > 2- Placed it on form and given name as a. > 3- Set following properties at design time... > - Account Name = 2464454521517 > - Authentication user = 2464454521517 > - Authentication Password = 1234 > - Proxy Authentication Password = 1234 > - Proxy Authentication User = 2464454521517 > - SIP Server address =208.115.97.10 > - XORHASH = 1 > (Apart from the Sound cards are set properly too) > 4- Following is the code ... > Form Load > ********* > a.InitializeSIP > a.RequireRegistration = 1 > a.RegistrarTTL = 20 > > Command1Click > ************** > a.DoLogin > > Private Sub OpenSIPStackCtl1_OnLoginError(ByVal errorCode As Long, ByVal > errorDesc As String) > MsgBox ("Error: " + errorDesc) > End Sub > > Private Sub OpenSIPStackCtl1_OnLoginSuccessful() > MsgBox ("Success") > End Sub > > Private Sub Form_QueryUnload(Cancel As Integer, UnloadMode As Integer) > a.DoLogout > 'Set a = Nothing > End Sub > > At server I am running openSBC with XOR. One thing i do not understand is > that at client i see no setting to specify XOR key > > Regards, > > Manoj > > -----Original Message----- > From: Ilian Jeri C. Pinzon [mailto:ip...@so...] > Sent: Tuesday, April 29, 2008 3:14 PM > To: ma...@as...; ope...@li... > Cc: ope...@op... > Subject: Re: [OpenSIPStack] atlSIP control Problem > > > Hi. > > Please send more information about your problem with the appropriate > details. Like, how are you handling the Register error? Does the crash > happen from within ATLSIP? Etc. We can't help you if we have no clue to > what's going on in your setup. > > Thanks! > > - Ilian > > Manoj Kumar Joshi wrote: > >> Hello Guys, >> >> When i use AtlSIP with visual basic, it takes a lot of time to load and >> > send > >> register request. Also it crashes when there is Register error. >> >> Any suggestions? >> >> Regards, >> >> Manoj >> >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by the 2008 JavaOne(SM) Conference >> Don't miss this year's exciting event. There's still time to save $100. >> Use priority code J8TL2D2. >> >> > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javao > ne > >> _______________________________________________ >> opensipstack-devel mailing list >> ope...@li... >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >> >> >> >> > > > > -- > Internal Virus Database is out-of-date. > Checked by AVG. > Version: 7.5.519 / Virus Database: 269.23.0 - Release Date: 4/15/2008 12:00 > AM > > > > > -- Internal Virus Database is out-of-date. Checked by AVG. Version: 7.5.519 / Virus Database: 269.23.0 - Release Date: 4/15/2008 12:00 AM ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javao ne _______________________________________________ opensipstack-devel mailing list ope...@li... https://lists.sourceforge.net/lists/listinfo/opensipstack-devel -- Internal Virus Database is out-of-date. Checked by AVG. Version: 7.5.519 / Virus Database: 269.23.0 - Release Date: 4/15/2008 12:00 AM |