diff --git a/conf/directory/default/brian.xml b/conf/directory/default/brian.xml index c9306fe352..791f510265 100644 --- a/conf/directory/default/brian.xml +++ b/conf/directory/default/brian.xml @@ -30,7 +30,7 @@ <!-- which transport to use for register --> <!--<param name="register-transport" value="udp"/>--> <!--How many seconds before a retry when a failure or timeout occurs --> - <!--<param name="retry_seconds" value="30"/>--> + <!--<param name="retry-seconds" value="30"/>--> <!--Use the callerid of an inbound call in the from field on outbound calls via this gateway --> <!--<param name="caller-id-in-from" value="false"/>--> <!--extra sip params to send in the contact--> diff --git a/conf/sip_profiles/external/example.xml b/conf/sip_profiles/external/example.xml index c9a446882b..7ac8db1186 100644 --- a/conf/sip_profiles/external/example.xml +++ b/conf/sip_profiles/external/example.xml @@ -23,7 +23,7 @@ <!-- which transport to use for register --> <!--<param name="register-transport" value="udp"/>--> <!--How many seconds before a retry when a failure or timeout occurs --> - <!--<param name="retry_seconds" value="30"/>--> + <!--<param name="retry-seconds" value="30"/>--> <!--Use the callerid of an inbound call in the from field on outbound calls via this gateway --> <!--<param name="caller-id-in-from" value="false"/>--> <!--extra sip params to send in the contact--> diff --git a/conf/sip_profiles/internal/example.xml b/conf/sip_profiles/internal/example.xml index c9a446882b..7ac8db1186 100644 --- a/conf/sip_profiles/internal/example.xml +++ b/conf/sip_profiles/internal/example.xml @@ -23,7 +23,7 @@ <!-- which transport to use for register --> <!--<param name="register-transport" value="udp"/>--> <!--How many seconds before a retry when a failure or timeout occurs --> - <!--<param name="retry_seconds" value="30"/>--> + <!--<param name="retry-seconds" value="30"/>--> <!--Use the callerid of an inbound call in the from field on outbound calls via this gateway --> <!--<param name="caller-id-in-from" value="false"/>--> <!--extra sip params to send in the contact-->