Benny Prijono schrieb: > On Fri, Oct 23, 2009 at 8:19 PM, Klaus Darilion > <klaus.mailinglists at pernau.at> wrote: >> >> Benny Prijono schrieb: >>> On Tue, Oct 13, 2009 at 4:27 AM, Eric Chamberlain <eric at rf.com> wrote: >>>> How do I attach the local account to udp, tcp, and tls transports? >>>> pjsua_acc_add_local only allows for one transport id. >>> My feeling is that you probably don't need that. "Local" account is >>> only useful when you don't have a "real" account created, to enable >>> peer to peer calling to another SIP endpoint (i.e. call by its IP >>> address). But once you have a "real" account, it can use any >>> transports that the app create, so the local accounts pretty much >>> serve no purpose. >> IIRC, pjsua opens always the local account too. As pjsua acts as a reference >> implementation, maybe it should be removed from pjsua if there is "no >> purpose"? >> > > But for pjsua, it does serve a purpose, for IP to IP calling. Most > user agents probably won't need IP to IP calling, hence the local > account probably serves no purpose. I meant that the local account creation in pjsua could be deactivated if a SIP account is explicitly created. regards klaus