Re: [OpenSIPStack] Problem with OnOutgoingCallConnected
Brought to you by:
joegenbaclor
From: tomach <to...@dg...> - 2007-06-27 12:11:43
|
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? |