opensipstack-devel Mailing List for OpenSIPStack (Page 83)
Brought to you by:
joegenbaclor
You can subscribe to this list here.
2006 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
(5) |
Jun
(12) |
Jul
(4) |
Aug
(3) |
Sep
(24) |
Oct
(45) |
Nov
(41) |
Dec
(67) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(51) |
Feb
(93) |
Mar
(54) |
Apr
(76) |
May
(114) |
Jun
(133) |
Jul
(124) |
Aug
(180) |
Sep
(53) |
Oct
(41) |
Nov
(109) |
Dec
(92) |
2008 |
Jan
(52) |
Feb
(40) |
Mar
(29) |
Apr
(40) |
May
(83) |
Jun
(68) |
Jul
(30) |
Aug
(72) |
Sep
(50) |
Oct
(48) |
Nov
(25) |
Dec
(80) |
2009 |
Jan
(9) |
Feb
(2) |
Mar
(32) |
Apr
(67) |
May
|
Jun
(7) |
Jul
(7) |
Aug
(4) |
Sep
(3) |
Oct
|
Nov
(6) |
Dec
(2) |
2010 |
Jan
|
Feb
(4) |
Mar
|
Apr
|
May
(10) |
Jun
(2) |
Jul
|
Aug
(2) |
Sep
(1) |
Oct
|
Nov
(5) |
Dec
|
2011 |
Jan
|
Feb
|
Mar
(1) |
Apr
(2) |
May
(2) |
Jun
|
Jul
|
Aug
(5) |
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Joegen E. B. <jo...@pl...> - 2006-09-19 13:31:04
|
Vamsi, I am running out of ideas here. I have counter checked your values with mine and my watch window shows me exactly the same values with the screen shot you sent. I will try posting this problem to the openh323 list and lets see what they say. BTW, I've tried compiling without P_HAS_QOS and it compiled fine by linking to wsock32.lib but I encountered runtime errors with this flag unset so its not a good idea altogether. Joegen |
From: Joegen E. B. <jo...@pl...> - 2006-09-19 02:21:44
|
Hi Vamsi, In file opensipstack\include\ptbuildopts.h look for the macro definition #define P_HAS_QOS 1 Replace it with #undef P_HAS_QOS and do a fresh compile. Seems like QOS implementation is broken somewhere. This should fix the problem. However it would be a good idea to investigate the QOS implementation problem occurring in your box. If you don't mind and have some more time, I would really appreciate it if you could re-run the trace and see which among the two calls to WSASocket returns the invalid handle IS IT if (haveQoSproto) { retval = ConvertOSError(os_handle = WSASocket(af, type, proto, qosProtocol, 0, WSA_FLAG_OVERLAPPED)); } OR else { retval = ConvertOSError(os_handle = WSASocket (af, type, proto, NULL, 0, WSA_FLAG_OVERLAPPED)); } We would also need the values for the following variables ( af, type, proto, and qosProtocol ). Thanks again for the the time and effort! Joegen Vamsi Pottangi wrote: > > Hi Joegen, > > It is able to get the interface table properly but the problem is at > different location, during creating a listen socket for IP-Address > 10.10.10.2 <http://10.10.10.2> and 127.0.0.1 <http://127.0.0.1> ..... > check the code trace below with return values. > > Ln168 form1.h > ATLSIP->InitializeSIP(); > > Ln 273 Messenger.cpp > BOOL ok = m_SIPEndPoint->Initialize(); > "returned ok value is 0" > > Ln457 SIPStack.h > return m_TransportManager->AddTransport( protocol, iface, port ); }; > > Ln133 SIPTransportManager.cxx > BOOL ret = AddTransport( protocol, iface, port ); > > Ln172 SIPTransportManager.cxx > BOOL ok = transport->Listen( iface, port ); > > > Ln121 SIPUDPSocketList.cxx > if( Listen( ifaceAddr, port ) ) > hasListener = TRUE; > } > > > Ln 158 SIPUDPSocketList.cxx > ok = sock->Listen( addr ); > > "ok = 0" > > Ln 2086 sockets.cxx > #if P_HAS_IPV6 > if (!OpenSocket(bind_sa->sa_family)) > return FALSE; > > "returns false" > > Ln3153 sockets.cxx > return OpenSocketGQOS(ipAdressFamily, SOCK_DGRAM, 0); > > Ln3106 sockets.cxx > if (os_handle == INVALID_SOCKET) > return retval; > > "os_handle = -1" > > > Thanks, > ~Vamsi > > Ethernet adapter Local Area Connection 2: > > Media State . . . . . . . . . . . : Media disconnected > Description . . . . . . . . . . . : Intel(R) PRO/100 VE > Network Connecti > on > Physical Address. . . . . . . . . : 00-0E-7B-6C-BB-92 > > Ethernet adapter Wireless Network Connection 2: > > Connection-specific DNS Suffix . : > Description . . . . . . . . . . . : Intel(R) PRO/Wireless > 2200BG Network > Connection > Physical Address. . . . . . . . . : 00-13-CE-66-B1-D9 > Dhcp Enabled. . . . . . . . . . . : Yes > Autoconfiguration Enabled . . . . : Yes > IP Address. . . . . . . . . . . . : 10.10.10.2 <http://10.10.10.2> > Subnet Mask . . . . . . . . . . . : 255.255.255.0 > <http://255.255.255.0> > Default Gateway . . . . . . . . . : 10.10.10.1 <http://10.10.10.1> > DHCP Server . . . . . . . . . . . : 10.10.10.1 <http://10.10.10.1> > DNS Servers . . . . . . . . . . . : 10.10.10.1 <http://10.10.10.1> > Lease Obtained. . . . . . . . . . : Monday, September 18, 2006 > 8:02:53 P > M > Lease Expires . . . . . . . . . . : Monday, September 25, 2006 > 8:02:53 P > M > > Ethernet adapter {465966F4-28C0-489D-BD2B-A26176F62D53}: > > Media State . . . . . . . . . . . : Media disconnected > Description . . . . . . . . . . . : Check Point Virtual > Network Adapter > For SecureClient - SecuRemote Miniport > Physical Address. . . . . . . . . : 54-55-43-44-52-08 > > C:\Documents and Settings\Administrator> > > > > > On 9/18/06, *Joegen E. Baclor* <jo...@pl... > <mailto:jo...@pl...>> wrote: > > Hi Vamsi, > > I think what we are seeing here is just a by-product of the SIP Stack > not being able to start the listeners properly. My hunch is, the > library wasn't able to retrieve your interface table properly. To > confirm this, please put break a point at the beginning of the > Listen() > function in SIPUDPSocketList and trace through if it fails somewhere. > > BOOL SIPUDPSocketList::Listen( > WORD port > ) > { > /// listen on all interfaces > PIPSocket::InterfaceTable ifTable; > if( !PIPSocket::GetInterfaceTable( ifTable ) ) > { > PTRACE( 1, "Unable to retrieve interface table" ); > return FALSE; > } > > > Let me know if this function fails somewhere. > > Vamsi Pottangi wrote: > > > > > > Cool.... that port problem is fixed, but now I see another problem > > while building the SDP. SetRemoteAdress is throwing exception in > the > > fucntion GetDummyTransport > > > > An unhandled exception of type 'System.NullReferenceException ' > > occurred in axinterop.atlsiplib.dll > > Additional information: Object reference not set to an instance > of an > > object. > > > > Ln372 CallSession.cxx > > OnRequireSDPOffer( invite ); > > > > Ln957 OpalOSSEndPoint.cxx > > return ossCon->OnRequireSDPOffer( offer ); > > > > Ln706 OpalOSSConnection.cxx > > rtpSession = CreateSession(GetTransport(), rtpSessionId, NULL); > > > > lN1020 OpalOSSConnection.cxx > > return (const_cast< OpalOSSConnection * >( this > ))->GetDummyTransport(); > > > > Ln1044 OpalOSSConnection > > m_OpalTransport->SetRemoteAddress( remoteAddress ); > > > > > > In case you need the ipconfig /all output > > Microsoft Windows XP [Version 5.1.2600] > > (C) Copyright 1985-2001 Microsoft Corp. > > > > C:\Documents and Settings\Administrator>ipconfig /all > > > > Windows IP Configuration > > > > Host Name . . . . . . . . . . . . : BLRKECL16859 > > Primary Dns Suffix . . . . . . . : ad.com <http://ad.com> > <http://ad.com> > > Node Type . . . . . . . . . . . . : Hybrid > > IP Routing Enabled. . . . . . . . : No > > WINS Proxy Enabled. . . . . . . . : No > > DNS Suffix Search List. . . . . . : ad.com <http://ad.com> > <http://ad.com> > > ad.infosys.com <http://ad.infosys.com> < http://ad.infosys.com> > > infosys.com <http://infosys.com> <http://infosys.com> > > > > Ethernet adapter Local Area Connection 2: > > > > Connection-specific DNS Suffix . : ad.com <http://ad.com> > <http://ad.com> > > Description . . . . . . . . . . . : Intel(R) PRO/100 VE Network > Connecti > > on > > Physical Address. . . . . . . . . : 00-0E-7B-6C-BB-92 > > Dhcp Enabled. . . . . . . . . . . : Yes > > Autoconfiguration Enabled . . . . : Yes > > IP Address. . . . . . . . . . . . : 192.168.101.23 > <http://192.168.101.23> < http://192.168.101.23> > > Subnet Mask . . . . . . . . . . . : 255.255.255.0 > <http://255.255.255.0> <http://255.255.255.0> > > Default Gateway . . . . . . . . . : 192.168.101.1 > <http://192.168.101.1> <http://192.168.101.1> > > DHCP Server . . . . . . . . . . . : 192.168.101.4 > <http://192.168.101.4> < http://192.168.101.4> > > DNS Servers . . . . . . . . . . . : 192.168.200.53 > <http://192.168.200.53> <http://192.168.200.53> > > 192.168.200.57 <http://192.168.200.57> <http://192.168.200.57> > > Primary WINS Server . . . . . . . : 192.168.16.15 > <http://192.168.16.15> <http://192.168.16.15 <http://192.168.16.15>> > > Lease Obtained. . . . . . . . . . : Monday, September 18, 2006 > 8:08:04 A > > M > > Lease Expires . . . . . . . . . . : Monday, September 18, 2006 > 11:08:04 > > AM > > > > Ethernet adapter Wireless Network Connection 2: > > > > Media State . . . . . . . . . . . : Media disconnected > > Description . . . . . . . . . . . : Intel(R) PRO/Wireless 2200BG > Network > > Connection > > Physical Address. . . . . . . . . : 00-13-CE-66-B1-D9 > > > > Ethernet adapter {465966F4-28C0-489D-BD2B-A26176F62D53}: > > > > Media State . . . . . . . . . . . : Media disconnected > > Description . . . . . . . . . . . : Check Point Virtual Network > Adapter > > For SecureClient - SecuRemote Miniport > > Physical Address. . . . . . . . . : 54-55-43-44-52-08 > > > > C:\Documents and Settings\Administrator> > > > > > > Thanks, > > ~Vamsi > > > > On 9/18/06, *Joegen E. Baclor* <jo...@pl... > <mailto:jo...@pl...> > > <mailto:jo...@pl... <mailto:jo...@pl...>>> > wrote: > > > > Hi Vamsi, > > > > Try changing the follwing code block to the one i've pasted > below and > > let me know if the problem still occurs. > > > > //--------------------START-------------------------- > > > > BOOL SIPUDPSocketList::GetListenerAddress( > > const PIPSocket::Address & sendAddress, > > PIPSocket::Address & ifaceAddress, > > WORD & listenerPort > > ) > > { > > if( m_SocketList.GetSize() == 0 ) > > return FALSE; > > > > if( !sendAddress.IsLoopback() ) > > { > > > > ifaceAddress = > > SIPTransportManager::GetDefaultInterfaceAddress( > sendAddress ); > > > > if( !ifaceAddress.IsValid() || ifaceAddress.IsLoopback() ) > > return FALSE; > > > > }else > > { > > ifaceAddress = PIPSocket::Address( " 127.0.0.1 > <http://127.0.0.1> > > <http://127.0.0.1>" ); > > } > > > > PCaselessString key = ifaceAddress.AsString(); > > PUDPSocket * sock = m_SocketList.GetAt( key ); > > > > if( sock == NULL ) > > { > > ifaceAddress = > > SIPTransportManager::GetDefaultInterfaceAddress(); > > > > if( sock == NULL ) > > return FALSE; > > > > if( !ifaceAddress.IsValid() ) > > return FALSE; > > } > > > > listenerPort = sock->GetPort(); > > > > return TRUE; > > } > > > > //---------------------END-------------------------- > > > > > > Joegen E. Baclor wrote: > > > Hi Vamsi, > > > > > > Thanks! I think we are near nailing this problem down. It > > seems like > > > we are not getting the proper listener socket for the > > destination URI. > > > I just need one last piece of information from your > > environment. Can > > > you do an "ipconfig /all" in the windows command prompt > and send > > me back > > > the results? > > > > > > Joegen > > > > > > > > > Vamsi Pottangi wrote: > > > > > >> Hi Joegen, > > >> > > >> I'm using WinXP with Microsoft Development Environment 20003 > > and .NET > > >> Framework 1.1 > > >> > > >> Here is the trace with line numbers, hope this information > > helpful to > > >> fix the problem. > > >> > > >> Ln439 manager.cxx > > >> if (MakeConnection(*call, partyA, userData)) { > > >> > > >> Ln255 pcss.cxx > > >> connection->InitiateCall(); > > >> > > >> Ln598 manager.cxx > > >> return MakeConnection(call, destinationAddress); > > >> > > >> ln507 pcss.cxx > > >> if (!ownerCall.OnSetUp(*this)) > > >> > > >> ln301 call.cxx > > >> if (conn->SetUpConnection()) { > > >> > > >> ln200 OpalOSSConnection.cxx > > >> m_OSSConnection = userAgent->GetCore()->MakeCall( > remoteParty, > > >> GetToken() ); > > >> > > >> ln1122 OpalOSSEndPoint.cxx > > >> if( !callSession->MakeCall( remoteURI ) ) > > >> > > >> Ln294 CallSession.cxx > > >> GetSessionManager().ConstructVia( targetAddress, via, > > SIPTransport::UDP ); > > >> > > >> Ln561 SIPSessionManager.cxx > > >> if( !transportManager->GetListenerAddress( > > >> SIPTransport::UDP, target, addr, port )) > > >> > > >> Ln343 SIPUDPSocketList.cxx > > >> listenerPort = sock->GetPort(); > > >> > > >> Ln1619 sockets.cxx > > >> return port; > > >> > > >> > > >> > > >> Thanks, > > >> ~Vamsi > > >> > > >> On 9/17/06, *Joegen E. Baclor* < jo...@pl... > <mailto:jo...@pl...> > > <mailto:jo...@pl... <mailto:jo...@pl...>> > > >> <mailto: jo...@pl... > <mailto:jo...@pl...> <mailto:jo...@pl... > <mailto:jo...@pl...>>>> > > wrote: > > >> > > >> Hi Vamsi, > > >> > > >> Thanks for the information but I need more help from > you so > > we can get > > >> into the bottom of your problem. > > >> > > >> Here is the code inside the ActiveX MakeCall function: > > >> > > >> STDMETHODIMP COpenSIPStackCtl::MakeCall(BSTR address) > > >> { > > >> // TODO: Add your implementation code here > > >> BSTRString addr( address ); > > >> Messenger->InitializeSIP(); > > >> Messenger->MakeCall( addr ); > > >> return S_OK; > > >> } > > >> > > >> Where exactly is the error occuring? Is it inside > > >> Messenger->InitializeSIP() or > Messenger->MakeCall()? Can you > > >> provide a > > >> complete call stack and line number where call to GetPort > > fails? Also > > >> please tell me what operating system you are using, > XP or > > Win2k? > > >> > > >> BTW, everything works here. Just compiled the CVS > version > > and tried a > > >> call to 61...@fw... > <mailto:61...@fw...> <mailto:61...@fw... > <mailto:61...@fw...>> > > <mailto:61...@fw... <mailto:61...@fw...> > <mailto:61...@fw... <mailto:61...@fw...>>> and I > > >> wasn't able to reproduce the error you > > >> are getting. > > >> > > >> > > >> Vamsi Pottangi wrote: > > >> > > > >> > I saw this error > > >> > /"An unhandled exception of type > > 'System.NullReferenceException' > > >> > occurred in axinterop.atlsiplib.dll "/ > > >> > > > >> > while retuning port in the below function ( sockets.cxx > > of PWLIB > > >> source > > >> > files) > > >> > > > >> > WORD PSocket::GetPort() const > > >> > { > > >> > *return port;* > > >> > } > > >> > > > >> > Thanks, > > >> > ~Vamsi > > >> > > > >> > On 9/17/06, *Joegen E. Baclor* < > jo...@pl... <mailto:jo...@pl...> > > <mailto: jo...@pl... <mailto:jo...@pl...>> > > >> <mailto:jo...@pl... > <mailto:jo...@pl...> <mailto:jo...@pl... > <mailto:jo...@pl...>>> > > >> > <mailto:jo...@pl... > <mailto:jo...@pl...> > > <mailto:jo...@pl... > <mailto:jo...@pl...>> <mailto: jo...@pl... > <mailto:jo...@pl...> > > <mailto:jo...@pl... <mailto:jo...@pl...>>>>> > > >> wrote: > > >> > > > >> > Hi Vamsi, > > >> > > > >> > Please run it in debug mode and put a break point > > right at > > >> > ATLSIP->MakeCall(). Step into the code until it > > reaches the > > >> offending > > >> > code inside the ActiveX. Let me know where > exactly the > > >> exception > > >> > occurs. > > >> > > > >> > Joegen > > >> > > > >> > > > >> > Vamsi Pottangi wrote: > > >> > > Hi Joegen, > > >> > > > > >> > > I'm seeing the same problem with the latest CVS > > code. How > > >> to handle > > >> > > this exception? > > >> > > > > >> > > Thanks, > > >> > > ~Vamsi > > >> > > > > >> > > On 9/17/06, *Joegen E. Baclor* > > <jo...@pl... <mailto:jo...@pl...> > <mailto:jo...@pl... <mailto:jo...@pl...>> > > >> <mailto: jo...@pl... > <mailto:jo...@pl...> <mailto:jo...@pl... > <mailto:jo...@pl...>>> > > >> > <mailto: jo...@pl... > <mailto:jo...@pl...> > > <mailto:jo...@pl... > <mailto:jo...@pl...>> <mailto: jo...@pl... > <mailto:jo...@pl...> > > <mailto: jo...@pl... <mailto:jo...@pl...>>>> > > >> > > <mailto:jo...@pl... > <mailto:jo...@pl...> > > <mailto:jo...@pl... <mailto:jo...@pl...>> > > >> <mailto:jo...@pl... > <mailto:jo...@pl...> > > <mailto:jo...@pl... > <mailto:jo...@pl...>>> <mailto: jo...@pl... > <mailto:jo...@pl...> > > <mailto:jo...@pl... <mailto:jo...@pl...>> > > >> <mailto:jo...@pl... > <mailto:jo...@pl...> > > <mailto:jo...@pl... > <mailto:jo...@pl...>>>>>> > > >> > wrote: > > >> > > > > >> > > Hi Vamsi, > > >> > > > > >> > > There are known bugs in the current file > release of > > >> > > ATLSIP. Please use > > >> > > a copy from CVS. Get back to me if you > still > > >> encounter the same > > >> > > problem > > >> > > even after using CVS. > > >> > > > > >> > > Joegen > > >> > > > > >> > > > > >> > > Vamsi Pottangi wrote: > > >> > > > > > >> > > > Hi, > > >> > > > > > >> > > > How can I fix this below exception? I was > > trying to > > >> execute > > >> > > > ATLSIPSample.exe > > >> > > > I was looking for an ActiveX component for > > web based > > >> calling. > > >> > > > > > >> > > > Thanks, > > >> > > > ~Vamsi > > >> > > > > > >> > > > See the end of this message for details on > > invoking > > >> > > > just-in-time (JIT) debugging instead of > this > > dialog > > >> box. > > >> > > > > > >> > > > ************** Exception Text > ************** > > >> > > > System.NullReferenceException : Object > > reference not set > > >> > to an > > >> > > instance > > >> > > > of an object. > > >> > > > at > > Interop.ATLSIPLib.IOpenSIPStackCtl.MakeCall (String > > >> > address) > > >> > > > at > > >> AxInterop.ATLSIPLib.AxOpenSIPStackCtl.MakeCall (String > > >> > address) > > >> > > > at ATLSIPSample.Form1.Call_Click(Object > sender, > > >> EventArgs e) > > >> > > > at System.Windows.Forms.Control.OnClick > > (EventArgs e) > > >> > > > at System.Windows.Forms.Button.OnClick > > (EventArgs e) > > >> > > > at System.Windows.Forms.Button.OnMouseUp > > (MouseEventArgs > > >> > mevent) > > >> > > > at > > System.Windows.Forms.Control.WmMouseUp(Message& m, > > >> > MouseButtons > > >> > > > button, Int32 clicks) > > >> > > > at > > System.Windows.Forms.Control.WndProc(Message& m) > > >> > > > at System.Windows.Forms.ButtonBase.WndProc > > (Message& m) > > >> > > > at System.Windows.Forms.Button.WndProc > > (Message& m) > > >> > > > at > > System.Windows.Forms.ControlNativeWindow.OnMessage > > >> > (Message& m) > > >> > > > at > > >> > System.Windows.Forms.ControlNativeWindow.WndProc > > (Message& m) > > >> > > > at > > System.Windows.Forms.NativeWindow.Callback(IntPtr > > >> hWnd, > > >> > Int32 > > >> > > msg, > > >> > > > IntPtr wparam, IntPtr lparam) > > >> > > > > > >> > > > > > >> > > > ************** Loaded Assemblies > ************** > > >> > > > mscorlib > > >> > > > Assembly Version: 1.0.5000.0 > > >> > > > Win32 Version: 1.1.4322.2032 > > >> > > > CodeBase: > > >> > > > > > >> > > > >> > > > file:///c:/sysroot/microsoft.net/framework/v1.1.4322/mscorlib.dll > > >> > > > <file:///c:/sysroot/microsoft.net/framework/v1.1.4322/mscorlib.dll > > < > file:///c:/sysroot/microsoft.net/framework/v1.1.4322/mscorlib.dll>> > > >> > > > < > > >> > > > >> > > > file:///c:/sysroot/microsoft.net/framework/v1.1.4322/mscorlib.dll > > > <file:///c:/sysroot/microsoft.net/framework/v1.1.4322/mscorlib.dll > <file:///c:/sysroot/microsoft.net/framework/v1.1.4322/mscorlib.dll>>> > > >> > > > ---------------------------------------- > > >> > > > ATLSIPSample > > >> > > > Assembly Version: 1.0.2450.42636 > > >> > > > Win32 Version: > > >> > > > CodeBase: > > >> > > > > > >> > > > > >> > > > >> > > > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/ATLSIPSample.exe > <file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/ATLSIPSample.exe> > > >> > < > > >> > > > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/ATLSIPSample.exe > <file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/ATLSIPSample.exe>> > > >> > > > > >> > > > >> < > > > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/ATLSIPSample.exe > <file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/ATLSIPSample.exe> > > >> > > > <file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/ATLSIPSample.exe > > > <file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/ATLSIPSample.exe>>> > > >> > > > ---------------------------------------- > > >> > > > System.Windows.Forms > > >> > > > Assembly Version: 1.0.5000.0 > > >> > > > Win32 Version: 1.1.4322.2032 > > >> > > > CodeBase: > > >> > > > > > >> > > > > >> > > > >> > > > file:///c:/sysroot/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll > > >> < > > > file:///c:/sysroot/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll> > > >> > > > < > > >> > > > > >> > > > >> > > > file:///c:/sysroot/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll > <file:///c:/sysroot/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll> > > > <file:///c:/sysroot/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll > <file:///c:/sysroot/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll>> > > >> > > > <file:///c:/sysroot/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll > <file:///c:/sysroot/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll> > > > <file:///c:/sysroot/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll > <file:///c:/sysroot/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll>>>> > > >> > > > ---------------------------------------- > > >> > > > System > > >> > > > Assembly Version: 1.0.5000.0 > > >> > > > Win32 Version: 1.1.4322.2032 > > >> > > > CodeBase: > > >> > > > > > >> > > > > >> > > > >> > > > file:///c:/sysroot/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll > <file:///c:/sysroot/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll> > > >> > > > <file:///c:/sysroot/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll > > < > file:///c:/sysroot/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll>> > > >> > > > >> > > > <file:///c:/sysroot/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll > > > > > >> > > > ---------------------------------------- > > >> > > > System.Drawing > > >> > > > Assembly Version: 1.0.5000.0 > > >> > > > Win32 Version: 1.1.4322.2032 > > >> > > > CodeBase: > > >> > > > > > >> > > > > >> > > > >> > > > file:///c:/sysroot/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll > > >> > > > ---------------------------------------- > > >> > > > AxInterop.ATLSIPLib > > >> > > > Assembly Version: 1.0.0.0 > <http://1.0.0.0> <http://1.0.0.0> > > <http://1.0.0.0 <http://1.0.0.0>> > > >> <http://1.0.0.0> > > >> > < http://1.0.0.0> <http://1.0.0.0> > > >> > > > Win32 Version: 1.0.0.0 <http://1.0.0.0> > <http://1.0.0.0> > > <http://1.0.0.0 < http://1.0.0.0>> > > >> <http://1.0.0.0> < http://1.0.0.0> > > >> > <http://1.0.0.0 <http://1.0.0.0>> > > >> > > > CodeBase: > > >> > > > > > >> > > > > >> > > > >> > > > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/AxInterop.ATLSIPLib.DLL > > > <file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/AxInterop.ATLSIPLib.DLL > <file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/AxInterop.ATLSIPLib.DLL>> > > >> > > > ---------------------------------------- > > >> > > > Interop.ATLSIPLib > > >> > > > Assembly Version: 1.0.0.0 > <http://1.0.0.0> <http://1.0.0.0> > > <http://1.0.0.0> > > >> <http://1.0.0.0 <http://1.0.0.0>> > > >> > <http://1.0.0.0> < http://1.0.0.0> > > >> > > > Win32 Version: 1.0.0.0 <http://1.0.0.0> > <http://1.0.0.0> > > <http://1.0.0.0> > > >> <http://1.0.0.0 < http://1.0.0.0>> <http://1.0.0.0 > > >> > <http://1.0.0.0>> < http://1.0.0.0> > > >> > > > CodeBase: > > >> > > > > > >> > > > > >> > > > >> > > > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/Interop.ATLSIPLib.DLL > > > <file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/Interop.ATLSIPLib.DLL > <file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/Interop.ATLSIPLib.DLL>> > > >> > > > <file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/Interop.ATLSIPLib.DLL > <file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/Interop.ATLSIPLib.DLL>> > > >> > > > >> > > > <file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/Interop.ATLSIPLib.DLL > <file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/Interop.ATLSIPLib.DLL>> > > >> > > > > > >> > > > > >> > > > >> > > < > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/Interop.ATLSIPLib.DLL > > > <file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/Interop.ATLSIPLib.DLL > <file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/Interop.ATLSIPLib.DLL>> > > >> > > > >> > > > > >> > > > >> > > < > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/Interop.ATLSIPLib.DLL > > > <file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/Interop.ATLSIPLib.DLL > <file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/Interop.ATLSIPLib.DLL>> > > >> >> > > >> > > > ---------------------------------------- > > >> > > > > > >> > > > ************** JIT Debugging > ************** > > >> > > > To enable just in time (JIT) debugging, the > > config file > > >> > for this > > >> > > > application or machine ( > machine.config) must > > have the > > >> > > > jitDebugging value set in the > > system.windows.forms > > >> section. > > >> > > > The application must also be compiled with > > debugging > > >> > > > enabled. > > >> > > > > > >> > > > For example: > > >> > > > > > >> > > > <configuration> > > >> > > > < system.windows.forms > jitDebugging="true" /> > > >> > > > </configuration> > > >> > > > > > >> > > > When JIT debugging is enabled, any > unhandled > > exception > > >> > > > will be sent to the JIT debugger > registered > > on the > > >> machine > > >> > > > rather than being handled by this dialog. > > >> > > > > > >> > > > > > >> > > > > > >> > > > > > >> > > > > > >> > > > > >> > > > >> > > > ------------------------------------------------------------------------ > > > > >> > > >> > > > > > >> > > > > > >> > > > > >> > > > >> > > > ------------------------------------------------------------------------- > > > > >> > > > > >> > > > Using Tomcat but need to do more? Need to > > support web > > >> > services, > > >> > > security? > > >> > > > Get stuff done quickly with pre-integrated > > >> technology to make > > >> > > your job easier > > >> > > > Download IBM WebSphere Application > Server v.1.0.1 > > >> based on > > >> > > Apache Geronimo > > >> > > > > > >> > > > > >> > > > >> > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>> > > >> > > > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>>> > > >> > > > >> > > > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > > > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>> > > >> < > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>>>> > > >> > > < > > >> > > > >> > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>> > > > > >> > > > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>>> > > >> > < > > >> > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>> > > >> < > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>>>>> > > >> > > > > > >> > > > > >> > > > >> > > > ------------------------------------------------------------------------ > > >> > > >> > > > >> > > > > > >> > > > > _______________________________________________ > > >> > > > opensipstack-devel mailing list > > >> > > > > ope...@li... > <mailto:ope...@li...> > > <mailto:ope...@li... > <mailto:ope...@li...>> > > >> <mailto: ope...@li... > <mailto:ope...@li...> > > <mailto:ope...@li... > <mailto:ope...@li...>>> > > >> > <mailto: > ope...@li... > <mailto:ope...@li...> > > <mailto:ope...@li... > <mailto:ope...@li...>> > > >> <mailto:ope...@li... > <mailto:ope...@li...> > > <mailto: ope...@li... > <mailto:ope...@li...>>>> > > >> > > <mailto: > > ope...@li... > <mailto:ope...@li...> > > <mailto:ope...@li... > <mailto:ope...@li...>> > > >> <mailto: ope...@li... > <mailto:ope...@li...> > > <mailto:ope...@li... > <mailto:ope...@li...>>> > > >> > <mailto: > ope...@li... > <mailto:ope...@li...> > > <mailto:ope...@li... > <mailto:ope...@li...>> > > >> <mailto:ope...@li... > <mailto:ope...@li...> > > <mailto: ope...@li... > <mailto:ope...@li...>>>>> > > >> > > > > > >> > > > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > >> > > > > > >> > > > > >> > > > > >> > > > > >> > > > >> > > > ------------------------------------------------------------------------- > > >> > > >> > > > > >> > > Using Tomcat but need to do more? Need to > > support web > > >> services, > > >> > > security? > > >> > > Get stuff done quickly with pre-integrated > > technology to > > >> > make your > > >> > > job easier > > >> > > Download IBM WebSphere Application Server > > v.1.0.1 based on > > >> > Apache > > >> > > Geronimo > > >> > > > > >> > > > >> > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>> > > >> < > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>>> > > >> > > > >> < > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>> > > >> > > > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>>>> > > >> > > < > > >> > > > >> > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>> > > >> > > > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>>> > > >> > > > >> > > > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > > > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>> > > >> < > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>>>>> > > >> > > > _______________________________________________ > > >> > > opensipstack-devel mailing list > > >> > > ope...@li... > <mailto:ope...@li...> > > <mailto: ope...@li... > <mailto:ope...@li...>> > > >> <mailto: ope...@li... > <mailto:ope...@li...> > > <mailto: ope...@li... > <mailto:ope...@li...>>> > > >> > <mailto: > ope...@li... > <mailto:ope...@li...> > > <mailto: ope...@li... > <mailto:ope...@li...>> > > >> <mailto:ope...@li... > <mailto:ope...@li...> > > <mailto:ope...@li... > <mailto:ope...@li...>>>> > > >> > > <mailto: > > ope...@li... > <mailto:ope...@li...> > > <mailto:ope...@li... > <mailto:ope...@li...>> > > >> <mailto: ope...@li... > <mailto:ope...@li...> > > <mailto:ope...@li... > <mailto:ope...@li...>>> > > >> > <mailto: > ope...@li... > <mailto:ope...@li...> > > <mailto:ope...@li... > <mailto:ope...@li...>> > > >> <mailto:ope...@li... > <mailto:ope...@li...> > > <mailto: ope...@li... > <mailto:ope...@li...>>>>> > > >> > > > > >> > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > <https://lists.sourceforge.net/lists/listinfo/opensipstack-devel> > > >> > > > > >> > < > > > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > <https://lists.sourceforge.net/lists/listinfo/opensipstack-devel> > > >> > < > > >> > > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > <https://lists.sourceforge.net/lists/listinfo/opensipstack-devel>>> > > >> > > > > >> > > > > >> > > > > >> > > > >> > > > ------------------------------------------------------------------------ > > >> > > > > >> > > > > >> > > > >> > > > ------------------------------------------------------------------------- > > >> > > Using Tomcat but need to do more? Need to > support web > > >> services, > > >> > security? > > >> > > Get stuff done quickly with pre-integrated > > technology to make > > >> > your job easier > > >> > > Download IBM WebSphere Application Server v.1.0.1 > > based on > > >> > Apache Geronimo > > >> > > > > >> > > > >> > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>> > > >> > > > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>>> > > >> > > > >> > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>> > > >> < > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>>>> > > >> > > > > >> > > > >> > > > ------------------------------------------------------------------------ > > >> > > > > >> > > _______________________________________________ > > >> > > opensipstack-devel mailing list > > >> > > ope...@li... > <mailto:ope...@li...> > > <mailto: ope...@li... > <mailto:ope...@li...>> > > >> <mailto: ope...@li... > <mailto:ope...@li...> > > <mailto:ope...@li... > <mailto:ope...@li...>>> > > >> > <mailto: > ope...@li... > <mailto:ope...@li...> > > <mailto:ope...@li... > <mailto:ope...@li...>> > > >> <mailto: ope...@li... > <mailto:ope...@li...> > > <mailto:ope...@li... > <mailto:ope...@li...>>>> > > >> > > > > >> > > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > < > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel> > > >> > > > > >> > > > >> > > > >> > > > >> > > > ------------------------------------------------------------------------- > > >> > > >> > Using Tomcat but need to do more? Need to > support web > > services, > > >> > security? > > >> > Get stuff done quickly with pre-integrated > technology to > > >> make your > > >> > job easier > > >> > Download IBM WebSphere Application Server v.1.0.1 > > based on > > >> Apache > > >> > Geronimo > > >> > > > >> > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>> > > >> > > > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>>> > > >> > > > >> > > > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > > > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>> > > >> < > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>>>> > > >> > _______________________________________________ > > >> > opensipstack-devel mailing list > > >> > ope...@li... > <mailto:ope...@li...> > > <mailto:ope...@li... > <mailto:ope...@li...>> > > >> <mailto: ope...@li... > <mailto:ope...@li...> > > <mailto: ope...@li... > <mailto:ope...@li...>>> > > >> > <mailto: > ope...@li... > <mailto:ope...@li...> > > <mailto: ope...@li... > <mailto:ope...@li...>> > > >> <mailto: ope...@li... > <mailto:ope...@li...> > > <mailto:ope...@li... > <mailto:ope...@li...>>>> > > >> > > > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > >> > > > >> > > > >> > > > >> > > > ------------------------------------------------------------------------ > > > >> > > > >> > > > >> > > > ------------------------------------------------------------------------- > > > > >> > Using Tomcat but need to do more? Need to support web > > services, > > >> security? > > >> > Get stuff done quickly with pre-integrated > technology to make > > >> your job easier > > >> > Download IBM WebSphere Application Server v.1.0.1 > based on > > >> Apache Geronimo > > >> > > > >> > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>> > > >> > > > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>>> > > >> > > > >> > > > ------------------------------------------------------------------------ > > > >> > > > >> > _______________________________________________ > > >> > opensipstack-devel mailing list > > >> > ope...@li... > <mailto:ope...@li...> > > <mailto:ope...@li... > <mailto:ope...@li...>> > > >> <mailto: ope...@li... > <mailto:ope...@li...> > > <mailto:ope...@li... > <mailto:ope...@li...>>> > > >> > > > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > >> > > > >> > > >> > > >> > > > ------------------------------------------------------------------------- > > > > >> Using Tomcat but need to do more? Need to support web > services, > > >> security? > > >> Get stuff done quickly with pre-integrated technology to > > make your > > >> job easier > > >> Download IBM WebSphere Application Server v.1.0.1 > based on > > Apache > > >> Geronimo > > >> > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>> > > >> > > > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>>> > > >> _______________________________________________ > > >> opensipstack-devel mailing list > > >> ope...@li... > <mailto:ope...@li...> > > <mailto:ope...@li... > <mailto:ope...@li...>> > > >> <mailto: ope...@li... > <mailto:ope...@li...> > > <mailto: ope...@li... > <mailto:ope...@li...>>> > > >> > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > >> > > >> > > >> > > > ------------------------------------------------------------------------ > > >> > > >> > > > ------------------------------------------------------------------------- > > > >> Using Tomcat but need to do more? Need to support web > services, > > security? > > >> Get stuff done quickly with pre-integrated technology to make > > your job easier > > >> Download IBM WebSphere Application Server v.1.0.1 based on > > Apache Geronimo > > >> > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>> > > >> > > > ------------------------------------------------------------------------ > > >> > > >> _______________________________________________ > > >> opensipstack-devel mailing list > > >> ope...@li... > <mailto:ope...@li...> > > <mailto:ope...@li... > <mailto:ope...@li...>> > > >> > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > >> > > >> > > > > > > > > > > > > ------------------------------------------------------------------------- > > > Using Tomcat but need to do more? Need to support web > services, > > security? > > > Get stuff done quickly with pre-integrated technology to make > > your job easier > > > Download IBM WebSphere Application Server v.1.0.1 based on > > Apache Geronimo > > > > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>> > > > _______________________________________________ > > > opensipstack-devel mailing list > > > ope...@li... > <mailto:ope...@li...> > > <mailto:ope...@li... > <mailto:ope...@li...>> > > > > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > > > > > > > > > > > ------------------------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web services, > > security? > > Get stuff done quickly with pre-integrated technology to > make your > > job easier > > Download IBM WebSphere Application Server v.1.0.1 based on > Apache > > Geronimo > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > > <http://sel.as-... [truncated message content] |
From: Vamsi P. <vam...@gm...> - 2006-09-18 17:27:22
|
Hi Joegen, It is able to get the interface table properly but the problem is at different location, during creating a listen socket for IP-Address 10.10.10.2 and 127.0.0.1 ..... check the code trace below with return values. Ln168 form1.h ATLSIP->InitializeSIP(); Ln 273 Messenger.cpp BOOL ok = m_SIPEndPoint->Initialize(); "returned ok value is 0" Ln457 SIPStack.h return m_TransportManager->AddTransport( protocol, iface, port ); }; Ln133 SIPTransportManager.cxx BOOL ret = AddTransport( protocol, iface, port ); Ln172 SIPTransportManager.cxx BOOL ok = transport->Listen( iface, port ); Ln121 SIPUDPSocketList.cxx if( Listen( ifaceAddr, port ) ) hasListener = TRUE; } Ln 158 SIPUDPSocketList.cxx ok = sock->Listen( addr ); "ok = 0" Ln 2086 sockets.cxx #if P_HAS_IPV6 if (!OpenSocket(bind_sa->sa_family)) return FALSE; "returns false" Ln3153 sockets.cxx return OpenSocketGQOS(ipAdressFamily, SOCK_DGRAM, 0); Ln3106 sockets.cxx if (os_handle == INVALID_SOCKET) return retval; "os_handle = -1" Thanks, ~Vamsi Ethernet adapter Local Area Connection 2: Media State . . . . . . . . . . . : Media disconnected Description . . . . . . . . . . . : Intel(R) PRO/100 VE Network Connecti on Physical Address. . . . . . . . . : 00-0E-7B-6C-BB-92 Ethernet adapter Wireless Network Connection 2: Connection-specific DNS Suffix . : Description . . . . . . . . . . . : Intel(R) PRO/Wireless 2200BG Network Connection Physical Address. . . . . . . . . : 00-13-CE-66-B1-D9 Dhcp Enabled. . . . . . . . . . . : Yes Autoconfiguration Enabled . . . . : Yes IP Address. . . . . . . . . . . . : 10.10.10.2 Subnet Mask . . . . . . . . . . . : 255.255.255.0 Default Gateway . . . . . . . . . : 10.10.10.1 DHCP Server . . . . . . . . . . . : 10.10.10.1 DNS Servers . . . . . . . . . . . : 10.10.10.1 Lease Obtained. . . . . . . . . . : Monday, September 18, 2006 8:02:53 P M Lease Expires . . . . . . . . . . : Monday, September 25, 2006 8:02:53 P M Ethernet adapter {465966F4-28C0-489D-BD2B-A26176F62D53}: Media State . . . . . . . . . . . : Media disconnected Description . . . . . . . . . . . : Check Point Virtual Network Adapter For SecureClient - SecuRemote Miniport Physical Address. . . . . . . . . : 54-55-43-44-52-08 C:\Documents and Settings\Administrator> On 9/18/06, Joegen E. Baclor <jo...@pl...> wrote: > > Hi Vamsi, > > I think what we are seeing here is just a by-product of the SIP Stack > not being able to start the listeners properly. My hunch is, the > library wasn't able to retrieve your interface table properly. To > confirm this, please put break a point at the beginning of the Listen() > function in SIPUDPSocketList and trace through if it fails somewhere. > > BOOL SIPUDPSocketList::Listen( > WORD port > ) > { > /// listen on all interfaces > PIPSocket::InterfaceTable ifTable; > if( !PIPSocket::GetInterfaceTable( ifTable ) ) > { > PTRACE( 1, "Unable to retrieve interface table" ); > return FALSE; > } > > > Let me know if this function fails somewhere. > > Vamsi Pottangi wrote: > > > > > > Cool.... that port problem is fixed, but now I see another problem > > while building the SDP. SetRemoteAdress is throwing exception in the > > fucntion GetDummyTransport > > > > An unhandled exception of type 'System.NullReferenceException ' > > occurred in axinterop.atlsiplib.dll > > Additional information: Object reference not set to an instance of an > > object. > > > > Ln372 CallSession.cxx > > OnRequireSDPOffer( invite ); > > > > Ln957 OpalOSSEndPoint.cxx > > return ossCon->OnRequireSDPOffer( offer ); > > > > Ln706 OpalOSSConnection.cxx > > rtpSession = CreateSession(GetTransport(), rtpSessionId, NULL); > > > > lN1020 OpalOSSConnection.cxx > > return (const_cast< OpalOSSConnection * >( this ))->GetDummyTransport(); > > > > Ln1044 OpalOSSConnection > > m_OpalTransport->SetRemoteAddress( remoteAddress ); > > > > > > In case you need the ipconfig /all output > > Microsoft Windows XP [Version 5.1.2600] > > (C) Copyright 1985-2001 Microsoft Corp. > > > > C:\Documents and Settings\Administrator>ipconfig /all > > > > Windows IP Configuration > > > > Host Name . . . . . . . . . . . . : BLRKECL16859 > > Primary Dns Suffix . . . . . . . : ad.com <http://ad.com> > > Node Type . . . . . . . . . . . . : Hybrid > > IP Routing Enabled. . . . . . . . : No > > WINS Proxy Enabled. . . . . . . . : No > > DNS Suffix Search List. . . . . . : ad.com <http://ad.com> > > ad.infosys.com <http://ad.infosys.com> > > infosys.com <http://infosys.com> > > > > Ethernet adapter Local Area Connection 2: > > > > Connection-specific DNS Suffix . : ad.com <http://ad.com> > > Description . . . . . . . . . . . : Intel(R) PRO/100 VE Network Connecti > > on > > Physical Address. . . . . . . . . : 00-0E-7B-6C-BB-92 > > Dhcp Enabled. . . . . . . . . . . : Yes > > Autoconfiguration Enabled . . . . : Yes > > IP Address. . . . . . . . . . . . : 192.168.101.23 < > http://192.168.101.23> > > Subnet Mask . . . . . . . . . . . : 255.255.255.0 <http://255.255.255.0> > > Default Gateway . . . . . . . . . : 192.168.101.1 <http://192.168.101.1> > > DHCP Server . . . . . . . . . . . : 192.168.101.4 <http://192.168.101.4> > > DNS Servers . . . . . . . . . . . : 192.168.200.53 < > http://192.168.200.53> > > 192.168.200.57 <http://192.168.200.57> > > Primary WINS Server . . . . . . . : 192.168.16.15 <http://192.168.16.15> > > Lease Obtained. . . . . . . . . . : Monday, September 18, 2006 8:08:04 A > > M > > Lease Expires . . . . . . . . . . : Monday, September 18, 2006 11:08:04 > > AM > > > > Ethernet adapter Wireless Network Connection 2: > > > > Media State . . . . . . . . . . . : Media disconnected > > Description . . . . . . . . . . . : Intel(R) PRO/Wireless 2200BG Network > > Connection > > Physical Address. . . . . . . . . : 00-13-CE-66-B1-D9 > > > > Ethernet adapter {465966F4-28C0-489D-BD2B-A26176F62D53}: > > > > Media State . . . . . . . . . . . : Media disconnected > > Description . . . . . . . . . . . : Check Point Virtual Network Adapter > > For SecureClient - SecuRemote Miniport > > Physical Address. . . . . . . . . : 54-55-43-44-52-08 > > > > C:\Documents and Settings\Administrator> > > > > > > Thanks, > > ~Vamsi > > > > On 9/18/06, *Joegen E. Baclor* <jo...@pl... > > <mailto:jo...@pl...>> wrote: > > > > Hi Vamsi, > > > > Try changing the follwing code block to the one i've pasted below > and > > let me know if the problem still occurs. > > > > //--------------------START-------------------------- > > > > BOOL SIPUDPSocketList::GetListenerAddress( > > const PIPSocket::Address & sendAddress, > > PIPSocket::Address & ifaceAddress, > > WORD & listenerPort > > ) > > { > > if( m_SocketList.GetSize() == 0 ) > > return FALSE; > > > > if( !sendAddress.IsLoopback() ) > > { > > > > ifaceAddress = > > SIPTransportManager::GetDefaultInterfaceAddress( sendAddress > ); > > > > if( !ifaceAddress.IsValid() || ifaceAddress.IsLoopback() ) > > return FALSE; > > > > }else > > { > > ifaceAddress = PIPSocket::Address( "127.0.0.1 > > <http://127.0.0.1>" ); > > } > > > > PCaselessString key = ifaceAddress.AsString(); > > PUDPSocket * sock = m_SocketList.GetAt( key ); > > > > if( sock == NULL ) > > { > > ifaceAddress = > > SIPTransportManager::GetDefaultInterfaceAddress(); > > > > if( sock == NULL ) > > return FALSE; > > > > if( !ifaceAddress.IsValid() ) > > return FALSE; > > } > > > > listenerPort = sock->GetPort(); > > > > return TRUE; > > } > > > > //---------------------END-------------------------- > > > > > > Joegen E. Baclor wrote: > > > Hi Vamsi, > > > > > > Thanks! I think we are near nailing this problem down. It > > seems like > > > we are not getting the proper listener socket for the > > destination URI. > > > I just need one last piece of information from your > > environment. Can > > > you do an "ipconfig /all" in the windows command prompt and send > > me back > > > the results? > > > > > > Joegen > > > > > > > > > Vamsi Pottangi wrote: > > > > > >> Hi Joegen, > > >> > > >> I'm using WinXP with Microsoft Development Environment 20003 > > and .NET > > >> Framework 1.1 > > >> > > >> Here is the trace with line numbers, hope this information > > helpful to > > >> fix the problem. > > >> > > >> Ln439 manager.cxx > > >> if (MakeConnection(*call, partyA, userData)) { > > >> > > >> Ln255 pcss.cxx > > >> connection->InitiateCall(); > > >> > > >> Ln598 manager.cxx > > >> return MakeConnection(call, destinationAddress); > > >> > > >> ln507 pcss.cxx > > >> if (!ownerCall.OnSetUp(*this)) > > >> > > >> ln301 call.cxx > > >> if (conn->SetUpConnection()) { > > >> > > >> ln200 OpalOSSConnection.cxx > > >> m_OSSConnection = userAgent->GetCore()->MakeCall( remoteParty, > > >> GetToken() ); > > >> > > >> ln1122 OpalOSSEndPoint.cxx > > >> if( !callSession->MakeCall( remoteURI ) ) > > >> > > >> Ln294 CallSession.cxx > > >> GetSessionManager().ConstructVia( targetAddress, via, > > SIPTransport::UDP ); > > >> > > >> Ln561 SIPSessionManager.cxx > > >> if( !transportManager->GetListenerAddress( > > >> SIPTransport::UDP, target, addr, port )) > > >> > > >> Ln343 SIPUDPSocketList.cxx > > >> listenerPort = sock->GetPort(); > > >> > > >> Ln1619 sockets.cxx > > >> return port; > > >> > > >> > > >> > > >> Thanks, > > >> ~Vamsi > > >> > > >> On 9/17/06, *Joegen E. Baclor* < jo...@pl... > > <mailto:jo...@pl...> > > >> <mailto:jo...@pl... <mailto:jo...@pl...>>> > > wrote: > > >> > > >> Hi Vamsi, > > >> > > >> Thanks for the information but I need more help from you so > > we can get > > >> into the bottom of your problem. > > >> > > >> Here is the code inside the ActiveX MakeCall function: > > >> > > >> STDMETHODIMP COpenSIPStackCtl::MakeCall(BSTR address) > > >> { > > >> // TODO: Add your implementation code here > > >> BSTRString addr( address ); > > >> Messenger->InitializeSIP(); > > >> Messenger->MakeCall( addr ); > > >> return S_OK; > > >> } > > >> > > >> Where exactly is the error occuring? Is it inside > > >> Messenger->InitializeSIP() or Messenger->MakeCall()? Can you > > >> provide a > > >> complete call stack and line number where call to GetPort > > fails? Also > > >> please tell me what operating system you are using, XP or > > Win2k? > > >> > > >> BTW, everything works here. Just compiled the CVS version > > and tried a > > >> call to 61...@fw... <mailto:61...@fw...> > > <mailto:61...@fw... <mailto:61...@fw...>> and I > > >> wasn't able to reproduce the error you > > >> are getting. > > >> > > >> > > >> Vamsi Pottangi wrote: > > >> > > > >> > I saw this error > > >> > /"An unhandled exception of type > > 'System.NullReferenceException' > > >> > occurred in axinterop.atlsiplib.dll"/ > > >> > > > >> > while retuning port in the below function ( sockets.cxx > > of PWLIB > > >> source > > >> > files) > > >> > > > >> > WORD PSocket::GetPort() const > > >> > { > > >> > *return port;* > > >> > } > > >> > > > >> > Thanks, > > >> > ~Vamsi > > >> > > > >> > On 9/17/06, *Joegen E. Baclor* < jo...@pl... > > <mailto:jo...@pl...> > > >> <mailto:jo...@pl... <mailto:jo...@pl...>> > > >> > <mailto:jo...@pl... > > <mailto:jo...@pl...> <mailto: jo...@pl... > > <mailto:jo...@pl...>>>> > > >> wrote: > > >> > > > >> > Hi Vamsi, > > >> > > > >> > Please run it in debug mode and put a break point > > right at > > >> > ATLSIP->MakeCall(). Step into the code until it > > reaches the > > >> offending > > >> > code inside the ActiveX. Let me know where exactly the > > >> exception > > >> > occurs. > > >> > > > >> > Joegen > > >> > > > >> > > > >> > Vamsi Pottangi wrote: > > >> > > Hi Joegen, > > >> > > > > >> > > I'm seeing the same problem with the latest CVS > > code. How > > >> to handle > > >> > > this exception? > > >> > > > > >> > > Thanks, > > >> > > ~Vamsi > > >> > > > > >> > > On 9/17/06, *Joegen E. Baclor* > > <jo...@pl... <mailto:jo...@pl...> > > >> <mailto: jo...@pl... <mailto:jo...@pl... > >> > > >> > <mailto: jo...@pl... > > <mailto:jo...@pl...> <mailto: jo...@pl... > > <mailto:jo...@pl...>>> > > >> > > <mailto:jo...@pl... > > <mailto:jo...@pl...> > > >> <mailto:jo...@pl... > > <mailto:jo...@pl...>> <mailto:jo...@pl... > > <mailto:jo...@pl...> > > >> <mailto:jo...@pl... > > <mailto:jo...@pl...>>>>> > > >> > wrote: > > >> > > > > >> > > Hi Vamsi, > > >> > > > > >> > > There are known bugs in the current file release > of > > >> > > ATLSIP. Please use > > >> > > a copy from CVS. Get back to me if you still > > >> encounter the same > > >> > > problem > > >> > > even after using CVS. > > >> > > > > >> > > Joegen > > >> > > > > >> > > > > >> > > Vamsi Pottangi wrote: > > >> > > > > > >> > > > Hi, > > >> > > > > > >> > > > How can I fix this below exception? I was > > trying to > > >> execute > > >> > > > ATLSIPSample.exe > > >> > > > I was looking for an ActiveX component for > > web based > > >> calling. > > >> > > > > > >> > > > Thanks, > > >> > > > ~Vamsi > > >> > > > > > >> > > > See the end of this message for details on > > invoking > > >> > > > just-in-time (JIT) debugging instead of this > > dialog > > >> box. > > >> > > > > > >> > > > ************** Exception Text ************** > > >> > > > System.NullReferenceException : Object > > reference not set > > >> > to an > > >> > > instance > > >> > > > of an object. > > >> > > > at > > Interop.ATLSIPLib.IOpenSIPStackCtl.MakeCall (String > > >> > address) > > >> > > > at > > >> AxInterop.ATLSIPLib.AxOpenSIPStackCtl.MakeCall (String > > >> > address) > > >> > > > at ATLSIPSample.Form1.Call_Click(Object sender, > > >> EventArgs e) > > >> > > > at System.Windows.Forms.Control.OnClick > > (EventArgs e) > > >> > > > at System.Windows.Forms.Button.OnClick > > (EventArgs e) > > >> > > > at System.Windows.Forms.Button.OnMouseUp > > (MouseEventArgs > > >> > mevent) > > >> > > > at > > System.Windows.Forms.Control.WmMouseUp(Message& m, > > >> > MouseButtons > > >> > > > button, Int32 clicks) > > >> > > > at > > System.Windows.Forms.Control.WndProc(Message& m) > > >> > > > at System.Windows.Forms.ButtonBase.WndProc > > (Message& m) > > >> > > > at System.Windows.Forms.Button.WndProc > > (Message& m) > > >> > > > at > > System.Windows.Forms.ControlNativeWindow.OnMessage > > >> > (Message& m) > > >> > > > at > > >> > System.Windows.Forms.ControlNativeWindow.WndProc > > (Message& m) > > >> > > > at > > System.Windows.Forms.NativeWindow.Callback(IntPtr > > >> hWnd, > > >> > Int32 > > >> > > msg, > > >> > > > IntPtr wparam, IntPtr lparam) > > >> > > > > > >> > > > > > >> > > > ************** Loaded Assemblies ************** > > >> > > > mscorlib > > >> > > > Assembly Version: 1.0.5000.0 > > >> > > > Win32 Version: 1.1.4322.2032 > > >> > > > CodeBase: > > >> > > > > > >> > > > >> > > file:///c:/sysroot/microsoft.net/framework/v1.1.4322/mscorlib.dll > > >> > > <file:///c:/sysroot/microsoft.net/framework/v1.1.4322/mscorlib.dll > > <file:///c:/sysroot/microsoft.net/framework/v1.1.4322/mscorlib.dll>> > > >> > > > < > > >> > > > >> > > file:///c:/sysroot/microsoft.net/framework/v1.1.4322/mscorlib.dll > > <file:///c:/sysroot/microsoft.net/framework/v1.1.4322/mscorlib.dll>> > > >> > > > ---------------------------------------- > > >> > > > ATLSIPSample > > >> > > > Assembly Version: 1.0.2450.42636 > > >> > > > Win32 Version: > > >> > > > CodeBase: > > >> > > > > > >> > > > > >> > > > >> > > > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/ATLSIPSample.exe > > >> > < > > >> > > > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/ATLSIPSample.exe > > > > >> > > > > >> > > > >> < > > > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/ATLSIPSample.exe > > >> > > < > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/ATLSIPSample.exe > > < > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/ATLSIPSample.exe > >>> > > >> > > > ---------------------------------------- > > >> > > > System.Windows.Forms > > >> > > > Assembly Version: 1.0.5000.0 > > >> > > > Win32 Version: 1.1.4322.2032 > > >> > > > CodeBase: > > >> > > > > > >> > > > > >> > > > >> > > > file:///c:/sysroot/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll > > >> < > > > file:///c:/sysroot/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll > > > > >> > > > < > > >> > > > > >> > > > >> > > > file:///c:/sysroot/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll > > < > file:///c:/sysroot/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll > > > > >> > > < > file:///c:/sysroot/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll > > < > file:///c:/sysroot/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll > >>> > > >> > > > ---------------------------------------- > > >> > > > System > > >> > > > Assembly Version: 1.0.5000.0 > > >> > > > Win32 Version: 1.1.4322.2032 > > >> > > > CodeBase: > > >> > > > > > >> > > > > >> > > > >> > > > file:///c:/sysroot/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll > > >> > > < > file:///c:/sysroot/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll > > < > file:///c:/sysroot/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll > >> > > >> > > > >> > > < > file:///c:/sysroot/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll > > > > > >> > > > ---------------------------------------- > > >> > > > System.Drawing > > >> > > > Assembly Version: 1.0.5000.0 > > >> > > > Win32 Version: 1.1.4322.2032 > > >> > > > CodeBase: > > >> > > > > > >> > > > > >> > > > >> > > > file:///c:/sysroot/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll > > >> > > > ---------------------------------------- > > >> > > > AxInterop.ATLSIPLib > > >> > > > Assembly Version: 1.0.0.0 <http://1.0.0.0> > > <http://1.0.0.0> > > >> <http://1.0.0.0> > > >> > < http://1.0.0.0> <http://1.0.0.0> > > >> > > > Win32 Version: 1.0.0.0 <http://1.0.0.0> > > <http://1.0.0.0 <http://1.0.0.0>> > > >> <http://1.0.0.0> < http://1.0.0.0> > > >> > <http://1.0.0.0> > > >> > > > CodeBase: > > >> > > > > > >> > > > > >> > > > >> > > > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/AxInterop.ATLSIPLib.DLL > > < > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/AxInterop.ATLSIPLib.DLL > > > > >> > > > ---------------------------------------- > > >> > > > Interop.ATLSIPLib > > >> > > > Assembly Version: 1.0.0.0 <http://1.0.0.0> > > <http://1.0.0.0> > > >> <http://1.0.0.0> > > >> > <http://1.0.0.0> < http://1.0.0.0> > > >> > > > Win32 Version: 1.0.0.0 <http://1.0.0.0> > > <http://1.0.0.0> > > >> <http://1.0.0.0 <http://1.0.0.0>> <http://1.0.0.0 > > >> > <http://1.0.0.0>> < http://1.0.0.0> > > >> > > > CodeBase: > > >> > > > > > >> > > > > >> > > > >> > > > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/Interop.ATLSIPLib.DLL > > < > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/Interop.ATLSIPLib.DLL > > > > >> > > < > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/Interop.ATLSIPLib.DLL > > > > >> > > > >> > > < > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/Interop.ATLSIPLib.DLL > > > > >> > > > > > >> > > > > >> > > > >> > > < > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/Interop.ATLSIPLib.DLL > > < > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/Interop.ATLSIPLib.DLL > > > > >> > > > >> > > > > >> > > > >> > > < > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/Interop.ATLSIPLib.DLL > > < > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/Interop.ATLSIPLib.DLL > > > > >> >> > > >> > > > ---------------------------------------- > > >> > > > > > >> > > > ************** JIT Debugging ************** > > >> > > > To enable just in time (JIT) debugging, the > > config file > > >> > for this > > >> > > > application or machine ( machine.config) must > > have the > > >> > > > jitDebugging value set in the > > system.windows.forms > > >> section. > > >> > > > The application must also be compiled with > > debugging > > >> > > > enabled. > > >> > > > > > >> > > > For example: > > >> > > > > > >> > > > <configuration> > > >> > > > < system.windows.forms jitDebugging="true" /> > > >> > > > </configuration> > > >> > > > > > >> > > > When JIT debugging is enabled, any unhandled > > exception > > >> > > > will be sent to the JIT debugger registered > > on the > > >> machine > > >> > > > rather than being handled by this dialog. > > >> > > > > > >> > > > > > >> > > > > > >> > > > > > >> > > > > > >> > > > > >> > > > >> > > > ------------------------------------------------------------------------ > > > > >> > > >> > > > > > >> > > > > > >> > > > > >> > > > >> > > > ------------------------------------------------------------------------- > > > > >> > > > > >> > > > Using Tomcat but need to do more? Need to > > support web > > >> > services, > > >> > > security? > > >> > > > Get stuff done quickly with pre-integrated > > >> technology to make > > >> > > your job easier > > >> > > > Download IBM WebSphere Application Server > v.1.0.1 > > >> based on > > >> > > Apache Geronimo > > >> > > > > > >> > > > > >> > > > >> > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > >> > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>> > > >> > > > >> > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > >> < > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > >>> > > >> > > < > > >> > > > >> > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > > > >> > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>> > > >> > < > > >> > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > >> < > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > >>>> > > >> > > > > > >> > > > > >> > > > >> > > > ------------------------------------------------------------------------ > > >> > > >> > > > >> > > > > > >> > > > _______________________________________________ > > >> > > > opensipstack-devel mailing list > > >> > > > ope...@li... > > <mailto:ope...@li...> > > >> <mailto: ope...@li... > > <mailto:ope...@li...>> > > >> > <mailto:ope...@li... > > <mailto:ope...@li...> > > >> <mailto:ope...@li... > > <mailto:ope...@li...>>> > > >> > > <mailto: > > ope...@li... > > <mailto:ope...@li...> > > >> <mailto:ope...@li... > > <mailto:ope...@li...>> > > >> > <mailto: ope...@li... > > <mailto:ope...@li...> > > >> <mailto:ope...@li... > > <mailto:ope...@li...>>>> > > >> > > > > > >> > > > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > >> > > > > > >> > > > > >> > > > > >> > > > > >> > > > >> > > > ------------------------------------------------------------------------- > > >> > > >> > > > > >> > > Using Tomcat but need to do more? Need to > > support web > > >> services, > > >> > > security? > > >> > > Get stuff done quickly with pre-integrated > > technology to > > >> > make your > > >> > > job easier > > >> > > Download IBM WebSphere Application Server > > v.1.0.1 based on > > >> > Apache > > >> > > Geronimo > > >> > > > > >> > > > >> > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > >> < > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>> > > >> > > > >> < > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > >> > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > >>> > > >> > > < > > >> > > > >> > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > >> > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>> > > >> > > > >> > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > >> < > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > >>>> > > >> > > _______________________________________________ > > >> > > opensipstack-devel mailing list > > >> > > ope...@li... > > <mailto:ope...@li...> > > >> <mailto: ope...@li... > > <mailto:ope...@li...>> > > >> > <mailto: ope...@li... > > <mailto:ope...@li...> > > >> <mailto:ope...@li... > > <mailto:ope...@li...>>> > > >> > > <mailto: > > ope...@li... > > <mailto:ope...@li...> > > >> <mailto:ope...@li... > > <mailto:ope...@li...>> > > >> > <mailto: ope...@li... > > <mailto:ope...@li...> > > >> <mailto:ope...@li... > > <mailto:ope...@li...>>>> > > >> > > > > >> > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > >> > > > > >> > < > > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > >> > < > > >> > > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > <https://lists.sourceforge.net/lists/listinfo/opensipstack-devel>>> > > >> > > > > >> > > > > >> > > > > >> > > > >> > > > ------------------------------------------------------------------------ > > >> > > > > >> > > > > >> > > > >> > > > ------------------------------------------------------------------------- > > >> > > Using Tomcat but need to do more? Need to support web > > >> services, > > >> > security? > > >> > > Get stuff done quickly with pre-integrated > > technology to make > > >> > your job easier > > >> > > Download IBM WebSphere Application Server v.1.0.1 > > based on > > >> > Apache Geronimo > > >> > > > > >> > > > >> > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > >> > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>> > > >> > > > >> > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > >> < > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > >>> > > >> > > > > >> > > > >> > > > ------------------------------------------------------------------------ > > >> > > > > >> > > _______________________________________________ > > >> > > opensipstack-devel mailing list > > >> > > ope...@li... > > <mailto:ope...@li...> > > >> <mailto: ope...@li... > > <mailto:ope...@li...>> > > >> > <mailto:ope...@li... > > <mailto:ope...@li...> > > >> <mailto: ope...@li... > > <mailto:ope...@li...>>> > > >> > > > > >> > > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > <https://lists.sourceforge.net/lists/listinfo/opensipstack-devel> > > >> > > > > >> > > > >> > > > >> > > > >> > > > ------------------------------------------------------------------------- > > >> > > >> > Using Tomcat but need to do more? Need to support web > > services, > > >> > security? > > >> > Get stuff done quickly with pre-integrated technology > to > > >> make your > > >> > job easier > > >> > Download IBM WebSphere Application Server v.1.0.1 > > based on > > >> Apache > > >> > Geronimo > > >> > > > >> > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > >> > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>> > > >> > > > >> > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > >> < > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > >>> > > >> > _______________________________________________ > > >> > opensipstack-devel mailing list > > >> > ope...@li... > > <mailto:ope...@li...> > > >> <mailto: ope...@li... > > <mailto:ope...@li...>> > > >> > <mailto: ope...@li... > > <mailto:ope...@li...> > > >> <mailto: ope...@li... > > <mailto:ope...@li...>>> > > >> > > > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > >> > > > >> > > > >> > > > >> > > > ------------------------------------------------------------------------ > > >> > > > >> > > > >> > > > ------------------------------------------------------------------------- > > > > >> > Using Tomcat but need to do more? Need to support web > > services, > > >> security? > > >> > Get stuff done quickly with pre-integrated technology to > make > > >> your job easier > > >> > Download IBM WebSphere Application Server v.1.0.1 based on > > >> Apache Geronimo > > >> > > > >> > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > >> > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>> > > >> > > > >> > > > ------------------------------------------------------------------------ > > >> > > > >> > _______________________________________________ > > >> > opensipstack-devel mailing list > > >> > ope...@li... > > <mailto:ope...@li...> > > >> <mailto:ope...@li... > > <mailto:ope...@li...>> > > >> > > > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > >> > > > >> > > >> > > >> > > > ------------------------------------------------------------------------- > > > > >> Using Tomcat but need to do more? Need to support web > services, > > >> security? > > >> Get stuff done quickly with pre-integrated technology to > > make your > > >> job easier > > >> Download IBM WebSphere Application Server v.1.0.1 based on > > Apache > > >> Geronimo > > >> > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > >> > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>> > > >> _______________________________________________ > > >> opensipstack-devel mailing list > > >> ope...@li... > > <mailto:ope...@li...> > > >> <mailto: ope...@li... > > <mailto:ope...@li...>> > > >> > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > >> > > >> > > >> > > > ------------------------------------------------------------------------ > > >> > > >> > > > ------------------------------------------------------------------------- > > >> Using Tomcat but need to do more? Need to support web services, > > security? > > >> Get stuff done quickly with pre-integrated technology to make > > your job easier > > >> Download IBM WebSphere Application Server v.1.0.1 based on > > Apache Geronimo > > >> > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > >> > > > ------------------------------------------------------------------------ > > >> > > >> _______________________________________________ > > >> opensipstack-devel mailing list > > >> ope...@li... > > <mailto:ope...@li...> > > >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > >> > > >> > > > > > > > > > > > > ------------------------------------------------------------------------- > > > Using Tomcat but need to do more? Need to support web services, > > security? > > > Get stuff done quickly with pre-integrated technology to make > > your job easier > > > Download IBM WebSphere Application Server v.1.0.1 based on > > Apache Geronimo > > > > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > > _______________________________________________ > > > opensipstack-devel mailing list > > > ope...@li... > > <mailto:ope...@li...> > > > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > > > > > > > > > > > ------------------------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web services, > > security? > > Get stuff done quickly with pre-integrated technology to make your > > job easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache > > Geronimo > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > _______________________________________________ > > opensipstack-devel mailing list > > ope...@li... > > <mailto:ope...@li...> > > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > > > > ------------------------------------------------------------------------ > > > > > ------------------------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web services, > security? > > Get stuff done quickly with pre-integrated technology to make your job > easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > opensipstack-devel mailing list > > ope...@li... > > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > |
From: Joegen E. B. <jo...@pl...> - 2006-09-18 13:36:07
|
Hi Vamsi, I think what we are seeing here is just a by-product of the SIP Stack not being able to start the listeners properly. My hunch is, the library wasn't able to retrieve your interface table properly. To confirm this, please put break a point at the beginning of the Listen() function in SIPUDPSocketList and trace through if it fails somewhere. BOOL SIPUDPSocketList::Listen( WORD port ) { /// listen on all interfaces PIPSocket::InterfaceTable ifTable; if( !PIPSocket::GetInterfaceTable( ifTable ) ) { PTRACE( 1, "Unable to retrieve interface table" ); return FALSE; } Let me know if this function fails somewhere. Vamsi Pottangi wrote: > > > Cool.... that port problem is fixed, but now I see another problem > while building the SDP. SetRemoteAdress is throwing exception in the > fucntion GetDummyTransport > > An unhandled exception of type 'System.NullReferenceException ' > occurred in axinterop.atlsiplib.dll > Additional information: Object reference not set to an instance of an > object. > > Ln372 CallSession.cxx > OnRequireSDPOffer( invite ); > > Ln957 OpalOSSEndPoint.cxx > return ossCon->OnRequireSDPOffer( offer ); > > Ln706 OpalOSSConnection.cxx > rtpSession = CreateSession(GetTransport(), rtpSessionId, NULL); > > lN1020 OpalOSSConnection.cxx > return (const_cast< OpalOSSConnection * >( this ))->GetDummyTransport(); > > Ln1044 OpalOSSConnection > m_OpalTransport->SetRemoteAddress( remoteAddress ); > > > In case you need the ipconfig /all output > Microsoft Windows XP [Version 5.1.2600] > (C) Copyright 1985-2001 Microsoft Corp. > > C:\Documents and Settings\Administrator>ipconfig /all > > Windows IP Configuration > > Host Name . . . . . . . . . . . . : BLRKECL16859 > Primary Dns Suffix . . . . . . . : ad.com <http://ad.com> > Node Type . . . . . . . . . . . . : Hybrid > IP Routing Enabled. . . . . . . . : No > WINS Proxy Enabled. . . . . . . . : No > DNS Suffix Search List. . . . . . : ad.com <http://ad.com> > ad.infosys.com <http://ad.infosys.com> > infosys.com <http://infosys.com> > > Ethernet adapter Local Area Connection 2: > > Connection-specific DNS Suffix . : ad.com <http://ad.com> > Description . . . . . . . . . . . : Intel(R) PRO/100 VE Network Connecti > on > Physical Address. . . . . . . . . : 00-0E-7B-6C-BB-92 > Dhcp Enabled. . . . . . . . . . . : Yes > Autoconfiguration Enabled . . . . : Yes > IP Address. . . . . . . . . . . . : 192.168.101.23 <http://192.168.101.23> > Subnet Mask . . . . . . . . . . . : 255.255.255.0 <http://255.255.255.0> > Default Gateway . . . . . . . . . : 192.168.101.1 <http://192.168.101.1> > DHCP Server . . . . . . . . . . . : 192.168.101.4 <http://192.168.101.4> > DNS Servers . . . . . . . . . . . : 192.168.200.53 <http://192.168.200.53> > 192.168.200.57 <http://192.168.200.57> > Primary WINS Server . . . . . . . : 192.168.16.15 <http://192.168.16.15> > Lease Obtained. . . . . . . . . . : Monday, September 18, 2006 8:08:04 A > M > Lease Expires . . . . . . . . . . : Monday, September 18, 2006 11:08:04 > AM > > Ethernet adapter Wireless Network Connection 2: > > Media State . . . . . . . . . . . : Media disconnected > Description . . . . . . . . . . . : Intel(R) PRO/Wireless 2200BG Network > Connection > Physical Address. . . . . . . . . : 00-13-CE-66-B1-D9 > > Ethernet adapter {465966F4-28C0-489D-BD2B-A26176F62D53}: > > Media State . . . . . . . . . . . : Media disconnected > Description . . . . . . . . . . . : Check Point Virtual Network Adapter > For SecureClient - SecuRemote Miniport > Physical Address. . . . . . . . . : 54-55-43-44-52-08 > > C:\Documents and Settings\Administrator> > > > Thanks, > ~Vamsi > > On 9/18/06, *Joegen E. Baclor* <jo...@pl... > <mailto:jo...@pl...>> wrote: > > Hi Vamsi, > > Try changing the follwing code block to the one i've pasted below and > let me know if the problem still occurs. > > //--------------------START-------------------------- > > BOOL SIPUDPSocketList::GetListenerAddress( > const PIPSocket::Address & sendAddress, > PIPSocket::Address & ifaceAddress, > WORD & listenerPort > ) > { > if( m_SocketList.GetSize() == 0 ) > return FALSE; > > if( !sendAddress.IsLoopback() ) > { > > ifaceAddress = > SIPTransportManager::GetDefaultInterfaceAddress( sendAddress ); > > if( !ifaceAddress.IsValid() || ifaceAddress.IsLoopback() ) > return FALSE; > > }else > { > ifaceAddress = PIPSocket::Address( "127.0.0.1 > <http://127.0.0.1>" ); > } > > PCaselessString key = ifaceAddress.AsString(); > PUDPSocket * sock = m_SocketList.GetAt( key ); > > if( sock == NULL ) > { > ifaceAddress = > SIPTransportManager::GetDefaultInterfaceAddress(); > > if( sock == NULL ) > return FALSE; > > if( !ifaceAddress.IsValid() ) > return FALSE; > } > > listenerPort = sock->GetPort(); > > return TRUE; > } > > //---------------------END-------------------------- > > > Joegen E. Baclor wrote: > > Hi Vamsi, > > > > Thanks! I think we are near nailing this problem down. It > seems like > > we are not getting the proper listener socket for the > destination URI. > > I just need one last piece of information from your > environment. Can > > you do an "ipconfig /all" in the windows command prompt and send > me back > > the results? > > > > Joegen > > > > > > Vamsi Pottangi wrote: > > > >> Hi Joegen, > >> > >> I'm using WinXP with Microsoft Development Environment 20003 > and .NET > >> Framework 1.1 > >> > >> Here is the trace with line numbers, hope this information > helpful to > >> fix the problem. > >> > >> Ln439 manager.cxx > >> if (MakeConnection(*call, partyA, userData)) { > >> > >> Ln255 pcss.cxx > >> connection->InitiateCall(); > >> > >> Ln598 manager.cxx > >> return MakeConnection(call, destinationAddress); > >> > >> ln507 pcss.cxx > >> if (!ownerCall.OnSetUp(*this)) > >> > >> ln301 call.cxx > >> if (conn->SetUpConnection()) { > >> > >> ln200 OpalOSSConnection.cxx > >> m_OSSConnection = userAgent->GetCore()->MakeCall( remoteParty, > >> GetToken() ); > >> > >> ln1122 OpalOSSEndPoint.cxx > >> if( !callSession->MakeCall( remoteURI ) ) > >> > >> Ln294 CallSession.cxx > >> GetSessionManager().ConstructVia( targetAddress, via, > SIPTransport::UDP ); > >> > >> Ln561 SIPSessionManager.cxx > >> if( !transportManager->GetListenerAddress( > >> SIPTransport::UDP, target, addr, port )) > >> > >> Ln343 SIPUDPSocketList.cxx > >> listenerPort = sock->GetPort(); > >> > >> Ln1619 sockets.cxx > >> return port; > >> > >> > >> > >> Thanks, > >> ~Vamsi > >> > >> On 9/17/06, *Joegen E. Baclor* < jo...@pl... > <mailto:jo...@pl...> > >> <mailto:jo...@pl... <mailto:jo...@pl...>>> > wrote: > >> > >> Hi Vamsi, > >> > >> Thanks for the information but I need more help from you so > we can get > >> into the bottom of your problem. > >> > >> Here is the code inside the ActiveX MakeCall function: > >> > >> STDMETHODIMP COpenSIPStackCtl::MakeCall(BSTR address) > >> { > >> // TODO: Add your implementation code here > >> BSTRString addr( address ); > >> Messenger->InitializeSIP(); > >> Messenger->MakeCall( addr ); > >> return S_OK; > >> } > >> > >> Where exactly is the error occuring? Is it inside > >> Messenger->InitializeSIP() or Messenger->MakeCall()? Can you > >> provide a > >> complete call stack and line number where call to GetPort > fails? Also > >> please tell me what operating system you are using, XP or > Win2k? > >> > >> BTW, everything works here. Just compiled the CVS version > and tried a > >> call to 61...@fw... <mailto:61...@fw...> > <mailto:61...@fw... <mailto:61...@fw...>> and I > >> wasn't able to reproduce the error you > >> are getting. > >> > >> > >> Vamsi Pottangi wrote: > >> > > >> > I saw this error > >> > /"An unhandled exception of type > 'System.NullReferenceException' > >> > occurred in axinterop.atlsiplib.dll"/ > >> > > >> > while retuning port in the below function ( sockets.cxx > of PWLIB > >> source > >> > files) > >> > > >> > WORD PSocket::GetPort() const > >> > { > >> > *return port;* > >> > } > >> > > >> > Thanks, > >> > ~Vamsi > >> > > >> > On 9/17/06, *Joegen E. Baclor* < jo...@pl... > <mailto:jo...@pl...> > >> <mailto:jo...@pl... <mailto:jo...@pl...>> > >> > <mailto:jo...@pl... > <mailto:jo...@pl...> <mailto: jo...@pl... > <mailto:jo...@pl...>>>> > >> wrote: > >> > > >> > Hi Vamsi, > >> > > >> > Please run it in debug mode and put a break point > right at > >> > ATLSIP->MakeCall(). Step into the code until it > reaches the > >> offending > >> > code inside the ActiveX. Let me know where exactly the > >> exception > >> > occurs. > >> > > >> > Joegen > >> > > >> > > >> > Vamsi Pottangi wrote: > >> > > Hi Joegen, > >> > > > >> > > I'm seeing the same problem with the latest CVS > code. How > >> to handle > >> > > this exception? > >> > > > >> > > Thanks, > >> > > ~Vamsi > >> > > > >> > > On 9/17/06, *Joegen E. Baclor* > <jo...@pl... <mailto:jo...@pl...> > >> <mailto: jo...@pl... <mailto:jo...@pl...>> > >> > <mailto: jo...@pl... > <mailto:jo...@pl...> <mailto: jo...@pl... > <mailto:jo...@pl...>>> > >> > > <mailto:jo...@pl... > <mailto:jo...@pl...> > >> <mailto:jo...@pl... > <mailto:jo...@pl...>> <mailto:jo...@pl... > <mailto:jo...@pl...> > >> <mailto:jo...@pl... > <mailto:jo...@pl...>>>>> > >> > wrote: > >> > > > >> > > Hi Vamsi, > >> > > > >> > > There are known bugs in the current file release of > >> > > ATLSIP. Please use > >> > > a copy from CVS. Get back to me if you still > >> encounter the same > >> > > problem > >> > > even after using CVS. > >> > > > >> > > Joegen > >> > > > >> > > > >> > > Vamsi Pottangi wrote: > >> > > > > >> > > > Hi, > >> > > > > >> > > > How can I fix this below exception? I was > trying to > >> execute > >> > > > ATLSIPSample.exe > >> > > > I was looking for an ActiveX component for > web based > >> calling. > >> > > > > >> > > > Thanks, > >> > > > ~Vamsi > >> > > > > >> > > > See the end of this message for details on > invoking > >> > > > just-in-time (JIT) debugging instead of this > dialog > >> box. > >> > > > > >> > > > ************** Exception Text ************** > >> > > > System.NullReferenceException : Object > reference not set > >> > to an > >> > > instance > >> > > > of an object. > >> > > > at > Interop.ATLSIPLib.IOpenSIPStackCtl.MakeCall (String > >> > address) > >> > > > at > >> AxInterop.ATLSIPLib.AxOpenSIPStackCtl.MakeCall (String > >> > address) > >> > > > at ATLSIPSample.Form1.Call_Click(Object sender, > >> EventArgs e) > >> > > > at System.Windows.Forms.Control.OnClick > (EventArgs e) > >> > > > at System.Windows.Forms.Button.OnClick > (EventArgs e) > >> > > > at System.Windows.Forms.Button.OnMouseUp > (MouseEventArgs > >> > mevent) > >> > > > at > System.Windows.Forms.Control.WmMouseUp(Message& m, > >> > MouseButtons > >> > > > button, Int32 clicks) > >> > > > at > System.Windows.Forms.Control.WndProc(Message& m) > >> > > > at System.Windows.Forms.ButtonBase.WndProc > (Message& m) > >> > > > at System.Windows.Forms.Button.WndProc > (Message& m) > >> > > > at > System.Windows.Forms.ControlNativeWindow.OnMessage > >> > (Message& m) > >> > > > at > >> > System.Windows.Forms.ControlNativeWindow.WndProc > (Message& m) > >> > > > at > System.Windows.Forms.NativeWindow.Callback(IntPtr > >> hWnd, > >> > Int32 > >> > > msg, > >> > > > IntPtr wparam, IntPtr lparam) > >> > > > > >> > > > > >> > > > ************** Loaded Assemblies ************** > >> > > > mscorlib > >> > > > Assembly Version: 1.0.5000.0 > >> > > > Win32 Version: 1.1.4322.2032 > >> > > > CodeBase: > >> > > > > >> > > >> > file:///c:/sysroot/microsoft.net/framework/v1.1.4322/mscorlib.dll > >> > <file:///c:/sysroot/microsoft.net/framework/v1.1.4322/mscorlib.dll > <file:///c:/sysroot/microsoft.net/framework/v1.1.4322/mscorlib.dll>> > >> > > > < > >> > > >> > file:///c:/sysroot/microsoft.net/framework/v1.1.4322/mscorlib.dll > <file:///c:/sysroot/microsoft.net/framework/v1.1.4322/mscorlib.dll>> > >> > > > ---------------------------------------- > >> > > > ATLSIPSample > >> > > > Assembly Version: 1.0.2450.42636 > >> > > > Win32 Version: > >> > > > CodeBase: > >> > > > > >> > > > >> > > >> > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/ATLSIPSample.exe > >> > < > >> > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/ATLSIPSample.exe> > >> > > > >> > > >> < > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/ATLSIPSample.exe > >> > <file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/ATLSIPSample.exe > <file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/ATLSIPSample.exe>>> > >> > > > ---------------------------------------- > >> > > > System.Windows.Forms > >> > > > Assembly Version: 1.0.5000.0 > >> > > > Win32 Version: 1.1.4322.2032 > >> > > > CodeBase: > >> > > > > >> > > > >> > > >> > file:///c:/sysroot/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll > >> < > file:///c:/sysroot/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll> > >> > > > < > >> > > > >> > > >> > file:///c:/sysroot/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll > <file:///c:/sysroot/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll> > >> > <file:///c:/sysroot/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll > <file:///c:/sysroot/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll>>> > >> > > > ---------------------------------------- > >> > > > System > >> > > > Assembly Version: 1.0.5000.0 > >> > > > Win32 Version: 1.1.4322.2032 > >> > > > CodeBase: > >> > > > > >> > > > >> > > >> > file:///c:/sysroot/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll > >> > <file:///c:/sysroot/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll > <file:///c:/sysroot/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll>> > >> > > >> > <file:///c:/sysroot/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll > > > >> > > > ---------------------------------------- > >> > > > System.Drawing > >> > > > Assembly Version: 1.0.5000.0 > >> > > > Win32 Version: 1.1.4322.2032 > >> > > > CodeBase: > >> > > > > >> > > > >> > > >> > file:///c:/sysroot/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll > >> > > > ---------------------------------------- > >> > > > AxInterop.ATLSIPLib > >> > > > Assembly Version: 1.0.0.0 <http://1.0.0.0> > <http://1.0.0.0> > >> <http://1.0.0.0> > >> > < http://1.0.0.0> <http://1.0.0.0> > >> > > > Win32 Version: 1.0.0.0 <http://1.0.0.0> > <http://1.0.0.0 <http://1.0.0.0>> > >> <http://1.0.0.0> < http://1.0.0.0> > >> > <http://1.0.0.0> > >> > > > CodeBase: > >> > > > > >> > > > >> > > >> > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/AxInterop.ATLSIPLib.DLL > <file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/AxInterop.ATLSIPLib.DLL> > >> > > > ---------------------------------------- > >> > > > Interop.ATLSIPLib > >> > > > Assembly Version: 1.0.0.0 <http://1.0.0.0> > <http://1.0.0.0> > >> <http://1.0.0.0> > >> > <http://1.0.0.0> < http://1.0.0.0> > >> > > > Win32 Version: 1.0.0.0 <http://1.0.0.0> > <http://1.0.0.0> > >> <http://1.0.0.0 <http://1.0.0.0>> <http://1.0.0.0 > >> > <http://1.0.0.0>> < http://1.0.0.0> > >> > > > CodeBase: > >> > > > > >> > > > >> > > >> > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/Interop.ATLSIPLib.DLL > <file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/Interop.ATLSIPLib.DLL> > >> > <file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/Interop.ATLSIPLib.DLL> > >> > > >> > <file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/Interop.ATLSIPLib.DLL> > >> > > > > >> > > > >> > > >> > <file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/Interop.ATLSIPLib.DLL > <file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/Interop.ATLSIPLib.DLL> > >> > > >> > > > >> > > >> > <file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/Interop.ATLSIPLib.DLL > <file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/Interop.ATLSIPLib.DLL> > >> >> > >> > > > ---------------------------------------- > >> > > > > >> > > > ************** JIT Debugging ************** > >> > > > To enable just in time (JIT) debugging, the > config file > >> > for this > >> > > > application or machine ( machine.config) must > have the > >> > > > jitDebugging value set in the > system.windows.forms > >> section. > >> > > > The application must also be compiled with > debugging > >> > > > enabled. > >> > > > > >> > > > For example: > >> > > > > >> > > > <configuration> > >> > > > < system.windows.forms jitDebugging="true" /> > >> > > > </configuration> > >> > > > > >> > > > When JIT debugging is enabled, any unhandled > exception > >> > > > will be sent to the JIT debugger registered > on the > >> machine > >> > > > rather than being handled by this dialog. > >> > > > > >> > > > > >> > > > > >> > > > > >> > > > > >> > > > >> > > >> > ------------------------------------------------------------------------ > > >> > >> > > > > >> > > > > >> > > > >> > > >> > ------------------------------------------------------------------------- > > >> > > > >> > > > Using Tomcat but need to do more? Need to > support web > >> > services, > >> > > security? > >> > > > Get stuff done quickly with pre-integrated > >> technology to make > >> > > your job easier > >> > > > Download IBM WebSphere Application Server v.1.0.1 > >> based on > >> > > Apache Geronimo > >> > > > > >> > > > >> > > >> > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > >> > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>> > >> > > >> > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > >> < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>>> > >> > > < > >> > > >> > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > >> > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>> > >> > < > >> > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > >> < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>>>> > >> > > > > >> > > > >> > > >> > ------------------------------------------------------------------------ > >> > >> > > >> > > > > >> > > > _______________________________________________ > >> > > > opensipstack-devel mailing list > >> > > > ope...@li... > <mailto:ope...@li...> > >> <mailto: ope...@li... > <mailto:ope...@li...>> > >> > <mailto:ope...@li... > <mailto:ope...@li...> > >> <mailto:ope...@li... > <mailto:ope...@li...>>> > >> > > <mailto: > ope...@li... > <mailto:ope...@li...> > >> <mailto:ope...@li... > <mailto:ope...@li...>> > >> > <mailto: ope...@li... > <mailto:ope...@li...> > >> <mailto:ope...@li... > <mailto:ope...@li...>>>> > >> > > > > >> > > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > >> > > > > >> > > > >> > > > >> > > > >> > > >> > ------------------------------------------------------------------------- > >> > >> > > > >> > > Using Tomcat but need to do more? Need to > support web > >> services, > >> > > security? > >> > > Get stuff done quickly with pre-integrated > technology to > >> > make your > >> > > job easier > >> > > Download IBM WebSphere Application Server > v.1.0.1 based on > >> > Apache > >> > > Geronimo > >> > > > >> > > >> > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > >> < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>> > >> > > >> < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > >> > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>>> > >> > > < > >> > > >> > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > >> > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>> > >> > > >> > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > >> < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>>>> > >> > > _______________________________________________ > >> > > opensipstack-devel mailing list > >> > > ope...@li... > <mailto:ope...@li...> > >> <mailto: ope...@li... > <mailto:ope...@li...>> > >> > <mailto: ope...@li... > <mailto:ope...@li...> > >> <mailto:ope...@li... > <mailto:ope...@li...>>> > >> > > <mailto: > ope...@li... > <mailto:ope...@li...> > >> <mailto:ope...@li... > <mailto:ope...@li...>> > >> > <mailto: ope...@li... > <mailto:ope...@li...> > >> <mailto:ope...@li... > <mailto:ope...@li...>>>> > >> > > > >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > >> > > > >> > < > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > >> > < > >> > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > <https://lists.sourceforge.net/lists/listinfo/opensipstack-devel>>> > >> > > > >> > > > >> > > > >> > > >> > ------------------------------------------------------------------------ > >> > > > >> > > > >> > > >> > ------------------------------------------------------------------------- > >> > > Using Tomcat but need to do more? Need to support web > >> services, > >> > security? > >> > > Get stuff done quickly with pre-integrated > technology to make > >> > your job easier > >> > > Download IBM WebSphere Application Server v.1.0.1 > based on > >> > Apache Geronimo > >> > > > >> > > >> > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > >> > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>> > >> > > >> > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > >> < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>>> > >> > > > >> > > >> > ------------------------------------------------------------------------ > >> > > > >> > > _______________________________________________ > >> > > opensipstack-devel mailing list > >> > > ope...@li... > <mailto:ope...@li...> > >> <mailto: ope...@li... > <mailto:ope...@li...>> > >> > <mailto:ope...@li... > <mailto:ope...@li...> > >> <mailto: ope...@li... > <mailto:ope...@li...>>> > >> > > > >> > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > <https://lists.sourceforge.net/lists/listinfo/opensipstack-devel> > >> > > > >> > > >> > > >> > > >> > ------------------------------------------------------------------------- > >> > >> > Using Tomcat but need to do more? Need to support web > services, > >> > security? > >> > Get stuff done quickly with pre-integrated technology to > >> make your > >> > job easier > >> > Download IBM WebSphere Application Server v.1.0.1 > based on > >> Apache > >> > Geronimo > >> > > >> > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > >> > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>> > >> > > >> > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > >> < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>>> > >> > _______________________________________________ > >> > opensipstack-devel mailing list > >> > ope...@li... > <mailto:ope...@li...> > >> <mailto: ope...@li... > <mailto:ope...@li...>> > >> > <mailto: ope...@li... > <mailto:ope...@li...> > >> <mailto: ope...@li... > <mailto:ope...@li...>>> > >> > > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > >> > > >> > > >> > > >> > ------------------------------------------------------------------------ > >> > > >> > > >> > ------------------------------------------------------------------------- > > >> > Using Tomcat but need to do more? Need to support web > services, > >> security? > >> > Get stuff done quickly with pre-integrated technology to make > >> your job easier > >> > Download IBM WebSphere Application Server v.1.0.1 based on > >> Apache Geronimo > >> > > >> > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > >> > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>> > >> > > >> > ------------------------------------------------------------------------ > >> > > >> > _______________________________________________ > >> > opensipstack-devel mailing list > >> > ope...@li... > <mailto:ope...@li...> > >> <mailto:ope...@li... > <mailto:ope...@li...>> > >> > > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > >> > > >> > >> > >> > ------------------------------------------------------------------------- > > >> Using Tomcat but need to do more? Need to support web services, > >> security? > >> Get stuff done quickly with pre-integrated technology to > make your > >> job easier > >> Download IBM WebSphere Application Server v.1.0.1 based on > Apache > >> Geronimo > >> > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > >> > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>> > >> _______________________________________________ > >> opensipstack-devel mailing list > >> ope...@li... > <mailto:ope...@li...> > >> <mailto: ope...@li... > <mailto:ope...@li...>> > >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > >> > >> > >> > ------------------------------------------------------------------------ > >> > >> > ------------------------------------------------------------------------- > >> Using Tomcat but need to do more? Need to support web services, > security? > >> Get stuff done quickly with pre-integrated technology to make > your job easier > >> Download IBM WebSphere Application Server v.1.0.1 based on > Apache Geronimo > >> > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > >> > ------------------------------------------------------------------------ > >> > >> _______________________________________________ > >> opensipstack-devel mailing list > >> ope...@li... > <mailto:ope...@li...> > >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > >> > >> > > > > > > > ------------------------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web services, > security? > > Get stuff done quickly with pre-integrated technology to make > your job easier > > Download IBM WebSphere Application Server v.1.0.1 based on > Apache Geronimo > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > _______________________________________________ > > opensipstack-devel mailing list > > ope...@li... > <mailto:ope...@li...> > > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > > > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your > job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > <mailto:ope...@li...> > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > ------------------------------------------------------------------------ > > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > |
From: Vamsi P. <vam...@gm...> - 2006-09-18 04:04:16
|
Cool.... that port problem is fixed, but now I see another problem while building the SDP. SetRemoteAdress is throwing exception in the fucntion GetDummyTransport An unhandled exception of type 'System.NullReferenceException' occurred in axinterop.atlsiplib.dll Additional information: Object reference not set to an instance of an object. Ln372 CallSession.cxx OnRequireSDPOffer( invite ); Ln957 OpalOSSEndPoint.cxx return ossCon->OnRequireSDPOffer( offer ); Ln706 OpalOSSConnection.cxx rtpSession = CreateSession(GetTransport(), rtpSessionId, NULL); lN1020 OpalOSSConnection.cxx return (const_cast< OpalOSSConnection * >( this ))->GetDummyTransport(); Ln1044 OpalOSSConnection m_OpalTransport->SetRemoteAddress( remoteAddress ); In case you need the ipconfig /all output Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. C:\Documents and Settings\Administrator>ipconfig /all Windows IP Configuration Host Name . . . . . . . . . . . . : BLRKECL16859 Primary Dns Suffix . . . . . . . : ad.com Node Type . . . . . . . . . . . . : Hybrid IP Routing Enabled. . . . . . . . : No WINS Proxy Enabled. . . . . . . . : No DNS Suffix Search List. . . . . . : ad.com ad.infosys.com infosys.com Ethernet adapter Local Area Connection 2: Connection-specific DNS Suffix . : ad.com Description . . . . . . . . . . . : Intel(R) PRO/100 VE Network Connecti on Physical Address. . . . . . . . . : 00-0E-7B-6C-BB-92 Dhcp Enabled. . . . . . . . . . . : Yes Autoconfiguration Enabled . . . . : Yes IP Address. . . . . . . . . . . . : 192.168.101.23 Subnet Mask . . . . . . . . . . . : 255.255.255.0 Default Gateway . . . . . . . . . : 192.168.101.1 DHCP Server . . . . . . . . . . . : 192.168.101.4 DNS Servers . . . . . . . . . . . : 192.168.200.53 192.168.200.57 Primary WINS Server . . . . . . . : 192.168.16.15 Lease Obtained. . . . . . . . . . : Monday, September 18, 2006 8:08:04 A M Lease Expires . . . . . . . . . . : Monday, September 18, 2006 11:08:04 AM Ethernet adapter Wireless Network Connection 2: Media State . . . . . . . . . . . : Media disconnected Description . . . . . . . . . . . : Intel(R) PRO/Wireless 2200BG Network Connection Physical Address. . . . . . . . . : 00-13-CE-66-B1-D9 Ethernet adapter {465966F4-28C0-489D-BD2B-A26176F62D53}: Media State . . . . . . . . . . . : Media disconnected Description . . . . . . . . . . . : Check Point Virtual Network Adapter For SecureClient - SecuRemote Miniport Physical Address. . . . . . . . . : 54-55-43-44-52-08 C:\Documents and Settings\Administrator> Thanks, ~Vamsi On 9/18/06, Joegen E. Baclor <jo...@pl...> wrote: > > Hi Vamsi, > > Try changing the follwing code block to the one i've pasted below and > let me know if the problem still occurs. > > //--------------------START-------------------------- > > BOOL SIPUDPSocketList::GetListenerAddress( > const PIPSocket::Address & sendAddress, > PIPSocket::Address & ifaceAddress, > WORD & listenerPort > ) > { > if( m_SocketList.GetSize() == 0 ) > return FALSE; > > if( !sendAddress.IsLoopback() ) > { > > ifaceAddress = > SIPTransportManager::GetDefaultInterfaceAddress( sendAddress ); > > if( !ifaceAddress.IsValid() || ifaceAddress.IsLoopback() ) > return FALSE; > > }else > { > ifaceAddress = PIPSocket::Address( "127.0.0.1" ); > } > > PCaselessString key = ifaceAddress.AsString(); > PUDPSocket * sock = m_SocketList.GetAt( key ); > > if( sock == NULL ) > { > ifaceAddress = > SIPTransportManager::GetDefaultInterfaceAddress(); > > if( sock == NULL ) > return FALSE; > > if( !ifaceAddress.IsValid() ) > return FALSE; > } > > listenerPort = sock->GetPort(); > > return TRUE; > } > > //---------------------END-------------------------- > > > Joegen E. Baclor wrote: > > Hi Vamsi, > > > > Thanks! I think we are near nailing this problem down. It seems like > > we are not getting the proper listener socket for the destination URI. > > I just need one last piece of information from your environment. Can > > you do an "ipconfig /all" in the windows command prompt and send me back > > the results? > > > > Joegen > > > > > > Vamsi Pottangi wrote: > > > >> Hi Joegen, > >> > >> I'm using WinXP with Microsoft Development Environment 20003 and .NET > >> Framework 1.1 > >> > >> Here is the trace with line numbers, hope this information helpful to > >> fix the problem. > >> > >> Ln439 manager.cxx > >> if (MakeConnection(*call, partyA, userData)) { > >> > >> Ln255 pcss.cxx > >> connection->InitiateCall(); > >> > >> Ln598 manager.cxx > >> return MakeConnection(call, destinationAddress); > >> > >> ln507 pcss.cxx > >> if (!ownerCall.OnSetUp(*this)) > >> > >> ln301 call.cxx > >> if (conn->SetUpConnection()) { > >> > >> ln200 OpalOSSConnection.cxx > >> m_OSSConnection = userAgent->GetCore()->MakeCall( remoteParty, > >> GetToken() ); > >> > >> ln1122 OpalOSSEndPoint.cxx > >> if( !callSession->MakeCall( remoteURI ) ) > >> > >> Ln294 CallSession.cxx > >> GetSessionManager().ConstructVia( targetAddress, via, SIPTransport::UDP > ); > >> > >> Ln561 SIPSessionManager.cxx > >> if( !transportManager->GetListenerAddress( > >> SIPTransport::UDP, target, addr, port )) > >> > >> Ln343 SIPUDPSocketList.cxx > >> listenerPort = sock->GetPort(); > >> > >> Ln1619 sockets.cxx > >> return port; > >> > >> > >> > >> Thanks, > >> ~Vamsi > >> > >> On 9/17/06, *Joegen E. Baclor* <jo...@pl... > >> <mailto:jo...@pl...>> wrote: > >> > >> Hi Vamsi, > >> > >> Thanks for the information but I need more help from you so we can > get > >> into the bottom of your problem. > >> > >> Here is the code inside the ActiveX MakeCall function: > >> > >> STDMETHODIMP COpenSIPStackCtl::MakeCall(BSTR address) > >> { > >> // TODO: Add your implementation code here > >> BSTRString addr( address ); > >> Messenger->InitializeSIP(); > >> Messenger->MakeCall( addr ); > >> return S_OK; > >> } > >> > >> Where exactly is the error occuring? Is it inside > >> Messenger->InitializeSIP() or Messenger->MakeCall()? Can you > >> provide a > >> complete call stack and line number where call to GetPort > fails? Also > >> please tell me what operating system you are using, XP or Win2k? > >> > >> BTW, everything works here. Just compiled the CVS version and > tried a > >> call to 61...@fw... <mailto:61...@fw...> and I > >> wasn't able to reproduce the error you > >> are getting. > >> > >> > >> Vamsi Pottangi wrote: > >> > > >> > I saw this error > >> > /"An unhandled exception of type 'System.NullReferenceException' > >> > occurred in axinterop.atlsiplib.dll"/ > >> > > >> > while retuning port in the below function ( sockets.cxx of PWLIB > >> source > >> > files) > >> > > >> > WORD PSocket::GetPort() const > >> > { > >> > *return port;* > >> > } > >> > > >> > Thanks, > >> > ~Vamsi > >> > > >> > On 9/17/06, *Joegen E. Baclor* < jo...@pl... > >> <mailto:jo...@pl...> > >> > <mailto:jo...@pl... <mailto:jo...@pl...>>> > >> wrote: > >> > > >> > Hi Vamsi, > >> > > >> > Please run it in debug mode and put a break point right at > >> > ATLSIP->MakeCall(). Step into the code until it reaches the > >> offending > >> > code inside the ActiveX. Let me know where exactly the > >> exception > >> > occurs. > >> > > >> > Joegen > >> > > >> > > >> > Vamsi Pottangi wrote: > >> > > Hi Joegen, > >> > > > >> > > I'm seeing the same problem with the latest CVS code. How > >> to handle > >> > > this exception? > >> > > > >> > > Thanks, > >> > > ~Vamsi > >> > > > >> > > On 9/17/06, *Joegen E. Baclor* <jo...@pl... > >> <mailto:jo...@pl...> > >> > <mailto: jo...@pl... <mailto:jo...@pl... > >> > >> > > <mailto:jo...@pl... > >> <mailto:jo...@pl...> <mailto:jo...@pl... > >> <mailto:jo...@pl...>>>> > >> > wrote: > >> > > > >> > > Hi Vamsi, > >> > > > >> > > There are known bugs in the current file release of > >> > > ATLSIP. Please use > >> > > a copy from CVS. Get back to me if you still > >> encounter the same > >> > > problem > >> > > even after using CVS. > >> > > > >> > > Joegen > >> > > > >> > > > >> > > Vamsi Pottangi wrote: > >> > > > > >> > > > Hi, > >> > > > > >> > > > How can I fix this below exception? I was trying to > >> execute > >> > > > ATLSIPSample.exe > >> > > > I was looking for an ActiveX component for web based > >> calling. > >> > > > > >> > > > Thanks, > >> > > > ~Vamsi > >> > > > > >> > > > See the end of this message for details on invoking > >> > > > just-in-time (JIT) debugging instead of this dialog > >> box. > >> > > > > >> > > > ************** Exception Text ************** > >> > > > System.NullReferenceException : Object reference not > set > >> > to an > >> > > instance > >> > > > of an object. > >> > > > at Interop.ATLSIPLib.IOpenSIPStackCtl.MakeCall(String > >> > address) > >> > > > at > >> AxInterop.ATLSIPLib.AxOpenSIPStackCtl.MakeCall(String > >> > address) > >> > > > at ATLSIPSample.Form1.Call_Click(Object sender, > >> EventArgs e) > >> > > > at System.Windows.Forms.Control.OnClick(EventArgs e) > >> > > > at System.Windows.Forms.Button.OnClick (EventArgs e) > >> > > > at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs > >> > mevent) > >> > > > at System.Windows.Forms.Control.WmMouseUp(Message& m, > >> > MouseButtons > >> > > > button, Int32 clicks) > >> > > > at System.Windows.Forms.Control.WndProc(Message& m) > >> > > > at System.Windows.Forms.ButtonBase.WndProc (Message& > m) > >> > > > at System.Windows.Forms.Button.WndProc(Message& m) > >> > > > at System.Windows.Forms.ControlNativeWindow.OnMessage > >> > (Message& m) > >> > > > at > >> > System.Windows.Forms.ControlNativeWindow.WndProc (Message& m) > >> > > > at System.Windows.Forms.NativeWindow.Callback(IntPtr > >> hWnd, > >> > Int32 > >> > > msg, > >> > > > IntPtr wparam, IntPtr lparam) > >> > > > > >> > > > > >> > > > ************** Loaded Assemblies ************** > >> > > > mscorlib > >> > > > Assembly Version: 1.0.5000.0 > >> > > > Win32 Version: 1.1.4322.2032 > >> > > > CodeBase: > >> > > > > >> > > >> file:///c:/sysroot/microsoft.net/framework/v1.1.4322/mscorlib.dll > >> <file:///c:/sysroot/microsoft.net/framework/v1.1.4322/mscorlib.dll> > >> > > > < > >> > > >> file:///c:/sysroot/microsoft.net/framework/v1.1.4322/mscorlib.dll> > >> > > > ---------------------------------------- > >> > > > ATLSIPSample > >> > > > Assembly Version: 1.0.2450.42636 > >> > > > Win32 Version: > >> > > > CodeBase: > >> > > > > >> > > > >> > > >> > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/ATLSIPSample.exe > >> > < > >> > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/ATLSIPSample.exe > > > >> > > > >> > > >> < > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/ATLSIPSample.exe > >> < > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/ATLSIPSample.exe > >> > >> > > > ---------------------------------------- > >> > > > System.Windows.Forms > >> > > > Assembly Version: 1.0.5000.0 > >> > > > Win32 Version: 1.1.4322.2032 > >> > > > CodeBase: > >> > > > > >> > > > >> > > >> > file:///c:/sysroot/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll > >> < > file:///c:/sysroot/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll > > > >> > > > < > >> > > > >> > > >> > file:///c:/sysroot/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll > >> < > file:///c:/sysroot/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll > >> > >> > > > ---------------------------------------- > >> > > > System > >> > > > Assembly Version: 1.0.5000.0 > >> > > > Win32 Version: 1.1.4322.2032 > >> > > > CodeBase: > >> > > > > >> > > > >> > > >> > file:///c:/sysroot/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll > >> < > file:///c:/sysroot/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll > > > >> > > >> < > file:///c:/sysroot/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll > > > >> > > > ---------------------------------------- > >> > > > System.Drawing > >> > > > Assembly Version: 1.0.5000.0 > >> > > > Win32 Version: 1.1.4322.2032 > >> > > > CodeBase: > >> > > > > >> > > > >> > > >> > file:///c:/sysroot/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll > >> > > > ---------------------------------------- > >> > > > AxInterop.ATLSIPLib > >> > > > Assembly Version: 1.0.0.0 <http://1.0.0.0> > >> <http://1.0.0.0> > >> > < http://1.0.0.0> <http://1.0.0.0> > >> > > > Win32 Version: 1.0.0.0 <http://1.0.0.0> > >> <http://1.0.0.0> < http://1.0.0.0> > >> > <http://1.0.0.0> > >> > > > CodeBase: > >> > > > > >> > > > >> > > >> > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/AxInterop.ATLSIPLib.DLL > >> > > > ---------------------------------------- > >> > > > Interop.ATLSIPLib > >> > > > Assembly Version: 1.0.0.0 <http://1.0.0.0> > >> <http://1.0.0.0> > >> > <http://1.0.0.0> <http://1.0.0.0> > >> > > > Win32 Version: 1.0.0.0 <http://1.0.0.0> > >> <http://1.0.0.0> <http://1.0.0.0 > >> > <http://1.0.0.0>> < http://1.0.0.0> > >> > > > CodeBase: > >> > > > > >> > > > >> > > >> > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/Interop.ATLSIPLib.DLL > >> < > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/Interop.ATLSIPLib.DLL > > > >> > > >> < > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/Interop.ATLSIPLib.DLL > > > >> > > > > >> > > > >> > > >> < > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/Interop.ATLSIPLib.DLL > >> > > >> > > > >> > > >> < > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/Interop.ATLSIPLib.DLL > >> >> > >> > > > ---------------------------------------- > >> > > > > >> > > > ************** JIT Debugging ************** > >> > > > To enable just in time (JIT) debugging, the config > file > >> > for this > >> > > > application or machine ( machine.config) must have > the > >> > > > jitDebugging value set in the system.windows.forms > >> section. > >> > > > The application must also be compiled with debugging > >> > > > enabled. > >> > > > > >> > > > For example: > >> > > > > >> > > > <configuration> > >> > > > <system.windows.forms jitDebugging="true" /> > >> > > > </configuration> > >> > > > > >> > > > When JIT debugging is enabled, any unhandled > exception > >> > > > will be sent to the JIT debugger registered on the > >> machine > >> > > > rather than being handled by this dialog. > >> > > > > >> > > > > >> > > > > >> > > > > >> > > > > >> > > > >> > > >> > ------------------------------------------------------------------------ > >> > >> > > > > >> > > > > >> > > > >> > > >> > ------------------------------------------------------------------------- > >> > > > >> > > > Using Tomcat but need to do more? Need to support web > >> > services, > >> > > security? > >> > > > Get stuff done quickly with pre-integrated > >> technology to make > >> > > your job easier > >> > > > Download IBM WebSphere Application Server v.1.0.1 > >> based on > >> > > Apache Geronimo > >> > > > > >> > > > >> > > >> > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > >> < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > >> > > >> < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > >> < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>> > >> > > < > >> > > >> > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > >> < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > >> > < > >> > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > >> < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > >>> > >> > > > > >> > > > >> > > >> > ------------------------------------------------------------------------ > >> > >> > > >> > > > > >> > > > _______________________________________________ > >> > > > opensipstack-devel mailing list > >> > > > ope...@li... > >> <mailto:ope...@li...> > >> > <mailto:ope...@li... > >> <mailto:ope...@li...>> > >> > > <mailto: ope...@li... > >> <mailto:ope...@li...> > >> > <mailto:ope...@li... > >> <mailto:ope...@li...>>> > >> > > > > >> > > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > >> > > > > >> > > > >> > > > >> > > > >> > > >> > ------------------------------------------------------------------------- > >> > >> > > > >> > > Using Tomcat but need to do more? Need to support web > >> services, > >> > > security? > >> > > Get stuff done quickly with pre-integrated technology > to > >> > make your > >> > > job easier > >> > > Download IBM WebSphere Application Server v.1.0.1 based > on > >> > Apache > >> > > Geronimo > >> > > > >> > > >> > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > >> < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > >> > > >> < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > >> < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>> > >> > > < > >> > > >> > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > >> < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > >> > > >> < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > >> < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > >>> > >> > > _______________________________________________ > >> > > opensipstack-devel mailing list > >> > > ope...@li... > >> <mailto:ope...@li...> > >> > <mailto: ope...@li... > >> <mailto:ope...@li...>> > >> > > <mailto:ope...@li... > >> <mailto:ope...@li...> > >> > <mailto: ope...@li... > >> <mailto:ope...@li...>>> > >> > > > >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > >> > > > >> > < > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > >> > < > >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel>> > >> > > > >> > > > >> > > > >> > > >> > ------------------------------------------------------------------------ > >> > > > >> > > > >> > > >> > ------------------------------------------------------------------------- > >> > > Using Tomcat but need to do more? Need to support web > >> services, > >> > security? > >> > > Get stuff done quickly with pre-integrated technology to > make > >> > your job easier > >> > > Download IBM WebSphere Application Server v.1.0.1 based on > >> > Apache Geronimo > >> > > > >> > > >> > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > >> < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > >> > > >> < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > >> < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>> > >> > > > >> > > >> > ------------------------------------------------------------------------ > >> > > > >> > > _______________________________________________ > >> > > opensipstack-devel mailing list > >> > > ope...@li... > >> <mailto:ope...@li...> > >> > <mailto:ope...@li... > >> <mailto:ope...@li...>> > >> > > > >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > >> > > > >> > > >> > > >> > > >> > ------------------------------------------------------------------------- > >> > >> > Using Tomcat but need to do more? Need to support web > services, > >> > security? > >> > Get stuff done quickly with pre-integrated technology to > >> make your > >> > job easier > >> > Download IBM WebSphere Application Server v.1.0.1 based on > >> Apache > >> > Geronimo > >> > > >> > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > >> < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > >> > > >> < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > >> < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>> > >> > _______________________________________________ > >> > opensipstack-devel mailing list > >> > ope...@li... > >> <mailto:ope...@li...> > >> > <mailto: ope...@li... > >> <mailto:ope...@li...>> > >> > > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > >> > > >> > > >> > > >> > ------------------------------------------------------------------------ > >> > > >> > > >> > ------------------------------------------------------------------------- > >> > Using Tomcat but need to do more? Need to support web services, > >> security? > >> > Get stuff done quickly with pre-integrated technology to make > >> your job easier > >> > Download IBM WebSphere Application Server v.1.0.1 based on > >> Apache Geronimo > >> > > >> > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > >> < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > >> > > >> > ------------------------------------------------------------------------ > >> > > >> > _______________________________________________ > >> > opensipstack-devel mailing list > >> > ope...@li... > >> <mailto:ope...@li...> > >> > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > >> > > >> > >> > >> > ------------------------------------------------------------------------- > >> Using Tomcat but need to do more? Need to support web services, > >> security? > >> Get stuff done quickly with pre-integrated technology to make your > >> job easier > >> Download IBM WebSphere Application Server v.1.0.1 based on Apache > >> Geronimo > >> > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > >> < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > >> _______________________________________________ > >> opensipstack-devel mailing list > >> ope...@li... > >> <mailto:ope...@li...> > >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > >> > >> > >> > ------------------------------------------------------------------------ > >> > >> > ------------------------------------------------------------------------- > >> Using Tomcat but need to do more? Need to support web services, > security? > >> Get stuff done quickly with pre-integrated technology to make your job > easier > >> Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > >> > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > >> > ------------------------------------------------------------------------ > >> > >> _______________________________________________ > >> opensipstack-devel mailing list > >> ope...@li... > >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > >> > >> > > > > > > > ------------------------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web services, > security? > > Get stuff done quickly with pre-integrated technology to make your job > easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > _______________________________________________ > > opensipstack-devel mailing list > > ope...@li... > > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > > > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > |
From: Joegen E. B. <jo...@pl...> - 2006-09-18 00:53:56
|
Hi Vamsi, Try changing the follwing code block to the one i've pasted below and let me know if the problem still occurs. //--------------------START-------------------------- BOOL SIPUDPSocketList::GetListenerAddress( const PIPSocket::Address & sendAddress, PIPSocket::Address & ifaceAddress, WORD & listenerPort ) { if( m_SocketList.GetSize() == 0 ) return FALSE; if( !sendAddress.IsLoopback() ) { ifaceAddress = SIPTransportManager::GetDefaultInterfaceAddress( sendAddress ); if( !ifaceAddress.IsValid() || ifaceAddress.IsLoopback() ) return FALSE; }else { ifaceAddress = PIPSocket::Address( "127.0.0.1" ); } PCaselessString key = ifaceAddress.AsString(); PUDPSocket * sock = m_SocketList.GetAt( key ); if( sock == NULL ) { ifaceAddress = SIPTransportManager::GetDefaultInterfaceAddress(); if( sock == NULL ) return FALSE; if( !ifaceAddress.IsValid() ) return FALSE; } listenerPort = sock->GetPort(); return TRUE; } //---------------------END-------------------------- Joegen E. Baclor wrote: > Hi Vamsi, > > Thanks! I think we are near nailing this problem down. It seems like > we are not getting the proper listener socket for the destination URI. > I just need one last piece of information from your environment. Can > you do an "ipconfig /all" in the windows command prompt and send me back > the results? > > Joegen > > > Vamsi Pottangi wrote: > >> Hi Joegen, >> >> I'm using WinXP with Microsoft Development Environment 20003 and .NET >> Framework 1.1 >> >> Here is the trace with line numbers, hope this information helpful to >> fix the problem. >> >> Ln439 manager.cxx >> if (MakeConnection(*call, partyA, userData)) { >> >> Ln255 pcss.cxx >> connection->InitiateCall(); >> >> Ln598 manager.cxx >> return MakeConnection(call, destinationAddress); >> >> ln507 pcss.cxx >> if (!ownerCall.OnSetUp(*this)) >> >> ln301 call.cxx >> if (conn->SetUpConnection()) { >> >> ln200 OpalOSSConnection.cxx >> m_OSSConnection = userAgent->GetCore()->MakeCall( remoteParty, >> GetToken() ); >> >> ln1122 OpalOSSEndPoint.cxx >> if( !callSession->MakeCall( remoteURI ) ) >> >> Ln294 CallSession.cxx >> GetSessionManager().ConstructVia( targetAddress, via, SIPTransport::UDP ); >> >> Ln561 SIPSessionManager.cxx >> if( !transportManager->GetListenerAddress( >> SIPTransport::UDP, target, addr, port )) >> >> Ln343 SIPUDPSocketList.cxx >> listenerPort = sock->GetPort(); >> >> Ln1619 sockets.cxx >> return port; >> >> >> >> Thanks, >> ~Vamsi >> >> On 9/17/06, *Joegen E. Baclor* <jo...@pl... >> <mailto:jo...@pl...>> wrote: >> >> Hi Vamsi, >> >> Thanks for the information but I need more help from you so we can get >> into the bottom of your problem. >> >> Here is the code inside the ActiveX MakeCall function: >> >> STDMETHODIMP COpenSIPStackCtl::MakeCall(BSTR address) >> { >> // TODO: Add your implementation code here >> BSTRString addr( address ); >> Messenger->InitializeSIP(); >> Messenger->MakeCall( addr ); >> return S_OK; >> } >> >> Where exactly is the error occuring? Is it inside >> Messenger->InitializeSIP() or Messenger->MakeCall()? Can you >> provide a >> complete call stack and line number where call to GetPort fails? Also >> please tell me what operating system you are using, XP or Win2k? >> >> BTW, everything works here. Just compiled the CVS version and tried a >> call to 61...@fw... <mailto:61...@fw...> and I >> wasn't able to reproduce the error you >> are getting. >> >> >> Vamsi Pottangi wrote: >> > >> > I saw this error >> > /"An unhandled exception of type 'System.NullReferenceException' >> > occurred in axinterop.atlsiplib.dll"/ >> > >> > while retuning port in the below function ( sockets.cxx of PWLIB >> source >> > files) >> > >> > WORD PSocket::GetPort() const >> > { >> > *return port;* >> > } >> > >> > Thanks, >> > ~Vamsi >> > >> > On 9/17/06, *Joegen E. Baclor* < jo...@pl... >> <mailto:jo...@pl...> >> > <mailto:jo...@pl... <mailto:jo...@pl...>>> >> wrote: >> > >> > Hi Vamsi, >> > >> > Please run it in debug mode and put a break point right at >> > ATLSIP->MakeCall(). Step into the code until it reaches the >> offending >> > code inside the ActiveX. Let me know where exactly the >> exception >> > occurs. >> > >> > Joegen >> > >> > >> > Vamsi Pottangi wrote: >> > > Hi Joegen, >> > > >> > > I'm seeing the same problem with the latest CVS code. How >> to handle >> > > this exception? >> > > >> > > Thanks, >> > > ~Vamsi >> > > >> > > On 9/17/06, *Joegen E. Baclor* <jo...@pl... >> <mailto:jo...@pl...> >> > <mailto: jo...@pl... <mailto:jo...@pl...>> >> > > <mailto:jo...@pl... >> <mailto:jo...@pl...> <mailto:jo...@pl... >> <mailto:jo...@pl...>>>> >> > wrote: >> > > >> > > Hi Vamsi, >> > > >> > > There are known bugs in the current file release of >> > > ATLSIP. Please use >> > > a copy from CVS. Get back to me if you still >> encounter the same >> > > problem >> > > even after using CVS. >> > > >> > > Joegen >> > > >> > > >> > > Vamsi Pottangi wrote: >> > > > >> > > > Hi, >> > > > >> > > > How can I fix this below exception? I was trying to >> execute >> > > > ATLSIPSample.exe >> > > > I was looking for an ActiveX component for web based >> calling. >> > > > >> > > > Thanks, >> > > > ~Vamsi >> > > > >> > > > See the end of this message for details on invoking >> > > > just-in-time (JIT) debugging instead of this dialog >> box. >> > > > >> > > > ************** Exception Text ************** >> > > > System.NullReferenceException : Object reference not set >> > to an >> > > instance >> > > > of an object. >> > > > at Interop.ATLSIPLib.IOpenSIPStackCtl.MakeCall (String >> > address) >> > > > at >> AxInterop.ATLSIPLib.AxOpenSIPStackCtl.MakeCall(String >> > address) >> > > > at ATLSIPSample.Form1.Call_Click(Object sender, >> EventArgs e) >> > > > at System.Windows.Forms.Control.OnClick(EventArgs e) >> > > > at System.Windows.Forms.Button.OnClick (EventArgs e) >> > > > at System.Windows.Forms.Button.OnMouseUp (MouseEventArgs >> > mevent) >> > > > at System.Windows.Forms.Control.WmMouseUp(Message& m, >> > MouseButtons >> > > > button, Int32 clicks) >> > > > at System.Windows.Forms.Control.WndProc(Message& m) >> > > > at System.Windows.Forms.ButtonBase.WndProc (Message& m) >> > > > at System.Windows.Forms.Button.WndProc(Message& m) >> > > > at System.Windows.Forms.ControlNativeWindow.OnMessage >> > (Message& m) >> > > > at >> > System.Windows.Forms.ControlNativeWindow.WndProc (Message& m) >> > > > at System.Windows.Forms.NativeWindow.Callback(IntPtr >> hWnd, >> > Int32 >> > > msg, >> > > > IntPtr wparam, IntPtr lparam) >> > > > >> > > > >> > > > ************** Loaded Assemblies ************** >> > > > mscorlib >> > > > Assembly Version: 1.0.5000.0 >> > > > Win32 Version: 1.1.4322.2032 >> > > > CodeBase: >> > > > >> > >> file:///c:/sysroot/microsoft.net/framework/v1.1.4322/mscorlib.dll >> <file:///c:/sysroot/microsoft.net/framework/v1.1.4322/mscorlib.dll> >> > > > < >> > >> file:///c:/sysroot/microsoft.net/framework/v1.1.4322/mscorlib.dll> >> > > > ---------------------------------------- >> > > > ATLSIPSample >> > > > Assembly Version: 1.0.2450.42636 >> > > > Win32 Version: >> > > > CodeBase: >> > > > >> > > >> > >> file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/ATLSIPSample.exe >> > < >> file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/ATLSIPSample.exe> >> > > >> > >> <file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/ATLSIPSample.exe >> <file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/ATLSIPSample.exe>> >> > > > ---------------------------------------- >> > > > System.Windows.Forms >> > > > Assembly Version: 1.0.5000.0 >> > > > Win32 Version: 1.1.4322.2032 >> > > > CodeBase: >> > > > >> > > >> > >> file:///c:/sysroot/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll >> <file:///c:/sysroot/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll> >> > > > < >> > > >> > >> file:///c:/sysroot/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll >> <file:///c:/sysroot/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll>> >> > > > ---------------------------------------- >> > > > System >> > > > Assembly Version: 1.0.5000.0 >> > > > Win32 Version: 1.1.4322.2032 >> > > > CodeBase: >> > > > >> > > >> > >> file:///c:/sysroot/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll >> <file:///c:/sysroot/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll> >> > >> <file:///c:/sysroot/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll> >> > > > ---------------------------------------- >> > > > System.Drawing >> > > > Assembly Version: 1.0.5000.0 >> > > > Win32 Version: 1.1.4322.2032 >> > > > CodeBase: >> > > > >> > > >> > >> file:///c:/sysroot/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll >> > > > ---------------------------------------- >> > > > AxInterop.ATLSIPLib >> > > > Assembly Version: 1.0.0.0 <http://1.0.0.0> >> <http://1.0.0.0> >> > < http://1.0.0.0> <http://1.0.0.0> >> > > > Win32 Version: 1.0.0.0 <http://1.0.0.0> >> <http://1.0.0.0> < http://1.0.0.0> >> > <http://1.0.0.0> >> > > > CodeBase: >> > > > >> > > >> > >> file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/AxInterop.ATLSIPLib.DLL >> > > > ---------------------------------------- >> > > > Interop.ATLSIPLib >> > > > Assembly Version: 1.0.0.0 <http://1.0.0.0> >> <http://1.0.0.0> >> > <http://1.0.0.0> <http://1.0.0.0> >> > > > Win32 Version: 1.0.0.0 <http://1.0.0.0> >> <http://1.0.0.0> <http://1.0.0.0 >> > <http://1.0.0.0>> < http://1.0.0.0> >> > > > CodeBase: >> > > > >> > > >> > >> file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/Interop.ATLSIPLib.DLL >> <file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/Interop.ATLSIPLib.DLL> >> > >> <file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/Interop.ATLSIPLib.DLL> >> > > > >> > > >> > >> <file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/Interop.ATLSIPLib.DLL >> > >> > > >> > >> <file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/Interop.ATLSIPLib.DLL >> >> >> > > > ---------------------------------------- >> > > > >> > > > ************** JIT Debugging ************** >> > > > To enable just in time (JIT) debugging, the config file >> > for this >> > > > application or machine ( machine.config) must have the >> > > > jitDebugging value set in the system.windows.forms >> section. >> > > > The application must also be compiled with debugging >> > > > enabled. >> > > > >> > > > For example: >> > > > >> > > > <configuration> >> > > > <system.windows.forms jitDebugging="true" /> >> > > > </configuration> >> > > > >> > > > When JIT debugging is enabled, any unhandled exception >> > > > will be sent to the JIT debugger registered on the >> machine >> > > > rather than being handled by this dialog. >> > > > >> > > > >> > > > >> > > > >> > > > >> > > >> > >> ------------------------------------------------------------------------ >> >> > > > >> > > > >> > > >> > >> ------------------------------------------------------------------------- >> > > >> > > > Using Tomcat but need to do more? Need to support web >> > services, >> > > security? >> > > > Get stuff done quickly with pre-integrated >> technology to make >> > > your job easier >> > > > Download IBM WebSphere Application Server v.1.0.1 >> based on >> > > Apache Geronimo >> > > > >> > > >> > >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >> <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> >> > >> <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >> <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>> >> > > < >> > >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >> <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> >> > < >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >> <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>>> >> > > > >> > > >> > >> ------------------------------------------------------------------------ >> >> > >> > > > >> > > > _______________________________________________ >> > > > opensipstack-devel mailing list >> > > > ope...@li... >> <mailto:ope...@li...> >> > <mailto:ope...@li... >> <mailto:ope...@li...>> >> > > <mailto: ope...@li... >> <mailto:ope...@li...> >> > <mailto:ope...@li... >> <mailto:ope...@li...>>> >> > > > >> > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >> > > > >> > > >> > > >> > > >> > >> ------------------------------------------------------------------------- >> >> > > >> > > Using Tomcat but need to do more? Need to support web >> services, >> > > security? >> > > Get stuff done quickly with pre-integrated technology to >> > make your >> > > job easier >> > > Download IBM WebSphere Application Server v.1.0.1 based on >> > Apache >> > > Geronimo >> > > >> > >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >> <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> >> > >> <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >> <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>> >> > > < >> > >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >> <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> >> > >> <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >> <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>>> >> > > _______________________________________________ >> > > opensipstack-devel mailing list >> > > ope...@li... >> <mailto:ope...@li...> >> > <mailto: ope...@li... >> <mailto:ope...@li...>> >> > > <mailto:ope...@li... >> <mailto:ope...@li...> >> > <mailto: ope...@li... >> <mailto:ope...@li...>>> >> > > >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >> > > >> > <https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >> > < >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel>> >> > > >> > > >> > > >> > >> ------------------------------------------------------------------------ >> > > >> > > >> > >> ------------------------------------------------------------------------- >> > > Using Tomcat but need to do more? Need to support web >> services, >> > security? >> > > Get stuff done quickly with pre-integrated technology to make >> > your job easier >> > > Download IBM WebSphere Application Server v.1.0.1 based on >> > Apache Geronimo >> > > >> > >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >> <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> >> > >> <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >> <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>> >> > > >> > >> ------------------------------------------------------------------------ >> > > >> > > _______________________________________________ >> > > opensipstack-devel mailing list >> > > ope...@li... >> <mailto:ope...@li...> >> > <mailto:ope...@li... >> <mailto:ope...@li...>> >> > > >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >> > > >> > >> > >> > >> ------------------------------------------------------------------------- >> >> > Using Tomcat but need to do more? Need to support web services, >> > security? >> > Get stuff done quickly with pre-integrated technology to >> make your >> > job easier >> > Download IBM WebSphere Application Server v.1.0.1 based on >> Apache >> > Geronimo >> > >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >> <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> >> > >> <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >> <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>> >> > _______________________________________________ >> > opensipstack-devel mailing list >> > ope...@li... >> <mailto:ope...@li...> >> > <mailto: ope...@li... >> <mailto:ope...@li...>> >> > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >> > >> > >> > >> ------------------------------------------------------------------------ >> > >> > >> ------------------------------------------------------------------------- >> > Using Tomcat but need to do more? Need to support web services, >> security? >> > Get stuff done quickly with pre-integrated technology to make >> your job easier >> > Download IBM WebSphere Application Server v.1.0.1 based on >> Apache Geronimo >> > >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >> <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> >> > >> ------------------------------------------------------------------------ >> > >> > _______________________________________________ >> > opensipstack-devel mailing list >> > ope...@li... >> <mailto:ope...@li...> >> > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >> > >> >> >> ------------------------------------------------------------------------- >> Using Tomcat but need to do more? Need to support web services, >> security? >> Get stuff done quickly with pre-integrated technology to make your >> job easier >> Download IBM WebSphere Application Server v.1.0.1 based on Apache >> Geronimo >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >> <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> >> _______________________________________________ >> opensipstack-devel mailing list >> ope...@li... >> <mailto:ope...@li...> >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >> >> >> ------------------------------------------------------------------------ >> >> ------------------------------------------------------------------------- >> Using Tomcat but need to do more? Need to support web services, security? >> Get stuff done quickly with pre-integrated technology to make your job easier >> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> opensipstack-devel mailing list >> ope...@li... >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >> >> > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > |
From: Joegen E. B. <jo...@pl...> - 2006-09-18 00:39:07
|
Hi Vamsi, Thanks! I think we are near nailing this problem down. It seems like we are not getting the proper listener socket for the destination URI. I just need one last piece of information from your environment. Can you do an "ipconfig /all" in the windows command prompt and send me back the results? Joegen Vamsi Pottangi wrote: > > Hi Joegen, > > I'm using WinXP with Microsoft Development Environment 20003 and .NET > Framework 1.1 > > Here is the trace with line numbers, hope this information helpful to > fix the problem. > > Ln439 manager.cxx > if (MakeConnection(*call, partyA, userData)) { > > Ln255 pcss.cxx > connection->InitiateCall(); > > Ln598 manager.cxx > return MakeConnection(call, destinationAddress); > > ln507 pcss.cxx > if (!ownerCall.OnSetUp(*this)) > > ln301 call.cxx > if (conn->SetUpConnection()) { > > ln200 OpalOSSConnection.cxx > m_OSSConnection = userAgent->GetCore()->MakeCall( remoteParty, > GetToken() ); > > ln1122 OpalOSSEndPoint.cxx > if( !callSession->MakeCall( remoteURI ) ) > > Ln294 CallSession.cxx > GetSessionManager().ConstructVia( targetAddress, via, SIPTransport::UDP ); > > Ln561 SIPSessionManager.cxx > if( !transportManager->GetListenerAddress( > SIPTransport::UDP, target, addr, port )) > > Ln343 SIPUDPSocketList.cxx > listenerPort = sock->GetPort(); > > Ln1619 sockets.cxx > return port; > > > > Thanks, > ~Vamsi > > On 9/17/06, *Joegen E. Baclor* <jo...@pl... > <mailto:jo...@pl...>> wrote: > > Hi Vamsi, > > Thanks for the information but I need more help from you so we can get > into the bottom of your problem. > > Here is the code inside the ActiveX MakeCall function: > > STDMETHODIMP COpenSIPStackCtl::MakeCall(BSTR address) > { > // TODO: Add your implementation code here > BSTRString addr( address ); > Messenger->InitializeSIP(); > Messenger->MakeCall( addr ); > return S_OK; > } > > Where exactly is the error occuring? Is it inside > Messenger->InitializeSIP() or Messenger->MakeCall()? Can you > provide a > complete call stack and line number where call to GetPort fails? Also > please tell me what operating system you are using, XP or Win2k? > > BTW, everything works here. Just compiled the CVS version and tried a > call to 61...@fw... <mailto:61...@fw...> and I > wasn't able to reproduce the error you > are getting. > > > Vamsi Pottangi wrote: > > > > I saw this error > > /"An unhandled exception of type 'System.NullReferenceException' > > occurred in axinterop.atlsiplib.dll"/ > > > > while retuning port in the below function ( sockets.cxx of PWLIB > source > > files) > > > > WORD PSocket::GetPort() const > > { > > *return port;* > > } > > > > Thanks, > > ~Vamsi > > > > On 9/17/06, *Joegen E. Baclor* < jo...@pl... > <mailto:jo...@pl...> > > <mailto:jo...@pl... <mailto:jo...@pl...>>> > wrote: > > > > Hi Vamsi, > > > > Please run it in debug mode and put a break point right at > > ATLSIP->MakeCall(). Step into the code until it reaches the > offending > > code inside the ActiveX. Let me know where exactly the > exception > > occurs. > > > > Joegen > > > > > > Vamsi Pottangi wrote: > > > Hi Joegen, > > > > > > I'm seeing the same problem with the latest CVS code. How > to handle > > > this exception? > > > > > > Thanks, > > > ~Vamsi > > > > > > On 9/17/06, *Joegen E. Baclor* <jo...@pl... > <mailto:jo...@pl...> > > <mailto: jo...@pl... <mailto:jo...@pl...>> > > > <mailto:jo...@pl... > <mailto:jo...@pl...> <mailto:jo...@pl... > <mailto:jo...@pl...>>>> > > wrote: > > > > > > Hi Vamsi, > > > > > > There are known bugs in the current file release of > > > ATLSIP. Please use > > > a copy from CVS. Get back to me if you still > encounter the same > > > problem > > > even after using CVS. > > > > > > Joegen > > > > > > > > > Vamsi Pottangi wrote: > > > > > > > > Hi, > > > > > > > > How can I fix this below exception? I was trying to > execute > > > > ATLSIPSample.exe > > > > I was looking for an ActiveX component for web based > calling. > > > > > > > > Thanks, > > > > ~Vamsi > > > > > > > > See the end of this message for details on invoking > > > > just-in-time (JIT) debugging instead of this dialog > box. > > > > > > > > ************** Exception Text ************** > > > > System.NullReferenceException : Object reference not set > > to an > > > instance > > > > of an object. > > > > at Interop.ATLSIPLib.IOpenSIPStackCtl.MakeCall (String > > address) > > > > at > AxInterop.ATLSIPLib.AxOpenSIPStackCtl.MakeCall(String > > address) > > > > at ATLSIPSample.Form1.Call_Click(Object sender, > EventArgs e) > > > > at System.Windows.Forms.Control.OnClick(EventArgs e) > > > > at System.Windows.Forms.Button.OnClick (EventArgs e) > > > > at System.Windows.Forms.Button.OnMouseUp (MouseEventArgs > > mevent) > > > > at System.Windows.Forms.Control.WmMouseUp(Message& m, > > MouseButtons > > > > button, Int32 clicks) > > > > at System.Windows.Forms.Control.WndProc(Message& m) > > > > at System.Windows.Forms.ButtonBase.WndProc (Message& m) > > > > at System.Windows.Forms.Button.WndProc(Message& m) > > > > at System.Windows.Forms.ControlNativeWindow.OnMessage > > (Message& m) > > > > at > > System.Windows.Forms.ControlNativeWindow.WndProc (Message& m) > > > > at System.Windows.Forms.NativeWindow.Callback(IntPtr > hWnd, > > Int32 > > > msg, > > > > IntPtr wparam, IntPtr lparam) > > > > > > > > > > > > ************** Loaded Assemblies ************** > > > > mscorlib > > > > Assembly Version: 1.0.5000.0 > > > > Win32 Version: 1.1.4322.2032 > > > > CodeBase: > > > > > > > file:///c:/sysroot/microsoft.net/framework/v1.1.4322/mscorlib.dll > <file:///c:/sysroot/microsoft.net/framework/v1.1.4322/mscorlib.dll> > > > > < > > > file:///c:/sysroot/microsoft.net/framework/v1.1.4322/mscorlib.dll> > > > > ---------------------------------------- > > > > ATLSIPSample > > > > Assembly Version: 1.0.2450.42636 > > > > Win32 Version: > > > > CodeBase: > > > > > > > > > > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/ATLSIPSample.exe > > < > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/ATLSIPSample.exe> > > > > > > <file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/ATLSIPSample.exe > <file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/ATLSIPSample.exe>> > > > > ---------------------------------------- > > > > System.Windows.Forms > > > > Assembly Version: 1.0.5000.0 > > > > Win32 Version: 1.1.4322.2032 > > > > CodeBase: > > > > > > > > > > file:///c:/sysroot/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll > <file:///c:/sysroot/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll> > > > > < > > > > > > file:///c:/sysroot/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll > <file:///c:/sysroot/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll>> > > > > ---------------------------------------- > > > > System > > > > Assembly Version: 1.0.5000.0 > > > > Win32 Version: 1.1.4322.2032 > > > > CodeBase: > > > > > > > > > > file:///c:/sysroot/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll > <file:///c:/sysroot/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll> > > > <file:///c:/sysroot/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll> > > > > ---------------------------------------- > > > > System.Drawing > > > > Assembly Version: 1.0.5000.0 > > > > Win32 Version: 1.1.4322.2032 > > > > CodeBase: > > > > > > > > > > file:///c:/sysroot/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll > > > > ---------------------------------------- > > > > AxInterop.ATLSIPLib > > > > Assembly Version: 1.0.0.0 <http://1.0.0.0> > <http://1.0.0.0> > > < http://1.0.0.0> <http://1.0.0.0> > > > > Win32 Version: 1.0.0.0 <http://1.0.0.0> > <http://1.0.0.0> < http://1.0.0.0> > > <http://1.0.0.0> > > > > CodeBase: > > > > > > > > > > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/AxInterop.ATLSIPLib.DLL > > > > ---------------------------------------- > > > > Interop.ATLSIPLib > > > > Assembly Version: 1.0.0.0 <http://1.0.0.0> > <http://1.0.0.0> > > <http://1.0.0.0> <http://1.0.0.0> > > > > Win32 Version: 1.0.0.0 <http://1.0.0.0> > <http://1.0.0.0> <http://1.0.0.0 > > <http://1.0.0.0>> < http://1.0.0.0> > > > > CodeBase: > > > > > > > > > > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/Interop.ATLSIPLib.DLL > <file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/Interop.ATLSIPLib.DLL> > > > <file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/Interop.ATLSIPLib.DLL> > > > > > > > > > > <file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/Interop.ATLSIPLib.DLL > > > > > > > > <file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/Interop.ATLSIPLib.DLL > >> > > > > ---------------------------------------- > > > > > > > > ************** JIT Debugging ************** > > > > To enable just in time (JIT) debugging, the config file > > for this > > > > application or machine ( machine.config) must have the > > > > jitDebugging value set in the system.windows.forms > section. > > > > The application must also be compiled with debugging > > > > enabled. > > > > > > > > For example: > > > > > > > > <configuration> > > > > <system.windows.forms jitDebugging="true" /> > > > > </configuration> > > > > > > > > When JIT debugging is enabled, any unhandled exception > > > > will be sent to the JIT debugger registered on the > machine > > > > rather than being handled by this dialog. > > > > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------------------------ > > > > > > > > > > > > > > > ------------------------------------------------------------------------- > > > > > > > Using Tomcat but need to do more? Need to support web > > services, > > > security? > > > > Get stuff done quickly with pre-integrated > technology to make > > > your job easier > > > > Download IBM WebSphere Application Server v.1.0.1 > based on > > > Apache Geronimo > > > > > > > > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>> > > > < > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>>> > > > > > > > > > > ------------------------------------------------------------------------ > > > > > > > > > > > _______________________________________________ > > > > opensipstack-devel mailing list > > > > ope...@li... > <mailto:ope...@li...> > > <mailto:ope...@li... > <mailto:ope...@li...>> > > > <mailto: ope...@li... > <mailto:ope...@li...> > > <mailto:ope...@li... > <mailto:ope...@li...>>> > > > > > > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > > > > > > > > > > > > > > ------------------------------------------------------------------------- > > > > > > > Using Tomcat but need to do more? Need to support web > services, > > > security? > > > Get stuff done quickly with pre-integrated technology to > > make your > > > job easier > > > Download IBM WebSphere Application Server v.1.0.1 based on > > Apache > > > Geronimo > > > > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>> > > > < > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>>> > > > _______________________________________________ > > > opensipstack-devel mailing list > > > ope...@li... > <mailto:ope...@li...> > > <mailto: ope...@li... > <mailto:ope...@li...>> > > > <mailto:ope...@li... > <mailto:ope...@li...> > > <mailto: ope...@li... > <mailto:ope...@li...>>> > > > > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > > > <https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > < > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel>> > > > > > > > > > > > > ------------------------------------------------------------------------ > > > > > > > > > ------------------------------------------------------------------------- > > > Using Tomcat but need to do more? Need to support web > services, > > security? > > > Get stuff done quickly with pre-integrated technology to make > > your job easier > > > Download IBM WebSphere Application Server v.1.0.1 based on > > Apache Geronimo > > > > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>> > > > > > > ------------------------------------------------------------------------ > > > > > > _______________________________________________ > > > opensipstack-devel mailing list > > > ope...@li... > <mailto:ope...@li...> > > <mailto:ope...@li... > <mailto:ope...@li...>> > > > > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > > > > > > > > ------------------------------------------------------------------------- > > > Using Tomcat but need to do more? Need to support web services, > > security? > > Get stuff done quickly with pre-integrated technology to > make your > > job easier > > Download IBM WebSphere Application Server v.1.0.1 based on > Apache > > Geronimo > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>> > > _______________________________________________ > > opensipstack-devel mailing list > > ope...@li... > <mailto:ope...@li...> > > <mailto: ope...@li... > <mailto:ope...@li...>> > > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > > > > > ------------------------------------------------------------------------ > > > > > ------------------------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web services, > security? > > Get stuff done quickly with pre-integrated technology to make > your job easier > > Download IBM WebSphere Application Server v.1.0.1 based on > Apache Geronimo > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > opensipstack-devel mailing list > > ope...@li... > <mailto:ope...@li...> > > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your > job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > <mailto:ope...@li...> > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > ------------------------------------------------------------------------ > > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > |
From: Vamsi P. <vam...@gm...> - 2006-09-17 17:38:06
|
Hi Joegen, I'm using WinXP with Microsoft Development Environment 20003 and .NET Framework 1.1 Here is the trace with line numbers, hope this information helpful to fix the problem. Ln439 manager.cxx if (MakeConnection(*call, partyA, userData)) { Ln255 pcss.cxx connection->InitiateCall(); Ln598 manager.cxx return MakeConnection(call, destinationAddress); ln507 pcss.cxx if (!ownerCall.OnSetUp(*this)) ln301 call.cxx if (conn->SetUpConnection()) { ln200 OpalOSSConnection.cxx m_OSSConnection = userAgent->GetCore()->MakeCall( remoteParty, GetToken() ); ln1122 OpalOSSEndPoint.cxx if( !callSession->MakeCall( remoteURI ) ) Ln294 CallSession.cxx GetSessionManager().ConstructVia( targetAddress, via, SIPTransport::UDP ); Ln561 SIPSessionManager.cxx if( !transportManager->GetListenerAddress( SIPTransport::UDP, target, addr, port )) Ln343 SIPUDPSocketList.cxx listenerPort = sock->GetPort(); Ln1619 sockets.cxx return port; Thanks, ~Vamsi On 9/17/06, Joegen E. Baclor <jo...@pl...> wrote: > > Hi Vamsi, > > Thanks for the information but I need more help from you so we can get > into the bottom of your problem. > > Here is the code inside the ActiveX MakeCall function: > > STDMETHODIMP COpenSIPStackCtl::MakeCall(BSTR address) > { > // TODO: Add your implementation code here > BSTRString addr( address ); > Messenger->InitializeSIP(); > Messenger->MakeCall( addr ); > return S_OK; > } > > Where exactly is the error occuring? Is it inside > Messenger->InitializeSIP() or Messenger->MakeCall()? Can you provide a > complete call stack and line number where call to GetPort fails? Also > please tell me what operating system you are using, XP or Win2k? > > BTW, everything works here. Just compiled the CVS version and tried a > call to 61...@fw... and I wasn't able to reproduce the error you > are getting. > > > Vamsi Pottangi wrote: > > > > I saw this error > > /"An unhandled exception of type 'System.NullReferenceException' > > occurred in axinterop.atlsiplib.dll"/ > > > > while retuning port in the below function (sockets.cxx of PWLIB source > > files) > > > > WORD PSocket::GetPort() const > > { > > *return port;* > > } > > > > Thanks, > > ~Vamsi > > > > On 9/17/06, *Joegen E. Baclor* < jo...@pl... > > <mailto:jo...@pl...>> wrote: > > > > Hi Vamsi, > > > > Please run it in debug mode and put a break point right at > > ATLSIP->MakeCall(). Step into the code until it reaches the > offending > > code inside the ActiveX. Let me know where exactly the exception > > occurs. > > > > Joegen > > > > > > Vamsi Pottangi wrote: > > > Hi Joegen, > > > > > > I'm seeing the same problem with the latest CVS code. How to > handle > > > this exception? > > > > > > Thanks, > > > ~Vamsi > > > > > > On 9/17/06, *Joegen E. Baclor* <jo...@pl... > > <mailto:jo...@pl...> > > > <mailto:jo...@pl... <mailto:jo...@pl...>>> > > wrote: > > > > > > Hi Vamsi, > > > > > > There are known bugs in the current file release of > > > ATLSIP. Please use > > > a copy from CVS. Get back to me if you still encounter the > same > > > problem > > > even after using CVS. > > > > > > Joegen > > > > > > > > > Vamsi Pottangi wrote: > > > > > > > > Hi, > > > > > > > > How can I fix this below exception? I was trying to execute > > > > ATLSIPSample.exe > > > > I was looking for an ActiveX component for web based > calling. > > > > > > > > Thanks, > > > > ~Vamsi > > > > > > > > See the end of this message for details on invoking > > > > just-in-time (JIT) debugging instead of this dialog box. > > > > > > > > ************** Exception Text ************** > > > > System.NullReferenceException : Object reference not set > > to an > > > instance > > > > of an object. > > > > at Interop.ATLSIPLib.IOpenSIPStackCtl.MakeCall (String > > address) > > > > at AxInterop.ATLSIPLib.AxOpenSIPStackCtl.MakeCall(String > > address) > > > > at ATLSIPSample.Form1.Call_Click(Object sender, EventArgs e) > > > > at System.Windows.Forms.Control.OnClick(EventArgs e) > > > > at System.Windows.Forms.Button.OnClick(EventArgs e) > > > > at System.Windows.Forms.Button.OnMouseUp (MouseEventArgs > > mevent) > > > > at System.Windows.Forms.Control.WmMouseUp(Message& m, > > MouseButtons > > > > button, Int32 clicks) > > > > at System.Windows.Forms.Control.WndProc(Message& m) > > > > at System.Windows.Forms.ButtonBase.WndProc (Message& m) > > > > at System.Windows.Forms.Button.WndProc(Message& m) > > > > at System.Windows.Forms.ControlNativeWindow.OnMessage > > (Message& m) > > > > at > > System.Windows.Forms.ControlNativeWindow.WndProc(Message& m) > > > > at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, > > Int32 > > > msg, > > > > IntPtr wparam, IntPtr lparam) > > > > > > > > > > > > ************** Loaded Assemblies ************** > > > > mscorlib > > > > Assembly Version: 1.0.5000.0 > > > > Win32 Version: 1.1.4322.2032 > > > > CodeBase: > > > > > > file:///c:/sysroot/microsoft.net/framework/v1.1.4322/mscorlib.dll > > > > < > > file:///c:/sysroot/microsoft.net/framework/v1.1.4322/mscorlib.dll> > > > > ---------------------------------------- > > > > ATLSIPSample > > > > Assembly Version: 1.0.2450.42636 > > > > Win32 Version: > > > > CodeBase: > > > > > > > > > > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/ATLSIPSample.exe > > < > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/ATLSIPSample.exe > > > > > > > < > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/ATLSIPSample.exe > > > > > > ---------------------------------------- > > > > System.Windows.Forms > > > > Assembly Version: 1.0.5000.0 > > > > Win32 Version: 1.1.4322.2032 > > > > CodeBase: > > > > > > > > > > file:///c:/sysroot/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll > > > > < > > > > > > file:///c:/sysroot/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll > > > > > > ---------------------------------------- > > > > System > > > > Assembly Version: 1.0.5000.0 > > > > Win32 Version: 1.1.4322.2032 > > > > CodeBase: > > > > > > > > > > file:///c:/sysroot/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll > > < > file:///c:/sysroot/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll > > > > > > ---------------------------------------- > > > > System.Drawing > > > > Assembly Version: 1.0.5000.0 > > > > Win32 Version: 1.1.4322.2032 > > > > CodeBase: > > > > > > > > > > file:///c:/sysroot/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll > > > > ---------------------------------------- > > > > AxInterop.ATLSIPLib > > > > Assembly Version: 1.0.0.0 <http://1.0.0.0> > > <http://1.0.0.0> <http://1.0.0.0> > > > > Win32 Version: 1.0.0.0 <http://1.0.0.0> <http://1.0.0.0> > > <http://1.0.0.0> > > > > CodeBase: > > > > > > > > > > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/AxInterop.ATLSIPLib.DLL > > > > ---------------------------------------- > > > > Interop.ATLSIPLib > > > > Assembly Version: 1.0.0.0 <http://1.0.0.0> > > <http://1.0.0.0> <http://1.0.0.0> > > > > Win32 Version: 1.0.0.0 <http://1.0.0.0> <http://1.0.0.0 > > <http://1.0.0.0>> <http://1.0.0.0> > > > > CodeBase: > > > > > > > > > > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/Interop.ATLSIPLib.DLL > > < > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/Interop.ATLSIPLib.DLL > > > > > > > > > > > < > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/Interop.ATLSIPLib.DLL > > > > > > > < > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/Interop.ATLSIPLib.DLL > >> > > > > ---------------------------------------- > > > > > > > > ************** JIT Debugging ************** > > > > To enable just in time (JIT) debugging, the config file > > for this > > > > application or machine ( machine.config) must have the > > > > jitDebugging value set in the system.windows.forms section. > > > > The application must also be compiled with debugging > > > > enabled. > > > > > > > > For example: > > > > > > > > <configuration> > > > > <system.windows.forms jitDebugging="true" /> > > > > </configuration> > > > > > > > > When JIT debugging is enabled, any unhandled exception > > > > will be sent to the JIT debugger registered on the machine > > > > rather than being handled by this dialog. > > > > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------------------------ > > > > > > > > > > > > > > ------------------------------------------------------------------------- > > > > > > > Using Tomcat but need to do more? Need to support web > > services, > > > security? > > > > Get stuff done quickly with pre-integrated technology to > make > > > your job easier > > > > Download IBM WebSphere Application Server v.1.0.1 based on > > > Apache Geronimo > > > > > > > > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > > < > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>> > > > > > > > > > > ------------------------------------------------------------------------ > > > > > > > > > > _______________________________________________ > > > > opensipstack-devel mailing list > > > > ope...@li... > > <mailto:ope...@li...> > > > <mailto:ope...@li... > > <mailto:ope...@li...>> > > > > > > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > > > > > > > > > > > > > > ------------------------------------------------------------------------- > > > > > > Using Tomcat but need to do more? Need to support web > services, > > > security? > > > Get stuff done quickly with pre-integrated technology to > > make your > > > job easier > > > Download IBM WebSphere Application Server v.1.0.1 based on > > Apache > > > Geronimo > > > > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > > < > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>> > > > _______________________________________________ > > > opensipstack-devel mailing list > > > ope...@li... > > <mailto:ope...@li...> > > > <mailto:ope...@li... > > <mailto:ope...@li...>> > > > > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > > > <https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > <https://lists.sourceforge.net/lists/listinfo/opensipstack-devel>> > > > > > > > > > > > > ------------------------------------------------------------------------ > > > > > > > > > ------------------------------------------------------------------------- > > > Using Tomcat but need to do more? Need to support web services, > > security? > > > Get stuff done quickly with pre-integrated technology to make > > your job easier > > > Download IBM WebSphere Application Server v.1.0.1 based on > > Apache Geronimo > > > > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > > > > > ------------------------------------------------------------------------ > > > > > > _______________________________________________ > > > opensipstack-devel mailing list > > > ope...@li... > > <mailto:ope...@li...> > > > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > > > > > > > > ------------------------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web services, > > security? > > Get stuff done quickly with pre-integrated technology to make your > > job easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache > > Geronimo > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > _______________________________________________ > > opensipstack-devel mailing list > > ope...@li... > > <mailto:ope...@li...> > > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > > > > ------------------------------------------------------------------------ > > > > > ------------------------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web services, > security? > > Get stuff done quickly with pre-integrated technology to make your job > easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > opensipstack-devel mailing list > > ope...@li... > > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > |
From: Joegen E. B. <jo...@pl...> - 2006-09-17 13:23:15
|
Hi Vamsi, Thanks for the information but I need more help from you so we can get into the bottom of your problem. Here is the code inside the ActiveX MakeCall function: STDMETHODIMP COpenSIPStackCtl::MakeCall(BSTR address) { // TODO: Add your implementation code here BSTRString addr( address ); Messenger->InitializeSIP(); Messenger->MakeCall( addr ); return S_OK; } Where exactly is the error occuring? Is it inside Messenger->InitializeSIP() or Messenger->MakeCall()? Can you provide a complete call stack and line number where call to GetPort fails? Also please tell me what operating system you are using, XP or Win2k? BTW, everything works here. Just compiled the CVS version and tried a call to 61...@fw... and I wasn't able to reproduce the error you are getting. Vamsi Pottangi wrote: > > I saw this error > /"An unhandled exception of type 'System.NullReferenceException' > occurred in axinterop.atlsiplib.dll"/ > > while retuning port in the below function (sockets.cxx of PWLIB source > files) > > WORD PSocket::GetPort() const > { > *return port;* > } > > Thanks, > ~Vamsi > > On 9/17/06, *Joegen E. Baclor* < jo...@pl... > <mailto:jo...@pl...>> wrote: > > Hi Vamsi, > > Please run it in debug mode and put a break point right at > ATLSIP->MakeCall(). Step into the code until it reaches the offending > code inside the ActiveX. Let me know where exactly the exception > occurs. > > Joegen > > > Vamsi Pottangi wrote: > > Hi Joegen, > > > > I'm seeing the same problem with the latest CVS code. How to handle > > this exception? > > > > Thanks, > > ~Vamsi > > > > On 9/17/06, *Joegen E. Baclor* <jo...@pl... > <mailto:jo...@pl...> > > <mailto:jo...@pl... <mailto:jo...@pl...>>> > wrote: > > > > Hi Vamsi, > > > > There are known bugs in the current file release of > > ATLSIP. Please use > > a copy from CVS. Get back to me if you still encounter the same > > problem > > even after using CVS. > > > > Joegen > > > > > > Vamsi Pottangi wrote: > > > > > > Hi, > > > > > > How can I fix this below exception? I was trying to execute > > > ATLSIPSample.exe > > > I was looking for an ActiveX component for web based calling. > > > > > > Thanks, > > > ~Vamsi > > > > > > See the end of this message for details on invoking > > > just-in-time (JIT) debugging instead of this dialog box. > > > > > > ************** Exception Text ************** > > > System.NullReferenceException : Object reference not set > to an > > instance > > > of an object. > > > at Interop.ATLSIPLib.IOpenSIPStackCtl.MakeCall (String > address) > > > at AxInterop.ATLSIPLib.AxOpenSIPStackCtl.MakeCall(String > address) > > > at ATLSIPSample.Form1.Call_Click(Object sender, EventArgs e) > > > at System.Windows.Forms.Control.OnClick(EventArgs e) > > > at System.Windows.Forms.Button.OnClick(EventArgs e) > > > at System.Windows.Forms.Button.OnMouseUp (MouseEventArgs > mevent) > > > at System.Windows.Forms.Control.WmMouseUp(Message& m, > MouseButtons > > > button, Int32 clicks) > > > at System.Windows.Forms.Control.WndProc(Message& m) > > > at System.Windows.Forms.ButtonBase.WndProc (Message& m) > > > at System.Windows.Forms.Button.WndProc(Message& m) > > > at System.Windows.Forms.ControlNativeWindow.OnMessage > (Message& m) > > > at > System.Windows.Forms.ControlNativeWindow.WndProc(Message& m) > > > at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, > Int32 > > msg, > > > IntPtr wparam, IntPtr lparam) > > > > > > > > > ************** Loaded Assemblies ************** > > > mscorlib > > > Assembly Version: 1.0.5000.0 > > > Win32 Version: 1.1.4322.2032 > > > CodeBase: > > > > file:///c:/sysroot/microsoft.net/framework/v1.1.4322/mscorlib.dll > > > < > file:///c:/sysroot/microsoft.net/framework/v1.1.4322/mscorlib.dll> > > > ---------------------------------------- > > > ATLSIPSample > > > Assembly Version: 1.0.2450.42636 > > > Win32 Version: > > > CodeBase: > > > > > > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/ATLSIPSample.exe > <file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/ATLSIPSample.exe> > > > <file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/ATLSIPSample.exe> > > > ---------------------------------------- > > > System.Windows.Forms > > > Assembly Version: 1.0.5000.0 > > > Win32 Version: 1.1.4322.2032 > > > CodeBase: > > > > > > file:///c:/sysroot/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll > > > < > > > file:///c:/sysroot/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll> > > > ---------------------------------------- > > > System > > > Assembly Version: 1.0.5000.0 > > > Win32 Version: 1.1.4322.2032 > > > CodeBase: > > > > > > file:///c:/sysroot/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll > <file:///c:/sysroot/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll> > > > ---------------------------------------- > > > System.Drawing > > > Assembly Version: 1.0.5000.0 > > > Win32 Version: 1.1.4322.2032 > > > CodeBase: > > > > > > file:///c:/sysroot/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll > > > ---------------------------------------- > > > AxInterop.ATLSIPLib > > > Assembly Version: 1.0.0.0 <http://1.0.0.0> > <http://1.0.0.0> <http://1.0.0.0> > > > Win32 Version: 1.0.0.0 <http://1.0.0.0> <http://1.0.0.0> > <http://1.0.0.0> > > > CodeBase: > > > > > > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/AxInterop.ATLSIPLib.DLL > > > ---------------------------------------- > > > Interop.ATLSIPLib > > > Assembly Version: 1.0.0.0 <http://1.0.0.0> > <http://1.0.0.0> <http://1.0.0.0> > > > Win32 Version: 1.0.0.0 <http://1.0.0.0> <http://1.0.0.0 > <http://1.0.0.0>> <http://1.0.0.0> > > > CodeBase: > > > > > > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/Interop.ATLSIPLib.DLL > <file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/Interop.ATLSIPLib.DLL> > > > > > > <file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/Interop.ATLSIPLib.DLL > > > > <file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/Interop.ATLSIPLib.DLL>> > > > ---------------------------------------- > > > > > > ************** JIT Debugging ************** > > > To enable just in time (JIT) debugging, the config file > for this > > > application or machine ( machine.config) must have the > > > jitDebugging value set in the system.windows.forms section. > > > The application must also be compiled with debugging > > > enabled. > > > > > > For example: > > > > > > <configuration> > > > <system.windows.forms jitDebugging="true" /> > > > </configuration> > > > > > > When JIT debugging is enabled, any unhandled exception > > > will be sent to the JIT debugger registered on the machine > > > rather than being handled by this dialog. > > > > > > > > > > > > > > > > > > ------------------------------------------------------------------------ > > > > > > > > > ------------------------------------------------------------------------- > > > > > Using Tomcat but need to do more? Need to support web > services, > > security? > > > Get stuff done quickly with pre-integrated technology to make > > your job easier > > > Download IBM WebSphere Application Server v.1.0.1 based on > > Apache Geronimo > > > > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>> > > > > > > ------------------------------------------------------------------------ > > > > > > > _______________________________________________ > > > opensipstack-devel mailing list > > > ope...@li... > <mailto:ope...@li...> > > <mailto:ope...@li... > <mailto:ope...@li...>> > > > > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > > > > > > > > ------------------------------------------------------------------------- > > > > Using Tomcat but need to do more? Need to support web services, > > security? > > Get stuff done quickly with pre-integrated technology to > make your > > job easier > > Download IBM WebSphere Application Server v.1.0.1 based on > Apache > > Geronimo > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>> > > _______________________________________________ > > opensipstack-devel mailing list > > ope...@li... > <mailto:ope...@li...> > > <mailto:ope...@li... > <mailto:ope...@li...>> > > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > <https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > <https://lists.sourceforge.net/lists/listinfo/opensipstack-devel>> > > > > > > > ------------------------------------------------------------------------ > > > > > ------------------------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web services, > security? > > Get stuff done quickly with pre-integrated technology to make > your job easier > > Download IBM WebSphere Application Server v.1.0.1 based on > Apache Geronimo > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > opensipstack-devel mailing list > > ope...@li... > <mailto:ope...@li...> > > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your > job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > <mailto:ope...@li...> > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > ------------------------------------------------------------------------ > > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > |
From: Vamsi P. <vam...@gm...> - 2006-09-17 12:41:41
|
I saw this error *"An unhandled exception of type 'System.NullReferenceException' occurred in axinterop.atlsiplib.dll"* while retuning port in the below function (sockets.cxx of PWLIB source files) WORD PSocket::GetPort() const { *return port;* } Thanks, ~Vamsi On 9/17/06, Joegen E. Baclor <jo...@pl...> wrote: > > Hi Vamsi, > > Please run it in debug mode and put a break point right at > ATLSIP->MakeCall(). Step into the code until it reaches the offending > code inside the ActiveX. Let me know where exactly the exception occurs. > > Joegen > > > Vamsi Pottangi wrote: > > Hi Joegen, > > > > I'm seeing the same problem with the latest CVS code. How to handle > > this exception? > > > > Thanks, > > ~Vamsi > > > > On 9/17/06, *Joegen E. Baclor* <jo...@pl... > > <mailto:jo...@pl...>> wrote: > > > > Hi Vamsi, > > > > There are known bugs in the current file release of > > ATLSIP. Please use > > a copy from CVS. Get back to me if you still encounter the same > > problem > > even after using CVS. > > > > Joegen > > > > > > Vamsi Pottangi wrote: > > > > > > Hi, > > > > > > How can I fix this below exception? I was trying to execute > > > ATLSIPSample.exe > > > I was looking for an ActiveX component for web based calling. > > > > > > Thanks, > > > ~Vamsi > > > > > > See the end of this message for details on invoking > > > just-in-time (JIT) debugging instead of this dialog box. > > > > > > ************** Exception Text ************** > > > System.NullReferenceException : Object reference not set to an > > instance > > > of an object. > > > at Interop.ATLSIPLib.IOpenSIPStackCtl.MakeCall (String address) > > > at AxInterop.ATLSIPLib.AxOpenSIPStackCtl.MakeCall(String address) > > > at ATLSIPSample.Form1.Call_Click(Object sender, EventArgs e) > > > at System.Windows.Forms.Control.OnClick(EventArgs e) > > > at System.Windows.Forms.Button.OnClick(EventArgs e) > > > at System.Windows.Forms.Button.OnMouseUp (MouseEventArgs mevent) > > > at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons > > > button, Int32 clicks) > > > at System.Windows.Forms.Control.WndProc(Message& m) > > > at System.Windows.Forms.ButtonBase.WndProc (Message& m) > > > at System.Windows.Forms.Button.WndProc(Message& m) > > > at System.Windows.Forms.ControlNativeWindow.OnMessage (Message& m) > > > at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m) > > > at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 > > msg, > > > IntPtr wparam, IntPtr lparam) > > > > > > > > > ************** Loaded Assemblies ************** > > > mscorlib > > > Assembly Version: 1.0.5000.0 > > > Win32 Version: 1.1.4322.2032 > > > CodeBase: > > > file:///c:/sysroot/microsoft.net/framework/v1.1.4322/mscorlib.dll > > > <file:///c:/sysroot/microsoft.net/framework/v1.1.4322/mscorlib.dll > > > > > ---------------------------------------- > > > ATLSIPSample > > > Assembly Version: 1.0.2450.42636 > > > Win32 Version: > > > CodeBase: > > > > > > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/ATLSIPSample.exe > > < > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/ATLSIPSample.exe > > > > > ---------------------------------------- > > > System.Windows.Forms > > > Assembly Version: 1.0.5000.0 > > > Win32 Version: 1.1.4322.2032 > > > CodeBase: > > > > > > file:///c:/sysroot/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll > > > < > > > file:///c:/sysroot/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll > > > > > ---------------------------------------- > > > System > > > Assembly Version: 1.0.5000.0 > > > Win32 Version: 1.1.4322.2032 > > > CodeBase: > > > > > > file:///c:/sysroot/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll > > > ---------------------------------------- > > > System.Drawing > > > Assembly Version: 1.0.5000.0 > > > Win32 Version: 1.1.4322.2032 > > > CodeBase: > > > > > > file:///c:/sysroot/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll > > > ---------------------------------------- > > > AxInterop.ATLSIPLib > > > Assembly Version: 1.0.0.0 <http://1.0.0.0> <http://1.0.0.0> > > > Win32 Version: 1.0.0.0 <http://1.0.0.0> <http://1.0.0.0> > > > CodeBase: > > > > > > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/AxInterop.ATLSIPLib.DLL > > > ---------------------------------------- > > > Interop.ATLSIPLib > > > Assembly Version: 1.0.0.0 <http://1.0.0.0> <http://1.0.0.0> > > > Win32 Version: 1.0.0.0 <http://1.0.0.0> <http://1.0.0.0> > > > CodeBase: > > > > > > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/Interop.ATLSIPLib.DLL > > > > > < > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/Interop.ATLSIPLib.DLL > > < > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/Interop.ATLSIPLib.DLL > >> > > > ---------------------------------------- > > > > > > ************** JIT Debugging ************** > > > To enable just in time (JIT) debugging, the config file for this > > > application or machine ( machine.config) must have the > > > jitDebugging value set in the system.windows.forms section. > > > The application must also be compiled with debugging > > > enabled. > > > > > > For example: > > > > > > <configuration> > > > <system.windows.forms jitDebugging="true" /> > > > </configuration> > > > > > > When JIT debugging is enabled, any unhandled exception > > > will be sent to the JIT debugger registered on the machine > > > rather than being handled by this dialog. > > > > > > > > > > > > > > > > > > ------------------------------------------------------------------------ > > > > > > > > > ------------------------------------------------------------------------- > > > > > Using Tomcat but need to do more? Need to support web services, > > security? > > > Get stuff done quickly with pre-integrated technology to make > > your job easier > > > Download IBM WebSphere Application Server v.1.0.1 based on > > Apache Geronimo > > > > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > > > > > ------------------------------------------------------------------------ > > > > > > _______________________________________________ > > > opensipstack-devel mailing list > > > ope...@li... > > <mailto:ope...@li...> > > > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > > > > > > > > ------------------------------------------------------------------------- > > > > Using Tomcat but need to do more? Need to support web services, > > security? > > Get stuff done quickly with pre-integrated technology to make your > > job easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache > > Geronimo > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > _______________________________________________ > > opensipstack-devel mailing list > > ope...@li... > > <mailto:ope...@li...> > > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > <https://lists.sourceforge.net/lists/listinfo/opensipstack-devel> > > > > > > ------------------------------------------------------------------------ > > > > > ------------------------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web services, > security? > > Get stuff done quickly with pre-integrated technology to make your job > easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > opensipstack-devel mailing list > > ope...@li... > > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > |
From: Joegen E. B. <jo...@pl...> - 2006-09-17 12:11:04
|
Hi Vamsi, Please run it in debug mode and put a break point right at ATLSIP->MakeCall(). Step into the code until it reaches the offending code inside the ActiveX. Let me know where exactly the exception occurs. Joegen Vamsi Pottangi wrote: > Hi Joegen, > > I'm seeing the same problem with the latest CVS code. How to handle > this exception? > > Thanks, > ~Vamsi > > On 9/17/06, *Joegen E. Baclor* <jo...@pl... > <mailto:jo...@pl...>> wrote: > > Hi Vamsi, > > There are known bugs in the current file release of > ATLSIP. Please use > a copy from CVS. Get back to me if you still encounter the same > problem > even after using CVS. > > Joegen > > > Vamsi Pottangi wrote: > > > > Hi, > > > > How can I fix this below exception? I was trying to execute > > ATLSIPSample.exe > > I was looking for an ActiveX component for web based calling. > > > > Thanks, > > ~Vamsi > > > > See the end of this message for details on invoking > > just-in-time (JIT) debugging instead of this dialog box. > > > > ************** Exception Text ************** > > System.NullReferenceException : Object reference not set to an > instance > > of an object. > > at Interop.ATLSIPLib.IOpenSIPStackCtl.MakeCall (String address) > > at AxInterop.ATLSIPLib.AxOpenSIPStackCtl.MakeCall(String address) > > at ATLSIPSample.Form1.Call_Click(Object sender, EventArgs e) > > at System.Windows.Forms.Control.OnClick(EventArgs e) > > at System.Windows.Forms.Button.OnClick(EventArgs e) > > at System.Windows.Forms.Button.OnMouseUp (MouseEventArgs mevent) > > at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons > > button, Int32 clicks) > > at System.Windows.Forms.Control.WndProc(Message& m) > > at System.Windows.Forms.ButtonBase.WndProc (Message& m) > > at System.Windows.Forms.Button.WndProc(Message& m) > > at System.Windows.Forms.ControlNativeWindow.OnMessage (Message& m) > > at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m) > > at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 > msg, > > IntPtr wparam, IntPtr lparam) > > > > > > ************** Loaded Assemblies ************** > > mscorlib > > Assembly Version: 1.0.5000.0 > > Win32 Version: 1.1.4322.2032 > > CodeBase: > > file:///c:/sysroot/microsoft.net/framework/v1.1.4322/mscorlib.dll > > <file:///c:/sysroot/microsoft.net/framework/v1.1.4322/mscorlib.dll> > > ---------------------------------------- > > ATLSIPSample > > Assembly Version: 1.0.2450.42636 > > Win32 Version: > > CodeBase: > > > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/ATLSIPSample.exe > <file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/ATLSIPSample.exe> > > ---------------------------------------- > > System.Windows.Forms > > Assembly Version: 1.0.5000.0 > > Win32 Version: 1.1.4322.2032 > > CodeBase: > > > file:///c:/sysroot/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll > > < > file:///c:/sysroot/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll> > > ---------------------------------------- > > System > > Assembly Version: 1.0.5000.0 > > Win32 Version: 1.1.4322.2032 > > CodeBase: > > > file:///c:/sysroot/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll > > ---------------------------------------- > > System.Drawing > > Assembly Version: 1.0.5000.0 > > Win32 Version: 1.1.4322.2032 > > CodeBase: > > > file:///c:/sysroot/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll > > ---------------------------------------- > > AxInterop.ATLSIPLib > > Assembly Version: 1.0.0.0 <http://1.0.0.0> <http://1.0.0.0> > > Win32 Version: 1.0.0.0 <http://1.0.0.0> <http://1.0.0.0> > > CodeBase: > > > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/AxInterop.ATLSIPLib.DLL > > ---------------------------------------- > > Interop.ATLSIPLib > > Assembly Version: 1.0.0.0 <http://1.0.0.0> <http://1.0.0.0> > > Win32 Version: 1.0.0.0 <http://1.0.0.0> <http://1.0.0.0> > > CodeBase: > > > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/Interop.ATLSIPLib.DLL > > > <file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/Interop.ATLSIPLib.DLL > <file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/Interop.ATLSIPLib.DLL>> > > ---------------------------------------- > > > > ************** JIT Debugging ************** > > To enable just in time (JIT) debugging, the config file for this > > application or machine ( machine.config) must have the > > jitDebugging value set in the system.windows.forms section. > > The application must also be compiled with debugging > > enabled. > > > > For example: > > > > <configuration> > > <system.windows.forms jitDebugging="true" /> > > </configuration> > > > > When JIT debugging is enabled, any unhandled exception > > will be sent to the JIT debugger registered on the machine > > rather than being handled by this dialog. > > > > > > > > > > > ------------------------------------------------------------------------ > > > > > ------------------------------------------------------------------------- > > > Using Tomcat but need to do more? Need to support web services, > security? > > Get stuff done quickly with pre-integrated technology to make > your job easier > > Download IBM WebSphere Application Server v.1.0.1 based on > Apache Geronimo > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > opensipstack-devel mailing list > > ope...@li... > <mailto:ope...@li...> > > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > > > ------------------------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your > job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > <mailto:ope...@li...> > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > <https://lists.sourceforge.net/lists/listinfo/opensipstack-devel> > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > ------------------------------------------------------------------------ > > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > |
From: Vamsi P. <vam...@gm...> - 2006-09-17 11:51:25
|
Hi Joegen, I'm seeing the same problem with the latest CVS code. How to handle this exception? Thanks, ~Vamsi On 9/17/06, Joegen E. Baclor <jo...@pl...> wrote: > > Hi Vamsi, > > There are known bugs in the current file release of ATLSIP. Please use > a copy from CVS. Get back to me if you still encounter the same problem > even after using CVS. > > Joegen > > > Vamsi Pottangi wrote: > > > > Hi, > > > > How can I fix this below exception? I was trying to execute > > ATLSIPSample.exe > > I was looking for an ActiveX component for web based calling. > > > > Thanks, > > ~Vamsi > > > > See the end of this message for details on invoking > > just-in-time (JIT) debugging instead of this dialog box. > > > > ************** Exception Text ************** > > System.NullReferenceException: Object reference not set to an instance > > of an object. > > at Interop.ATLSIPLib.IOpenSIPStackCtl.MakeCall (String address) > > at AxInterop.ATLSIPLib.AxOpenSIPStackCtl.MakeCall(String address) > > at ATLSIPSample.Form1.Call_Click(Object sender, EventArgs e) > > at System.Windows.Forms.Control.OnClick(EventArgs e) > > at System.Windows.Forms.Button.OnClick(EventArgs e) > > at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) > > at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons > > button, Int32 clicks) > > at System.Windows.Forms.Control.WndProc(Message& m) > > at System.Windows.Forms.ButtonBase.WndProc(Message& m) > > at System.Windows.Forms.Button.WndProc(Message& m) > > at System.Windows.Forms.ControlNativeWindow.OnMessage (Message& m) > > at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m) > > at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, > > IntPtr wparam, IntPtr lparam) > > > > > > ************** Loaded Assemblies ************** > > mscorlib > > Assembly Version: 1.0.5000.0 > > Win32 Version: 1.1.4322.2032 > > CodeBase: > > file:///c:/sysroot/microsoft.net/framework/v1.1.4322/mscorlib.dll > > <file:///c:/sysroot/microsoft.net/framework/v1.1.4322/mscorlib.dll> > > ---------------------------------------- > > ATLSIPSample > > Assembly Version: 1.0.2450.42636 > > Win32 Version: > > CodeBase: > > > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/ATLSIPSample.exe > > ---------------------------------------- > > System.Windows.Forms > > Assembly Version: 1.0.5000.0 > > Win32 Version: 1.1.4322.2032 > > CodeBase: > > > file:///c:/sysroot/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll > > < > file:///c:/sysroot/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll > > > > ---------------------------------------- > > System > > Assembly Version: 1.0.5000.0 > > Win32 Version: 1.1.4322.2032 > > CodeBase: > > > file:///c:/sysroot/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll > > ---------------------------------------- > > System.Drawing > > Assembly Version: 1.0.5000.0 > > Win32 Version: 1.1.4322.2032 > > CodeBase: > > > file:///c:/sysroot/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll > > ---------------------------------------- > > AxInterop.ATLSIPLib > > Assembly Version: 1.0.0.0 <http://1.0.0.0> > > Win32 Version: 1.0.0.0 <http://1.0.0.0> > > CodeBase: > > > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/AxInterop.ATLSIPLib.DLL > > ---------------------------------------- > > Interop.ATLSIPLib > > Assembly Version: 1.0.0.0 <http://1.0.0.0> > > Win32 Version: 1.0.0.0 <http://1.0.0.0> > > CodeBase: > > > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/Interop.ATLSIPLib.DLL > > < > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/Interop.ATLSIPLib.DLL > > > > ---------------------------------------- > > > > ************** JIT Debugging ************** > > To enable just in time (JIT) debugging, the config file for this > > application or machine (machine.config) must have the > > jitDebugging value set in the system.windows.forms section. > > The application must also be compiled with debugging > > enabled. > > > > For example: > > > > <configuration> > > <system.windows.forms jitDebugging="true" /> > > </configuration> > > > > When JIT debugging is enabled, any unhandled exception > > will be sent to the JIT debugger registered on the machine > > rather than being handled by this dialog. > > > > > > > > > > ------------------------------------------------------------------------ > > > > > ------------------------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web services, > security? > > Get stuff done quickly with pre-integrated technology to make your job > easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > opensipstack-devel mailing list > > ope...@li... > > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > |
From: Joegen E. B. <jo...@pl...> - 2006-09-17 00:52:43
|
Hi Vamsi, There are known bugs in the current file release of ATLSIP. Please use a copy from CVS. Get back to me if you still encounter the same problem even after using CVS. Joegen Vamsi Pottangi wrote: > > Hi, > > How can I fix this below exception? I was trying to execute > ATLSIPSample.exe > I was looking for an ActiveX component for web based calling. > > Thanks, > ~Vamsi > > See the end of this message for details on invoking > just-in-time (JIT) debugging instead of this dialog box. > > ************** Exception Text ************** > System.NullReferenceException: Object reference not set to an instance > of an object. > at Interop.ATLSIPLib.IOpenSIPStackCtl.MakeCall (String address) > at AxInterop.ATLSIPLib.AxOpenSIPStackCtl.MakeCall(String address) > at ATLSIPSample.Form1.Call_Click(Object sender, EventArgs e) > at System.Windows.Forms.Control.OnClick(EventArgs e) > at System.Windows.Forms.Button.OnClick(EventArgs e) > at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) > at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons > button, Int32 clicks) > at System.Windows.Forms.Control.WndProc(Message& m) > at System.Windows.Forms.ButtonBase.WndProc(Message& m) > at System.Windows.Forms.Button.WndProc(Message& m) > at System.Windows.Forms.ControlNativeWindow.OnMessage (Message& m) > at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m) > at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, > IntPtr wparam, IntPtr lparam) > > > ************** Loaded Assemblies ************** > mscorlib > Assembly Version: 1.0.5000.0 > Win32 Version: 1.1.4322.2032 > CodeBase: > file:///c:/sysroot/microsoft.net/framework/v1.1.4322/mscorlib.dll > <file:///c:/sysroot/microsoft.net/framework/v1.1.4322/mscorlib.dll> > ---------------------------------------- > ATLSIPSample > Assembly Version: 1.0.2450.42636 > Win32 Version: > CodeBase: > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/ATLSIPSample.exe > ---------------------------------------- > System.Windows.Forms > Assembly Version: 1.0.5000.0 > Win32 Version: 1.1.4322.2032 > CodeBase: > file:///c:/sysroot/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll > <file:///c:/sysroot/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll> > ---------------------------------------- > System > Assembly Version: 1.0.5000.0 > Win32 Version: 1.1.4322.2032 > CodeBase: > file:///c:/sysroot/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll > ---------------------------------------- > System.Drawing > Assembly Version: 1.0.5000.0 > Win32 Version: 1.1.4322.2032 > CodeBase: > file:///c:/sysroot/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll > ---------------------------------------- > AxInterop.ATLSIPLib > Assembly Version: 1.0.0.0 <http://1.0.0.0> > Win32 Version: 1.0.0.0 <http://1.0.0.0> > CodeBase: > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/AxInterop.ATLSIPLib.DLL > ---------------------------------------- > Interop.ATLSIPLib > Assembly Version: 1.0.0.0 <http://1.0.0.0> > Win32 Version: 1.0.0.0 <http://1.0.0.0> > CodeBase: > file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/Interop.ATLSIPLib.DLL > <file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/Interop.ATLSIPLib.DLL> > ---------------------------------------- > > ************** JIT Debugging ************** > To enable just in time (JIT) debugging, the config file for this > application or machine (machine.config) must have the > jitDebugging value set in the system.windows.forms section. > The application must also be compiled with debugging > enabled. > > For example: > > <configuration> > <system.windows.forms jitDebugging="true" /> > </configuration> > > When JIT debugging is enabled, any unhandled exception > will be sent to the JIT debugger registered on the machine > rather than being handled by this dialog. > > > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > ------------------------------------------------------------------------ > > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > |
From: Vamsi P. <vam...@gm...> - 2006-09-16 18:27:11
|
Hi, How can I fix this below exception? I was trying to execute ATLSIPSample.exe I was looking for an ActiveX component for web based calling. Thanks, ~Vamsi See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.NullReferenceException: Object reference not set to an instance of an object. at Interop.ATLSIPLib.IOpenSIPStackCtl.MakeCall(String address) at AxInterop.ATLSIPLib.AxOpenSIPStackCtl.MakeCall(String address) at ATLSIPSample.Form1.Call_Click(Object sender, EventArgs e) at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.OnClick(EventArgs e) at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ButtonBase.WndProc(Message& m) at System.Windows.Forms.Button.WndProc(Message& m) at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** Loaded Assemblies ************** mscorlib Assembly Version: 1.0.5000.0 Win32 Version: 1.1.4322.2032 CodeBase: file:///c:/sysroot/microsoft.net/framework/v1.1.4322/mscorlib.dll ---------------------------------------- ATLSIPSample Assembly Version: 1.0.2450.42636 Win32 Version: CodeBase: file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/ATLSIPSample.exe ---------------------------------------- System.Windows.Forms Assembly Version: 1.0.5000.0 Win32 Version: 1.1.4322.2032 CodeBase: file:///c:/sysroot/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll ---------------------------------------- System Assembly Version: 1.0.5000.0 Win32 Version: 1.1.4322.2032 CodeBase: file:///c:/sysroot/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll ---------------------------------------- System.Drawing Assembly Version: 1.0.5000.0 Win32 Version: 1.1.4322.2032 CodeBase: file:///c:/sysroot/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll ---------------------------------------- AxInterop.ATLSIPLib Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/AxInterop.ATLSIPLib.DLL ---------------------------------------- Interop.ATLSIPLib Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///D:/vamsi_projects/internal/click-to-dial/atlsip/release/Interop.ATLSIPLib.DLL ---------------------------------------- ************** JIT Debugging ************** To enable just in time (JIT) debugging, the config file for this application or machine (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled. For example: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the machine rather than being handled by this dialog. |
From: Joegen E. B. <jo...@pl...> - 2006-09-13 11:09:54
|
Hi Atik, I have just uploaded the required changes to enable minimal build for both opensipstack and atlsip libaries. I've also included UPX compression (http://upx.sourceforge.net) for the minimal-build and I was able to reduce the size to somewhere around 644 KB in windows XP. Although ,you may not be able to achieve significant compression level by cabbing it since the DLL is already compressed. Check it out and let me know if you run into trouble. Joegen atik khan wrote: > ok:) > > thanks > > On 9/13/06, Joegen E. Baclor <jo...@pl...> wrote: > >> Hi Atik, >> >> Thanks for taking interest! I will see how to make the DLL smaller. >> Perhaps a release-minimal build would be appropriate. the are a lot of >> code blocks that can be removed from the ActiveX control. One of them >> is logging which may reduce the size of the DLL. I will let you know as >> soon as this build option is available. >> >> BTW, make sure you work with a copy from CVS. There are a lot of bug >> fixes already after my last file release update. >> >> Thanks again and hope to see your contribution soon! >> >> Joegen >> >> atik khan wrote: >> >>> Hi, >>> >>> i try to compile ATL example of opensipstack ....but it gives me 2mb >>> of activex object.. >>> >>> even if i make an cab file it become 800kb, its very large for activex >>> downloading time. >>> >>> can you tell me how can i make a small footprint from opensipstack >>> ..atleast 200-350kb.which might become 190kb after making a cab file ( >>> note i want to use MT of c++ code gen. not Multithreaded DLL) , >>> >>> and i am going to make an javascript interface of activex ...i will >>> let you know when i finish to make that.. >>> >>> thanks >>> atik >>> >>> >>> >>> On 9/13/06, Joegen E. Baclor <jo...@pl...> wrote: >>> >>>> Hi All, >>>> >>>> Any java script guru subscribed in the list who has some spare time to >>>> wrap ATLSIP in a java script module for use on web pages? If anybody is >>>> interested in contributing, please email me and I'll provide whatever >>>> information needed to start the ball rolling. The javascripts will be >>>> part of the ATLSIP furture releases. >>>> >>>> Thanks! >>>> >>>> Joegen >>>> >> ------------------------------------------------------------------------- >> Using Tomcat but need to do more? Need to support web services, security? >> Get stuff done quickly with pre-integrated technology to make your job easier >> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >> _______________________________________________ >> opensipstack-devel mailing list >> ope...@li... >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >> >> > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > |
From: Joegen E. B. <jo...@pl...> - 2006-09-13 10:30:04
|
Hi Ryan, Thanks for the input. I've also cross posted this to the openh323 mailing list. It may also be helpful to the solaris guys over there. Also it would be nice to know the real cause of the regex issue in sol 10 so we can fix pwlib regex and probably submit a patch to openh323. Thanks again! Joegen Ryan Colobong wrote: > Hello Joegen, > > Here are some problems that I encounter when compiling opensipstack and > opensbc in solaris. > > -- GCC version : 3.4.3 > -- Operating System: Solaris 5.10 x86 > > 1. Compiling opensbc encounter errors regarding -x03 flag in g++ > > **********LOG > > g++ -DP_USE_PRAGMA -D_REENTRANT > -I/export/home/joegen/opensipstack/include -Wall > -I/export/home/joegen/opensipstack/include -xO3 -DSOLARIS -DUSE_GCC -c > ../common/vfakeio.cxx -o > /export/home/joegen/opensipstack/lib/obj_solaris_x86_r/vfakeio.o > g++: ../common/vfakeio.cxx: No such file or directory > g++: warning: `-x O3' after last input file has no effect > g++: no input files > > **********SOLUTION > > modify opensipstack/make/unix.mak and find the piece of code below > > ifneq ($(OSTYPE),Darwin) > ifeq ($(OSTYPE),solaris) > OPTCCFLAGS += -xO3 > else > OPTCCFLAGS += -Os > endif > else > OPTCCFLAGS += -O2 > endif > > modify the line OPTCCFLAGS += -xO3 to OPTCCFLAGS += -O3 > > > > > > 2. It is using cc as a default C compiler but my system does not have cc > installed > > **********LOG > > cc -DSOLARIS -DUSE_GCC -DP_USE_PRAGMA -D_REENTRANT > -I/export/home/joegen/opensipstack/include -Wall > -I/export/home/joegen/opensipstack/include -c ../common/getdate.tab.c -o > /export/home/joegen/opensipstack/lib/obj_solaris_x86_r/getdate.tab.o > make[3]: cc: Command not found > > **********SOLUTION > > change CC value into gcc during make > > bash-3.00$ make optnoshared CC=gcc > > > > > 3. Compiling opensbc encounter undefined symbol. Below are the error > during compilation. > > **********LOG > > PVideoInputDevice::GetDriversDeviceNames(PString const&, > PPluginManager*) > /export/home/joegen/opensipstack/lib/libopensipstack_solaris_x86_r_s.a(manager.o) > PVideoInputDevice::CreateDeviceByName(PString const&, PPluginManager*) > /export/home/joegen/opensipstack/lib/libopensipstack_solaris_x86_r_s.a(manager.o) > PVideoInputDevice::GetDriverNames(PPluginManager*) > /export/home/joegen/opensipstack/lib/libopensipstack_solaris_x86_r_s.a(manager.o) > PVideoDevice::CalculateFrameBytes(unsigned int, unsigned int, PString > const&)/export/home/joegen/opensipstack/lib/libopensipstack_solaris_x86_r_s.a(vidcodec.o) > PVideoOutputDevice::GetDriversDeviceNames(PString const&, > PPluginManager*) > /export/home/joegen/opensipstack/lib/libopensipstack_solaris_x86_r_s.a(manager.o) > PVideoOutputDevice::CreateDeviceByName(PString const&, PPluginManager*) > /export/home/joegen/opensipstack/lib/libopensipstack_solaris_x86_r_s.a(manager.o) > ld: fatal: Symbol referencing errors. No output written to > obj_solaris_x86_r/opensbc > > **********SOLUTION > > during configuration, opensipstack is unable to detect video support. To > be able to fix this we need to tell the configure that we will be using > a plugin. > > bash-3.00$ ./configure --enable-plugins > > > > > 4. When you access the http of OpenSBC and click any of the links, > OpenSBC causes an assertion and exit. > > **********LOG > > 2006/09/13 08:36:30.394 OpenSIPSta...pplication Message Starting service > process "OpenSIPStack Application" v1.1.2 > 2006/09/13 08:36:30.395 OpenSIPSta...pplication Debug3 OpenSIPStack > Application Process is starting > 2006/09/13 08:37:32.517 HTTP Service:8625d50 Debug3 PWLib Asse > 2006/09/13 08:37:32.517 HTTP Service:8625d50 Message 8:37 > > 2006/09/13 08:37:32.517 HTTP Service:8625d50 Message > <A>bort, <C>ore dump, <I>gnore? > > **********SOLUTION > > The problem here is that the configure is unable to check properly if > the PThreads has support for recursive mutex. > First we need to update the code below in configure.ac > > dnl ######################################################################## > dnl check for recursive mutexes > P_HAS_RECURSIVE_MUTEX=0 > AC_MSG_CHECKING(if recursive mutexes are available) > AC_TRY_COMPILE([#include <pthread.h>], > [pthread_mutexattr_t attr; > pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE_NP);], > P_HAS_RECURSIVE_MUTEX=1) > if test ${P_HAS_RECURSIVE_MUTEX} = 1 ; then > AC_MSG_RESULT(yes) > else > if test ${OSTYPE} == Darwin ; then > AC_TRY_COMPILE([#include <pthread.h>], > [pthread_mutexattr_t attr; > pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);], > P_HAS_RECURSIVE_MUTEX=1) > if test ${P_HAS_RECURSIVE_MUTEX} = 1 ; then > AC_MSG_RESULT(yes) > else > AC_MSG_RESULT(no) > fi > else > AC_MSG_RESULT(no) > fi > fi > AC_DEFINE_UNQUOTED(P_HAS_RECURSIVE_MUTEX, ${P_HAS_RECURSIVE_MUTEX}) > > > The PTHREAD_MUTEX_RECURSIVE_NP is not defined in pthreads.h in solaris > 10, it is actually defined as PTHREAD_MUTEX_RECURSIVE. So we need to add > another > validation after checking if $(OSTYPE) == Darwin. Below is my update in > configure.ac > > ... > if test ${OSTYPE} == Darwin ; then > AC_TRY_COMPILE([#include <pthread.h>], > [pthread_mutexattr_t attr; > pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);], > P_HAS_RECURSIVE_MUTEX=1) > if test ${P_HAS_RECURSIVE_MUTEX} = 1 ; then > AC_MSG_RESULT(yes) > else > AC_MSG_RESULT(no) > fi > elif test ${OSTYPE} == solaris ; then > AC_TRY_COMPILE([#include <pthread.h>], > [pthread_mutexattr_t attr; > pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);], > P_HAS_RECURSIVE_MUTEX=1) > if test ${P_HAS_RECURSIVE_MUTEX} = 1 ; then > AC_MSG_RESULT(yes) > else > AC_MSG_RESULT(no) > fi > else > AC_MSG_RESULT(no) > fi > ... > > > Then update the affected file in opensipstack which is in > opensipstack/src/pwlib/src/ptlib/unix/tlibthrd.cxx and find this piece > of code > > #if defined(P_QNX) && (P_HAS_RECURSIVE_MUTEX == 1) > #define PTHREAD_MUTEX_RECURSIVE_NP PTHREAD_MUTEX_RECURSIVE > #endif > #if defined(P_MACOSX) && (P_HAS_RECURSIVE_MUTEX == 1) > #define PTHREAD_MUTEX_RECURSIVE_NP PTHREAD_MUTEX_RECURSIVE > #endif > > and update it into this > > #if ( defined(P_QNX) || defined(P_SOLARIS) ) && (P_HAS_RECURSIVE_MUTEX == 1) > #define PTHREAD_MUTEX_RECURSIVE_NP PTHREAD_MUTEX_RECURSIVE > #endif > #if defined(P_MACOSX) && (P_HAS_RECURSIVE_MUTEX == 1) > #define PTHREAD_MUTEX_RECURSIVE_NP PTHREAD_MUTEX_RECURSIVE > #endif > > > After modifying configure.ac and tlibthrd.cxx, run again the autoconf to > update our configure. Then we need to use the internal Regex of > opensipstack due to it has problems with the latest Regex. So execute > again the configure like this. > > bash-3.00$ ./configure --enable-plugins --enable-internalregex > > then we should be able to run opensbc without a problem > > > > thats all > Ryan S. Colobong > > > > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > |
From: Ryan C. <rco...@so...> - 2006-09-13 08:59:11
|
Hello Joegen, Here are some problems that I encounter when compiling opensipstack and opensbc in solaris. -- GCC version : 3.4.3 -- Operating System: Solaris 5.10 x86 1. Compiling opensbc encounter errors regarding -x03 flag in g++ **********LOG g++ -DP_USE_PRAGMA -D_REENTRANT -I/export/home/joegen/opensipstack/include -Wall -I/export/home/joegen/opensipstack/include -xO3 -DSOLARIS -DUSE_GCC -c ../common/vfakeio.cxx -o /export/home/joegen/opensipstack/lib/obj_solaris_x86_r/vfakeio.o g++: ../common/vfakeio.cxx: No such file or directory g++: warning: `-x O3' after last input file has no effect g++: no input files **********SOLUTION modify opensipstack/make/unix.mak and find the piece of code below ifneq ($(OSTYPE),Darwin) ifeq ($(OSTYPE),solaris) OPTCCFLAGS += -xO3 else OPTCCFLAGS += -Os endif else OPTCCFLAGS += -O2 endif modify the line OPTCCFLAGS += -xO3 to OPTCCFLAGS += -O3 2. It is using cc as a default C compiler but my system does not have cc installed **********LOG cc -DSOLARIS -DUSE_GCC -DP_USE_PRAGMA -D_REENTRANT -I/export/home/joegen/opensipstack/include -Wall -I/export/home/joegen/opensipstack/include -c ../common/getdate.tab.c -o /export/home/joegen/opensipstack/lib/obj_solaris_x86_r/getdate.tab.o make[3]: cc: Command not found **********SOLUTION change CC value into gcc during make bash-3.00$ make optnoshared CC=gcc 3. Compiling opensbc encounter undefined symbol. Below are the error during compilation. **********LOG PVideoInputDevice::GetDriversDeviceNames(PString const&, PPluginManager*) /export/home/joegen/opensipstack/lib/libopensipstack_solaris_x86_r_s.a(manager.o) PVideoInputDevice::CreateDeviceByName(PString const&, PPluginManager*) /export/home/joegen/opensipstack/lib/libopensipstack_solaris_x86_r_s.a(manager.o) PVideoInputDevice::GetDriverNames(PPluginManager*) /export/home/joegen/opensipstack/lib/libopensipstack_solaris_x86_r_s.a(manager.o) PVideoDevice::CalculateFrameBytes(unsigned int, unsigned int, PString const&)/export/home/joegen/opensipstack/lib/libopensipstack_solaris_x86_r_s.a(vidcodec.o) PVideoOutputDevice::GetDriversDeviceNames(PString const&, PPluginManager*) /export/home/joegen/opensipstack/lib/libopensipstack_solaris_x86_r_s.a(manager.o) PVideoOutputDevice::CreateDeviceByName(PString const&, PPluginManager*) /export/home/joegen/opensipstack/lib/libopensipstack_solaris_x86_r_s.a(manager.o) ld: fatal: Symbol referencing errors. No output written to obj_solaris_x86_r/opensbc **********SOLUTION during configuration, opensipstack is unable to detect video support. To be able to fix this we need to tell the configure that we will be using a plugin. bash-3.00$ ./configure --enable-plugins 4. When you access the http of OpenSBC and click any of the links, OpenSBC causes an assertion and exit. **********LOG 2006/09/13 08:36:30.394 OpenSIPSta...pplication Message Starting service process "OpenSIPStack Application" v1.1.2 2006/09/13 08:36:30.395 OpenSIPSta...pplication Debug3 OpenSIPStack Application Process is starting 2006/09/13 08:37:32.517 HTTP Service:8625d50 Debug3 PWLib Asse 2006/09/13 08:37:32.517 HTTP Service:8625d50 Message 8:37 2006/09/13 08:37:32.517 HTTP Service:8625d50 Message <A>bort, <C>ore dump, <I>gnore? **********SOLUTION The problem here is that the configure is unable to check properly if the PThreads has support for recursive mutex. First we need to update the code below in configure.ac dnl ######################################################################## dnl check for recursive mutexes P_HAS_RECURSIVE_MUTEX=0 AC_MSG_CHECKING(if recursive mutexes are available) AC_TRY_COMPILE([#include <pthread.h>], [pthread_mutexattr_t attr; pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE_NP);], P_HAS_RECURSIVE_MUTEX=1) if test ${P_HAS_RECURSIVE_MUTEX} = 1 ; then AC_MSG_RESULT(yes) else if test ${OSTYPE} == Darwin ; then AC_TRY_COMPILE([#include <pthread.h>], [pthread_mutexattr_t attr; pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);], P_HAS_RECURSIVE_MUTEX=1) if test ${P_HAS_RECURSIVE_MUTEX} = 1 ; then AC_MSG_RESULT(yes) else AC_MSG_RESULT(no) fi else AC_MSG_RESULT(no) fi fi AC_DEFINE_UNQUOTED(P_HAS_RECURSIVE_MUTEX, ${P_HAS_RECURSIVE_MUTEX}) The PTHREAD_MUTEX_RECURSIVE_NP is not defined in pthreads.h in solaris 10, it is actually defined as PTHREAD_MUTEX_RECURSIVE. So we need to add another validation after checking if $(OSTYPE) == Darwin. Below is my update in configure.ac ... if test ${OSTYPE} == Darwin ; then AC_TRY_COMPILE([#include <pthread.h>], [pthread_mutexattr_t attr; pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);], P_HAS_RECURSIVE_MUTEX=1) if test ${P_HAS_RECURSIVE_MUTEX} = 1 ; then AC_MSG_RESULT(yes) else AC_MSG_RESULT(no) fi elif test ${OSTYPE} == solaris ; then AC_TRY_COMPILE([#include <pthread.h>], [pthread_mutexattr_t attr; pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);], P_HAS_RECURSIVE_MUTEX=1) if test ${P_HAS_RECURSIVE_MUTEX} = 1 ; then AC_MSG_RESULT(yes) else AC_MSG_RESULT(no) fi else AC_MSG_RESULT(no) fi ... Then update the affected file in opensipstack which is in opensipstack/src/pwlib/src/ptlib/unix/tlibthrd.cxx and find this piece of code #if defined(P_QNX) && (P_HAS_RECURSIVE_MUTEX == 1) #define PTHREAD_MUTEX_RECURSIVE_NP PTHREAD_MUTEX_RECURSIVE #endif #if defined(P_MACOSX) && (P_HAS_RECURSIVE_MUTEX == 1) #define PTHREAD_MUTEX_RECURSIVE_NP PTHREAD_MUTEX_RECURSIVE #endif and update it into this #if ( defined(P_QNX) || defined(P_SOLARIS) ) && (P_HAS_RECURSIVE_MUTEX == 1) #define PTHREAD_MUTEX_RECURSIVE_NP PTHREAD_MUTEX_RECURSIVE #endif #if defined(P_MACOSX) && (P_HAS_RECURSIVE_MUTEX == 1) #define PTHREAD_MUTEX_RECURSIVE_NP PTHREAD_MUTEX_RECURSIVE #endif After modifying configure.ac and tlibthrd.cxx, run again the autoconf to update our configure. Then we need to use the internal Regex of opensipstack due to it has problems with the latest Regex. So execute again the configure like this. bash-3.00$ ./configure --enable-plugins --enable-internalregex then we should be able to run opensbc without a problem thats all Ryan S. Colobong |
From: atik k. <ati...@gm...> - 2006-09-13 03:27:43
|
ok:) thanks On 9/13/06, Joegen E. Baclor <jo...@pl...> wrote: > Hi Atik, > > Thanks for taking interest! I will see how to make the DLL smaller. > Perhaps a release-minimal build would be appropriate. the are a lot of > code blocks that can be removed from the ActiveX control. One of them > is logging which may reduce the size of the DLL. I will let you know as > soon as this build option is available. > > BTW, make sure you work with a copy from CVS. There are a lot of bug > fixes already after my last file release update. > > Thanks again and hope to see your contribution soon! > > Joegen > > atik khan wrote: > > Hi, > > > > i try to compile ATL example of opensipstack ....but it gives me 2mb > > of activex object.. > > > > even if i make an cab file it become 800kb, its very large for activex > > downloading time. > > > > can you tell me how can i make a small footprint from opensipstack > > ..atleast 200-350kb.which might become 190kb after making a cab file ( > > note i want to use MT of c++ code gen. not Multithreaded DLL) , > > > > and i am going to make an javascript interface of activex ...i will > > let you know when i finish to make that.. > > > > thanks > > atik > > > > > > > > On 9/13/06, Joegen E. Baclor <jo...@pl...> wrote: > >> Hi All, > >> > >> Any java script guru subscribed in the list who has some spare time to > >> wrap ATLSIP in a java script module for use on web pages? If anybody is > >> interested in contributing, please email me and I'll provide whatever > >> information needed to start the ball rolling. The javascripts will be > >> part of the ATLSIP furture releases. > >> > >> Thanks! > >> > >> Joegen > > > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > |
From: Joegen E. B. <jo...@pl...> - 2006-09-13 03:25:17
|
Hi Atik, Thanks for taking interest! I will see how to make the DLL smaller. Perhaps a release-minimal build would be appropriate. the are a lot of code blocks that can be removed from the ActiveX control. One of them is logging which may reduce the size of the DLL. I will let you know as soon as this build option is available. BTW, make sure you work with a copy from CVS. There are a lot of bug fixes already after my last file release update. Thanks again and hope to see your contribution soon! Joegen atik khan wrote: > Hi, > > i try to compile ATL example of opensipstack ....but it gives me 2mb > of activex object.. > > even if i make an cab file it become 800kb, its very large for activex > downloading time. > > can you tell me how can i make a small footprint from opensipstack > ..atleast 200-350kb.which might become 190kb after making a cab file ( > note i want to use MT of c++ code gen. not Multithreaded DLL) , > > and i am going to make an javascript interface of activex ...i will > let you know when i finish to make that.. > > thanks > atik > > > > On 9/13/06, Joegen E. Baclor <jo...@pl...> wrote: >> Hi All, >> >> Any java script guru subscribed in the list who has some spare time to >> wrap ATLSIP in a java script module for use on web pages? If anybody is >> interested in contributing, please email me and I'll provide whatever >> information needed to start the ball rolling. The javascripts will be >> part of the ATLSIP furture releases. >> >> Thanks! >> >> Joegen > |
From: Joegen E. B. <jo...@pl...> - 2006-09-13 01:37:42
|
Hi All, Any java script guru subscribed in the list who has some spare time to wrap ATLSIP in a java script module for use on web pages? If anybody is interested in contributing, please email me and I'll provide whatever information needed to start the ball rolling. The javascripts will be part of the ATLSIP furture releases. Thanks! Joegen |
From: Picher, M. <mp...@cm...> - 2006-09-12 09:38:17
|
Basically, yes... Check it out at: www.ipcop.org That and smoothwall are a couple of the more popular firewall builds. Then, add in the Advanced QOS addon (http://en.wikibooks.org/wiki/Advanced_QoS_for_IPCop/HFSC) for one sweet gateway! Mike -----Original Message----- From: ope...@li... [mailto:ope...@li...] On Behalf Of Joegen E. Baclor Sent: Tuesday, September 12, 2006 5:33 AM To: ope...@li... Subject: Re: [OpenSIPStack] plugin for ipcop Hi Michael, I am not all that familiar with IPCop so I won't be of much help making=20 your wish come true but i'm curious... are you thinking of making an ALG out of IPCop by providing it a B2BUA plugin? Joegen Picher, Michael wrote: > > What would be really sweet would be if somebody would make this a=20 > plugin for IPCop! > > Anybody with those capabilities here? It's certainly not me J. > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------ - > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=3D= 121642 > ------------------------------------------------------------------------ > > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > =20 ------------------------------------------------------------------------ - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=3D= 121642 _______________________________________________ opensipstack-devel mailing list ope...@li... https://lists.sourceforge.net/lists/listinfo/opensipstack-devel |
From: Joegen E. B. <jo...@pl...> - 2006-09-12 09:34:24
|
Hi Michael, I am not all that familiar with IPCop so I won't be of much help making your wish come true but i'm curious... are you thinking of making an ALG out of IPCop by providing it a B2BUA plugin? Joegen Picher, Michael wrote: > > What would be really sweet would be if somebody would make this a > plugin for IPCop! > > Anybody with those capabilities here? It’s certainly not me J. > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > ------------------------------------------------------------------------ > > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > |
From: Picher, M. <mp...@cm...> - 2006-09-12 08:56:11
|
What would be really sweet would be if somebody would make this a plugin for IPCop! =20 Anybody with those capabilities here? It's certainly not me :-). =20 |
From: Joegen E. B. <jo...@pl...> - 2006-08-23 13:51:06
|
Hi All, I have uploaded version 1.1.2 of opensipstack. New in this version is ATLSIP 1.1.0. An ActiveX Control for SoftPhone Development. All downloads are available in http://ww.opensipstack.org and sourceforge. Enjoy! Joegen |
From: Joegen E. B. <jo...@pl...> - 2006-08-22 22:24:25
|
Hi Martin, As of release 1.1.1, opensipstack goes with a built in version of PWLIB and OPAL. This is to ensure that opensipstack compiles well regardless of the activities in the openh323 group. Updates of pwlib/opal dependecies is scheduled every three months. Last update was three weeks ago. Do you find any reason why we should upgrade now to 1.11.1? Joegen Martin Hillmeier wrote: > Hi, > > is there a version of opensipstack available which compiles (and > works) with the current PWLib version 1.11.1? > The latest code snapshot of opensipstack (version 1.1.1) comes along > with PWLib 1.11.0 und does not compile > with the current PWLib. > > Best regards > Martin Hillmeier > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > ------------------------------------------------------------------------ > > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > |