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. Cheers Benny