2
Answers

VOIP in C#

Photo of Vishnu Prasad

Vishnu Prasad

15y
3.9k
1
Hi to all,

I need help to implement VOIP in c#2.0.
I searched VOIP SDKs and i need some more concepts to implement. At present VOIP SIP SDK(www.voipsipsdk.com)
I need Conference call and also want to monitor the current running call in live from another system (like call center conversation monitoring by Lead/Admin).

Thanks
Vishnu Prasad

Answers (2)

0
Photo of Violeta Popa
NA 137 110.7k 12y
actually i solved my problem..the problem was that when comparing the dates, it compared the time too, so i used

if (dt1.Date >= date1.Date && dt1.Date <= date2.Date)
0
Photo of Kush Muchaal
NA 597 88.2k 12y
NICE ANSWER. Its great & help me.