[SIP SIMPLE client] Question about Subscription - Notify

Adrian Georgescu ag at ag-projects.com
Sun Apr 3 20:09:25 CEST 2011


The notifications you must be subscribed to are listed here:

http://sipsimpleclient.com/wiki/SipCoreApiDocumentation#IncomingSubscription

Adrian

On Apr 3, 2011, at 7:39 PM, Alexander Dokovski wrote:

> Hi,
> 
> I am developing a small application including Subscription - Notify process. I manage to make some Client which sends some Subscription request, but i get to a dead end when I try to write Server which has to detect the subscription and to respond to it. I add an
> incoming_events = set(['message-summary']) in the engine but it won't be triggered.
> At the reactor part i add reactor.listenUDP(5060,DatagramProtocol())
> 
> The problem is that if I make an external class which I can use as a datagram protocol like EchoUDP(DatagramProtocol) I print what is coming on the UDP port 5060 and the datagrams has the subscribe message. The problem is I cannot understand how to trigger the incoming_event in order to have the subscription process.
> 
> Any kind of help will be appreciated. Thanks in advance.
> 
> Best Regards,
> Alex Dokovski
> _______________________________________________
> SIPclient mailing list
> SIPclient at lists.ag-projects.com
> http://lists.ag-projects.com/mailman/listinfo/sipclient
> 




More information about the SIPBeyondVoIP mailing list