On Tue, Apr 29, 2008 at 4:06 PM, Klaus Darilion <klaus.mailinglists at pernau.at> wrote: > > Benny Prijono wrote: > > On Tue, Apr 29, 2008 at 12:56 PM, Klaus Darilion > > <klaus.mailinglists at pernau.at> wrote: > >> Hi! > >> > >> Does pjsua API suuports incoming out-of-dialog REFER requests? > >> > > > > Well yes and no. Yes because application can always trap any out of > > dialog requests (such as out of dialog REFER, or unsolicited NOTIFY's) > > by registering a pjsip module just like everything else. No since we > > don't do anything at all with out-of-dialog REFER, for now. > > So, does an out-of-dialog REFER trigger the on_call_transfer_request() > callback? > No. We don't handle out-of-dialog REFER, so if one arrives it won't even get responded since no pjsip module is handling it. But I've got few requests to implement out-of-dialog REFER, so this may be something that's worth implementing. Cheers Benny