Update {$mac}.cfg (#7081)
changed the sip server port to work with the t34w
This commit is contained in:
parent
e2ab9129b6
commit
82129ff8ed
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue