Update {$mac}.cfg (#7081)

changed the sip server port to work with the t34w
This commit is contained in:
Mendel 2024-08-02 11:39:39 -04:00 committed by GitHub
parent e2ab9129b6
commit 82129ff8ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ account.{$row.line_number}.sip_server.1.address = {$row.server.1.address}
account.{$row.line_number}.sip_server.1.address = {$row.server_address}
{/if}
account.{$row.line_number}.sip_server_port = {$row.sip_port}
account.{$row.line_number}.sip_server.1.port = {$row.sip_port}
#Configure the transport type; 0-UDP (default), 1-TCP, 2-TLS, 3-DNS SRV;
{if $account.{$row.line_number}.sip_transport == 'udp'}account.{$row.line_number}.sip_server.1.transport_type = 0{/if}