Regards,
Eduardo
Well, I'm a firm believer in small steps, hence the proposal to tackle the
Action/Response problem first (indeed using the actionId, 1 activity per
message).
As for the events, I'm not quite sure what should be done yet.
The current implementation sort of makes sense: events are fairly standalone
things.
You can limit what's thrown at you by defining a root-sbb for certain
event-types.
The event-avalanche can further be limited by configuration (type of
connection you make to asterisk). So I don't have a problem with that
(yet:).
Issues that I have a more along the lines of:
- what if we connect multiple asterisk Pbx's?
- what about AGI/fastAGI interfacing? (I believe this requires a new RA
type...)
Regards,
Tom Uijldert
Hi,
Well, I'm a firm believer in small steps, hence the proposal to tackle the
Action/Response problem first (indeed using the actionId, 1 activity per
message).
As for the events, I'm not quite sure what should be done yet.
The current implementation sort of makes sense: events are fairly standalone
things.
You can limit what's thrown at you by defining a root-sbb for certain
event-types.
The event-avalanche can further be limited by configuration (type of
connection you make to asterisk). So I don't have a problem with that
(yet:).
Issues that I have a more along the lines of:
- what if we connect multiple asterisk Pbx's?
- what about AGI/fastAGI interfacing? (I believe this requires a new RA
type...)
From: mobicent...@googlegroups.com [mailto:mobicent...@googlegroups.com] On Behalf Of Michele La Porta
Sent: dinsdag 16 december 2008 14:24
To: mobicent...@googlegroups.com
Subject: [mobicents-public] Re: Fwd: SBB Activity Context Interface interface and Asterisk RA
2008/12/16 Tom Uijldert <tom.ui...@gmail.com>
Hi,
Well, I'm a firm believer in small steps, hence the proposal to tackle the
Action/Response problem first (indeed using the actionId, 1 activity per
message).+1
As for the events, I'm not quite sure what should be done yet.
The current implementation sort of makes sense: events are fairly standalone
things.Even standalone, a logical sequence of events can model a Call (single party,two parties,conference). In the new model activity is one way from slee service layer to asterisk.For inverse case we can change acutal model to an activity per connection ( there's will be an activity for the time asterisk-ra is active).
You can limit what's thrown at you by defining a root-sbb for certain
event-types.
The event-avalanche can further be limited by configuration (type of
connection you make to asterisk). So I don't have a problem with that
(yet:).
Issues that I have a more along the lines of:
- what if we connect multiple asterisk Pbx's?for connecting multiple asterisk we will need to modify actual resource adaptor to use a pool of asterisk connections and associated controllers for managing incoming/ougoing events from different pbxs.
- what about AGI/fastAGI interfacing? (I believe this requires a new RA
type...)Yes requires new.
Ra will needs to bind a DefaultAgiServer,sbb interface should be able to send AgiCommand
and ra should be able to receive AgiReply reply.Don't know much about AGI which activity handle identifier will be used in this case?Am I right on my agi-ra idea?
From: mobicent...@googlegroups.com [mailto:mobicent...@googlegroups.com] On Behalf Of Eduardo Martins
Sent: woensdag 17 december 2008 13:00