Hi, I had to handle reinvites in my application and I was looking for inspiration in the built-in applications. My findings:
auth_b2b doesn't handle it (it's a know bug according to the TODO comment) call_timer tries and fails: it doesn't reply OK to reinvite, because in reinvite case it returns from onInvite() instead of calling AmSession::onInvite() gateway doesn't handle it as far as I can tell. the others either don't have AmSession::onInvite() overloaded or handle it correctly. br Szo _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
