FUG-BR / Grupo Brasileiro de Usuarios de FreeBSD - Asterisk em sistemas BSD, por John Todd (Digium) no BSDTalk.
 
25.07  
Inicio
Principal
Inicio
Noticias
Artigos
Regras da Lista
Assinar a Lista
Histrico da Lista
Forum
Keyserver
PC-BSD: Artigos
PC-BSD: Notcias
Galeria de Imagens
Contador Usurios FUG
FUGs Estaduais
Downloads
Enquetes
FAQ
Resumo do Site
Links
Pesquisar
Contato
Sobre a FUG-BR
RSS / Twitter
-
DOC-BR (FUG BR)
Introduo
Projeto DOC-BR
Handbook
FAQ Oficial
-
+ Noticias
Alertas de Seguranca
Alertas em Ports
BSD em Geral
DaemonNews (Ingles)
MyFreeBSD
Todas Categorias
-
Login
Nome de Usurio

Senha

Lembrar login
Esqueceu sua senha?
Sem conta? Crie uma


Asterisk em sistemas BSD, por John Todd (Digium) no BSDTalk. PDF Imprimir E-mail
Por P. Tracanelli (FreeBSD Brasil)   
30/11/2008

ImageNo número 166, o Podcast BSDTalk apresenta uma entrevista de 23 minutos com John Todd, da Digium, que é o Diretor para Comunidades Open Source do Asterisk/Digium. Todd também é o coordenador da lista Asterisk-BSD.

Na entrevista Todd menciona em que condições sistemas BSD são escolhas mais adequadas para uso com Asterisk. Ilustra que o Asterisk é uma série de coisas distintas: é um PBX, é linguagens de programação, são protocolos de áudio e intercomunicação, e são drivers. Ele ilustra que o desenvolvimento em sistemas BSD tem uma série de detalhes adicionais, geralmente associados a segurança e a interfaces de acesso a recursos, e que esses detalhes que aumentam tanto a segurança e de forma geral são créditos do design bem projetado dos sistemas BSD, acaba dificultando e retardando parte do desenvolvimento ou portabilidade para BSD. Em especial cita como exemplo a interface infinitamente mais simples que o /proc oferece no Linux em comparação a super-controlada ioctl dos sistemas BSD. Diz que a proporção de menor segurança é a mesma de maior facilidade de desenvolvimento, e isso é especialmente percebido em relação a módulos e extensões de terceiros. Image

Lembra que o Asterisk só tomou a proporção e a própria Digium se tornou o que é devido ao projeto BSD Telephony, ou Zapata Telephony. Ilustra que:

"BSD is my choice for core systems, because once installed I never have to worry about it, it is my default choice", enquanto diz que está dando a entrevista de um Asterisk em OpenBSD.

Ouça o podcast agora, em formato MP3 ou OGG.

Você sabia que o pioneirismo da idéia e realizações práticas em termos de hardware da telefonia baseado em PBX IP tem raizes no FreeBSD, e que o asterisk ter saído de mero conceito para uma realidade quando o Mark Spencer (criador do Asterisk) encontrou Jason Dixon e o BSD Telephony (criador do Zapata/Zaptel)? Então aproveite a oportunidade e saiba mais:

 

Comentrios
hi friends
Por alan em 06/12/2008 13:37:10
Hi friends holas amigos somos los user hispanos de FreeBSD/PCBSD 
http://freebsdhispano.blogspot.com/
iYrJFQnabUOnDpsEQhr
Por Sebastian em 21/08/2012 00:37:17
I belive they didn't go for PC-BSD becuase of it's system requirements but I could be wrong I remember reading about new FBSD graphical installer on FBSD wiki, but don't feel like searhing for it again xDBtw, impressive fast install :)
VMoboFdW
Por Mauro em 25/09/2012 03:02:35
I managed to dig up those two files I've only idlucned the parts that you might need to change (I didn't include the entire file just the statements concerning the two IP phones I setup.You'll need to find their MAC address (on the back of the phone) and then depending on software version the phone is running you may need to tweak the rtp_method.unistim.conf[phone1] ; name of the devicedevice=001765ffe0fc ; mac address of the phonertp_port=10000 ; RTP port used by the phone, default = 10000. RTCP = rtp_port+1rtp_method=3 ; If you don't have sound, you can try 1, 2 or 3, default = 0status_method=0 ; If you don't see status text, try 1, default = 0titledefault=Asterisk ; default = "TimeZone (your time zone)". 12 characters maxmaintext0="Asterisk PBX" ; default = "Welcome", 24 characters max;maintext1="a custom text" ; default = the name of the device, 24 characters max;maintext2="(main page)" ; default = the public IP of the phone, 24 characters max;dateformat=1 ; 0 = month/day, 1 (default) = day/month;timeformat=1 ; 0 = 0:00am ; 1 (default) = 0h00, 2 = 0:00;contrast=8 ; define the contrast of the LCD. From 0 to 15. Default = 8;country=us ; country (ccTLD) for dial tone frequency. See README, default = us;ringvolume=2 ; ring volume : 0,1,2,3, can be overrided by Dial(), default = 2ringstyle=3 ; ring style : 0 to 7, can be overrided by Dial(), default = 3callhistory=1 ; 0 = disable, 1 = enable call history, default = 1callerid="Customer Support" context=michael ; context, default="default"mailbox=2000 ; Specify the mailbox number. Used by Message Waiting Indication;linelabel="Support" ; Softkey label for the next line=> entry, 9 char max.;extension=line ; Add an extension into the dialplan. Only valid in context specified previously. ; none=don't add (default), ask=prompt user, line=use the line numberline => 100 ; Only one line by device is currently supported. ; Beware ! only bookmark and softkey entries are allowed after line=>;bookmark=Hans C.@123 ; Use a softkey to dial 123. Name : 9 char max;bookmark=Mailbox@011@54 ; 54 shows a mailbox icon. See #define FAV_ICON_ for other values (32 to 63)bookmark=Test@*@USTM/phone2 ; Display an icon if violet is connected (dynamic), only for unistim device;bookmark=4@Pager@54321@51 ; Display a pager icon and dial 54321 when softkey 4 is pressed[phone2] ; name of the devicedevice=0018b0342c34 ; mac address of the phonertp_port=10000 ; RTP port used by the phone, default = 10000. RTCP = rtp_port+1rtp_method=3 ; If you don't have sound, you can try 1, 2 or 3, default = 0status_method=0 ; If you don't see status text, try 1, default = 0titledefault=Asterisk ; default = "TimeZone (your time zone)". 12 characters maxmaintext0="Asterisk PBX" ; default = "Welcome", 24 characters max;maintext1="a custom text" ; default = the name of the device, 24 characters max;maintext2="(main page)" ; default = the public IP of the phone, 24 characters max;dateformat=1 ; 0 = month/day, 1 (default) = day/month;timeformat=1 ; 0 = 0:00am ; 1 (default) = 0h00, 2 = 0:00;contrast=8 ; define the contrast of the LCD. From 0 to 15. Default = 8;country=us ; country (ccTLD) for dial tone frequency. See README, default = us;ringvolume=2 ; ring volume : 0,1,2,3, can be overrided by Dial(), default = 2ringstyle=3 ; ring style : 0 to 7, can be overrided by Dial(), default = 3callhistory=1 ; 0 = disable, 1 = enable call history, default = 1callerid="Customer Support" context=michael ; context, default="default"mailbox=2001 ; Specify the mailbox number. Used by Message Waiting Indication;linelabel="Support" ; Softkey label for the next line=> entry, 9 char max.;extension=line ; Add an extension into the dialplan. Only valid in context specified previously. ; none=don't add (default), ask=prompt user, line=use the line numberline => 101 ; Only one line by device is currently supported. ; Beware ! only bookmark and softkey entries are allowed after line=>;bookmark=Hans C.@123 ; Use a softkey to dial 123. Name : 9 char max;bookmark=Mailbox@011@54 ; 54 shows a mailbox icon. See #define FAV_ICON_ for other values (32 to 63)bookmark=Test@*@USTM/phone1 ; Display an icon if violet is connected (dynamic), only for unistim device;bookmark=4@Pager@54321@51 ; Display a pager icon and dial 54321 when softkey 4 is pressedI then added the following lines in the extensions.conf file;exten => 100,1,Dial(USTM/100@phone1)exten => 101,1,Dial(USTM/101@phone2)It's not to complicated after you spend some time with it.Good Luck!


Comente!*
Nome:
E-mail
Homepage
Ttulo:
Comentrio:

Cdigo:* Code

ltima Atualizao ( 30/11/2008 )
 
< Anterior   Prximo >
FUG-BR - Espalhando BSD
Dicas Rpidas:

Para remover os caracteres ^M de um arquivo de texto de MS-DOS (e Windows), use o tr(1):

tr -d \\r < arquivo_dos > arquivo_unix

 

 

 






Wallpapers
FreeBSD Security Advisories
  • FreeBSD-SA-14:17.kmem
  • FreeBSD-SA-14:16.file
  • FreeBSD-SA-14:15.iconv
  • FreeBSD-SA-14:14.openssl
  • FreeBSD-SA-14:13.pam
  • FreeBSD-SA-14:12.ktrace
  • FreeBSD-SA-14:11.sendmail
  • FreeBSD-SA-14:10.openssl
  • FreeBSD-SA-14:09.openssl

  • Online:
    Ns temos 18 visitantes online


    Devil Store - Sua loja BSD
    FreeBSD Brasil LTDA

    FUG-BR: Desde 1999, espalhando BSD pelo Brasil.