Quantcast
Channel: Microsoft Unified Communications Managed API SDK forum
Viewing all articles
Browse latest Browse all 889

A 488 (Not Acceptable Here) response was received from the network and the operation failed

$
0
0

I use ucma send a message like this:

Target To = new Target();
To.SipUri = MsgInfo.To;
SignalingSession Session = new SignalingSession(m_endpoint, new RealTimeAddress(To.SipUri));
Session.LocalParticipant.ApplicationContext = To;
Session.OfferAnswerNegotiation = new MyOfferAndAnswer();
Session.Participate();
Session.SendMessage(MessageType.Message, new ContentType("text/plain"), Encoding.UTF8.GetBytes(MsgInfo.Msg));
Session.Terminate();

Session.Participate(); throw a exception:A 488 (Not Acceptable Here) response was received from the network and the operation failed. See the exception details for more information.

TKS.


Viewing all articles
Browse latest Browse all 889

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>