public CallManagerPassThruServiceInstanceProvider(ISIPCallDispatcher sipCallDispatcher) {
     m_sipCallDispatcher = sipCallDispatcher;
 }
 public CallManagerPassThruService(ISIPCallDispatcher sipCallDispatcher)
 {
     m_sipCallDispatcher = sipCallDispatcher;
 }
Beispiel #3
0
 public CallManagerPassThruServiceInstanceProvider(ISIPCallDispatcher sipCallDispatcher)
 {
     m_sipCallDispatcher = sipCallDispatcher;
 }
 public CallManagerPassThruService(ISIPCallDispatcher sipCallDispatcher)
 {
     m_sipCallDispatcher = sipCallDispatcher;
     _callbacksAllowed = true;
 }
Beispiel #5
0
 public CallManagerPassThruService(ISIPCallDispatcher sipCallDispatcher)
 {
     m_sipCallDispatcher = sipCallDispatcher;
     _callbacksAllowed   = true;
 }