On Friday, November 4, 2016 1:58:48 AM CDT Gonzalo Gasca Meza wrote:
Example.
sip:gonzalo58@test.external.com;transport=tls
I started looking into dbaliases table in LOCATION.
#!ifdef WITH_ALIASDB # search in DB-based aliases if(alias_db_lookup("dbaliases")) route(SIPOUT); #!endif
In dbaliases table I see 4 columns. Is the following configuration correct?
alias_username: gonzalo58 alias_domain: test.external.com;transport=tls username: gonzalo domain: sip.parzee.io
Adding the transport in the domain column as you have has worked for me in the past, though I'm not sure it's supposed to. -A