On 2/19/08, jorge.amador at withus.pt <jorge.amador at withus.pt> wrote: > Hi Benny, > > Could you tell me were pjsip does the verification if the incoming URI > matches any of the accounts (which file)? Thanks a lot. It's in PJSUA-LIB since it's the only library that has the notion of account. And specificly in pjsua_acc.c, function pjsua_acc_find_for_incoming(). cheers, -benny