Difference between revisions of "VoIP"

From wiki.IPBRICK.COM
Jump to: navigation, search
(Activar marcação precedência 5 (DSCP) em todos os pacotes de voz)
(Activar marcação precedência 5 (DSCP) em todos os pacotes de voz (IPBrick v6.0))
 
Line 1: Line 1:
  
== Activar marcação precedência 5 (DSCP) em todos os pacotes de voz (IPBrick v6.0) ==
+
== Enable precedence 5 (DSCP) in all voice packets (IPBrick v6.0) ==
  
  
Alterar o seguinte ficheiro '''/home1/_AsteriskConfs/sip_main.conf''' com o seguinte conteúdo:
+
Change the following file  '''/home1/_AsteriskConfs/sip_main.conf''' with this content:
 
  tos_sip=cs3
 
  tos_sip=cs3
 
  tos_audio=ef
 
  tos_audio=ef
Line 14: Line 14:
 
  cos_text=3
 
  cos_text=3
  
Executar na consola o seguinte comando:  
+
In the console, execute the following command:  
 
  rasterisk -rx 'sip reload'
 
  rasterisk -rx 'sip reload'

Latest revision as of 18:41, 11 February 2015

Enable precedence 5 (DSCP) in all voice packets (IPBrick v6.0)

Change the following file /home1/_AsteriskConfs/sip_main.conf with this content:

tos_sip=cs3
tos_audio=ef
tos_video=af41                 
tos_text=af41                  

cos_sip=3                      
cos_audio=5                    
cos_video=4                    
cos_text=3

In the console, execute the following command:

rasterisk -rx 'sip reload'