Using pjsip unable to get incoming call notification C#

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,
I am using pjsip.dll and Sipek.dll for making and receiving calls using SIP
protocol and I am able to make an out going call but unable to get incoming
call.How to receive an incoming call notification, can any one help me?

Following is the code, I have written for getting incoming call notification

 public void CallManager_IncomingCallNotification(int sessionId, string
number, string info)
    {
      if (InvokeRequired)
        this.BeginInvoke(new DIncomingCall(this.OnIncomingCall), new
object[] { sessionId, number, info});
      else
        OnIncomingCall(sessionId, number, info);
    }

I really want to resolve this problem ASAP. Please help me by giving the
link of SVN of correctly working code or please notifiy me where i am going
wrong in coding

Thank you in advance

Regrads,
Sarvesh Sharma
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20120809/a591771d/attachment-0001.html>


[Index of Archives]     [Asterisk Users]     [Asterisk App Development]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [Linux API]
  Powered by Linux