Re: [pjsip] Subscription with Event-Type Dialog possible?

K
ktx@matfyz.cz
Thu, Sep 23, 2010 9:54 PM

Hi,

I am not exactly sure what you mean by "eventtype dialog". Do you want
to have a callback on_any_event() to catch all internal event
structures [1]?

As Python API is build on top of PJSUA(-lib) [2] AFAIK it can only
be/is extended to incorporate current PJSUA capabilities. Therefore,
is the desired functionality in PJSUA? If no, one would have to extend
PJSUA...

Regards,
Karol

[1] http://www.pjsip.org/pjsip/docs/html/group__PJSIP__EVENT.htm
[2] http://www.pjsip.org/pjsip/docs/html/group__PJSUA__LIB.htm

On Thu, Sep 23, 2010 at 01:05:18PM +0200, Goesta.Stoeckelmann@vrnetze.de wrote:

Hi,

is/will be there any way to create a eventtype dialog (not presence)
subscription with the Python module?

Thanks & regards,

G?sta
Hi, I am not exactly sure what you mean by "eventtype dialog". Do you want to have a callback on_any_event() to catch all internal event structures [1]? As Python API is build on top of PJSUA(-lib) [2] AFAIK it can only be/is extended to incorporate current PJSUA capabilities. Therefore, is the desired functionality in PJSUA? If no, one would have to extend PJSUA... Regards, Karol [1] http://www.pjsip.org/pjsip/docs/html/group__PJSIP__EVENT.htm [2] http://www.pjsip.org/pjsip/docs/html/group__PJSUA__LIB.htm On Thu, Sep 23, 2010 at 01:05:18PM +0200, Goesta.Stoeckelmann@vrnetze.de wrote: > Hi, > > is/will be there any way to create a eventtype dialog (not presence) > subscription with the Python module? > > Thanks & regards, > > G?sta >
GS
Goesta.Stoeckelmann@vrnetze.de
Fri, Sep 24, 2010 6:54 AM

Hi,

it looks like - we need to issue a RFC 4235 subscription against a voip
pbx for developing an external presence monitor, the simple presence
subscription does not deliver enough information.

Are there any plans to implement RFC 4235 into PJSUA?

Thanks & regards,

Gösta

ktx@matfyz.cz
Gesendet von: pjsip-bounces@lists.pjsip.org
23.09.2010 23:54
Bitte antworten an
pjsip list pjsip@lists.pjsip.org

An
pjsip list pjsip@lists.pjsip.org
Kopie

Thema
Re: [pjsip] Subscription with Event-Type Dialog possible?

Hi,

I am not exactly sure what you mean by "eventtype dialog". Do you want
to have a callback on_any_event() to catch all internal event
structures [1]?

As Python API is build on top of PJSUA(-lib) [2] AFAIK it can only
be/is extended to incorporate current PJSUA capabilities. Therefore,
is the desired functionality in PJSUA? If no, one would have to extend
PJSUA...

Regards,
Karol

[1] http://www.pjsip.org/pjsip/docs/html/group__PJSIP__EVENT.htm
[2] http://www.pjsip.org/pjsip/docs/html/group__PJSUA__LIB.htm

On Thu, Sep 23, 2010 at 01:05:18PM +0200, Goesta.Stoeckelmann@vrnetze.de
wrote:

Hi,

is/will be there any way to create a eventtype dialog (not presence)
subscription with the Python module?

Thanks & regards,

G?sta
Hi, it looks like - we need to issue a RFC 4235 subscription against a voip pbx for developing an external presence monitor, the simple presence subscription does not deliver enough information. Are there any plans to implement RFC 4235 into PJSUA? Thanks & regards, Gösta ktx@matfyz.cz Gesendet von: pjsip-bounces@lists.pjsip.org 23.09.2010 23:54 Bitte antworten an pjsip list <pjsip@lists.pjsip.org> An pjsip list <pjsip@lists.pjsip.org> Kopie Thema Re: [pjsip] Subscription with Event-Type Dialog possible? Hi, I am not exactly sure what you mean by "eventtype dialog". Do you want to have a callback on_any_event() to catch all internal event structures [1]? As Python API is build on top of PJSUA(-lib) [2] AFAIK it can only be/is extended to incorporate current PJSUA capabilities. Therefore, is the desired functionality in PJSUA? If no, one would have to extend PJSUA... Regards, Karol [1] http://www.pjsip.org/pjsip/docs/html/group__PJSIP__EVENT.htm [2] http://www.pjsip.org/pjsip/docs/html/group__PJSUA__LIB.htm On Thu, Sep 23, 2010 at 01:05:18PM +0200, Goesta.Stoeckelmann@vrnetze.de wrote: > Hi, > > is/will be there any way to create a eventtype dialog (not presence) > subscription with the Python module? > > Thanks & regards, > > G?sta > _______________________________________________ Visit our blog: http://blog.pjsip.org pjsip mailing list pjsip@lists.pjsip.org http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
BP
Benny Prijono
Fri, Sep 24, 2010 8:05 AM

Hi,

Currently we don't have any plans to implement RFC 4235. But since we
already have the event subscription framework to handle most of the stuff
related to subscription, I suppose implementing it should be relatively
easy. Please see the Developer's Guide PDF for the detailed info on how to
use the event framework.

Best regards,
Benny

On Fri, Sep 24, 2010 at 1:54 PM, Goesta.Stoeckelmann@vrnetze.de wrote:

Hi,

it looks like - we need to issue a RFC 4235 subscription against a voip pbx
for developing an external presence monitor, the simple presence
subscription does not deliver enough information.

Are there any plans to implement RFC 4235 into PJSUA?

Thanks & regards,

Gösta

ktx@matfyz.cz
Gesendet von: pjsip-bounces@lists.pjsip.org

23.09.2010 23:54
Bitte antworten an
pjsip list pjsip@lists.pjsip.org

An
pjsip list pjsip@lists.pjsip.org
Kopie
Thema
Re: [pjsip] Subscription with Event-Type Dialog possible?

Hi,

I am not exactly sure what you mean by "eventtype dialog". Do you want
to have a callback on_any_event() to catch all internal event
structures [1]?

As Python API is build on top of PJSUA(-lib) [2] AFAIK it can only
be/is extended to incorporate current PJSUA capabilities. Therefore,
is the desired functionality in PJSUA? If no, one would have to extend
PJSUA...

Regards,
Karol

[1] http://www.pjsip.org/pjsip/docs/html/group__PJSIP__EVENT.htm
[2] http://www.pjsip.org/pjsip/docs/html/group__PJSIP__EVENT.htm
http://www.pjsip.org/pjsip/docs/html/group__PJSUA__LIB.htm

On Thu, Sep 23, 2010 at 01:05:18PM +0200, Goesta.Stoeckelmann@vrnetze.dewrote:

Hi,

is/will be there any way to create a eventtype dialog (not presence)
subscription with the Python module?

Thanks & regards,

G?sta
Hi, Currently we don't have any plans to implement RFC 4235. But since we already have the event subscription framework to handle most of the stuff related to subscription, I suppose implementing it should be relatively easy. Please see the Developer's Guide PDF for the detailed info on how to use the event framework. Best regards, Benny On Fri, Sep 24, 2010 at 1:54 PM, <Goesta.Stoeckelmann@vrnetze.de> wrote: > > Hi, > > it looks like - we need to issue a RFC 4235 subscription against a voip pbx > for developing an external presence monitor, the simple presence > subscription does not deliver enough information. > > Are there any plans to implement RFC 4235 into PJSUA? > > > Thanks & regards, > > Gösta > > > > > *ktx@matfyz.cz* > Gesendet von: pjsip-bounces@lists.pjsip.org > > 23.09.2010 23:54 > Bitte antworten an > pjsip list <pjsip@lists.pjsip.org> > > An > pjsip list <pjsip@lists.pjsip.org> > Kopie > Thema > Re: [pjsip] Subscription with Event-Type Dialog possible? > > > > Hi, > > I am not exactly sure what you mean by "eventtype dialog". Do you want > to have a callback on_any_event() to catch all internal event > structures [1]? > > As Python API is build on top of PJSUA(-lib) [2] AFAIK it can only > be/is extended to incorporate current PJSUA capabilities. Therefore, > is the desired functionality in PJSUA? If no, one would have to extend > PJSUA... > > Regards, > Karol > > > [1] http://www.pjsip.org/pjsip/docs/html/group__PJSIP__EVENT.htm > [2] <http://www.pjsip.org/pjsip/docs/html/group__PJSIP__EVENT.htm> > http://www.pjsip.org/pjsip/docs/html/group__PJSUA__LIB.htm > > > On Thu, Sep 23, 2010 at 01:05:18PM +0200, Goesta.Stoeckelmann@vrnetze.dewrote: > > Hi, > > > > is/will be there any way to create a eventtype dialog (not presence) > > subscription with the Python module? > > > > Thanks & regards, > > > > G?sta > > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > >