On 07/05/10 16:05, Stefan Sayer wrote: > which problems? >
I've sent two emails, replies to commit mail R1827, they were probably unfavorably filtered. Please find them pasted below. Cheers, Bogdan. === mail 1 === Hi guys, I'm having some troubles with the callback app (AmB2ABCalleeSession, in fact), coupled with the uac_auth module: the callee session is terminated upon reception of the (expected) 40[17]; this answer is correctly dealt with by the uac_auth, but due to the change in the callback invocation, the dialog now transitions from Pending to Disconnected; the call flow would be: AmSipReplyEvent->updateStatus(), where - Pending->Discon'ed and then - through [AmSipDialogEventHandler]->onSipReply() callbacks, the AmB2ABCalleeSession's method generates a B2ABConnectOtherLegFailedEvent. Lemme know if this is still WIP, waiting for completion. Thanks, Bogdan. On 04/26/10 18:25, [email protected] wrote: > > Author: rco > > Date: 2010-04-26 18:25:01 +0200 (Mon, 26 Apr 2010) > > New Revision: 1827 > > === mail 2 === Hmm, also related to this R1827 change, I was wondering if we couldn't have a "previous_status" (where "status" would be saved, before changing it) as AmSipDialog member, rather then passing the old_dlg_status as function parameter to all the callbacks; then, we'd also have a getPreviousStatus() member function. (But didn't think too much about concurrent accesses, where function parameters would be justified.) Cheers, Bogdan. _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
