Re: [OpenSIPStack] Problem with OnOutgoingCallConnected
Brought to you by:
joegenbaclor
From: Ilian J. C. P. <ip...@so...> - 2007-06-28 06:27:24
|
Hi, m_SIPDomain is set by calling SoftPhoneManager::SetSIPDomain() Particularly by m_SoftPhone->SetSIPDomain() in SoftPhoneInterface.cxx. Hmmm. I think I know where your problem lies... Please check-out Form1.h of OSSPhone. I've made modifications in btnMakeCall_Click() and see if this solves your problem. Regards, Ilian tomach wrote: > OK I localized my problem. Its in > > m_SIPEndPoint->GetProfile().GetRegistrationProfile().SetDomain( m_SIPDomain ); > m_SIPEndPoint->GetProfile().GetRegistrationProfile().SetRealm( m_SIPDomain ); > > I exchanged those lines with: > > m_SIPEndPoint->GetProfile().GetRegistrationProfile().SetDomain( "192.168.2.69" ); > m_SIPEndPoint->GetProfile().GetRegistrationProfile().SetRealm(:192.168.2.69" ); > > Now From tag looks good and everythign works fine, > > hmmm I was trying to find whre m_SIPDomian is set but can not find it:( is it set anywehrer? > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > |