On Fri, Aug 17, 2012 at 2:45 PM, Juan Castro <[email protected]> wrote: > I see no indication of how to do this in sip.conf, and when I start > Asterisk, it doesn't wait on port 80. > > Greetings, > > -- > Juan Carlos Castro y Castro > Instant Solutions - Telefonia Gerando Resultado > http://www.instant.com.br > Principais capitais: 4063-6100 > Demais regiƵes: (11)4063-6100 > > --
Websocket support is being actively worked on. HTTP support should be enabled in manager.conf and http.conf first. --- manager.conf --- [general] enabled = yes webenabled = yes --- http.conf --- [general] enabled=yes bindaddr=0.0.0.0 bindport=8088 -- ~ Andrew "lathama" Latham [email protected] http://lathama.net ~ -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
