Re: [asterisk-users] Stereo Conferences?

2007-08-27 Thread Guilherme Góes
AFAIK the HD codec they use is the ITU-T G722.2 AKA GSM-AMR-WB, the
big improvement here is the sampling rate ( 16kHz ).

On 8/27/07, Matthew Rubenstein [EMAIL PROTECTED] wrote:
 Do any softphones run the HD codec? What exactly is the HD codec
 technically called, and is there any info about its codec running inside
 Asterisk?


 On Mon, 2007-08-27 at 08:47 -0400, C F wrote:
  although not stereo i believe its the closest you will get if the
  codec is supported by asterisk. polycom has now HD codec
 
  On 8/27/07, Matthew Rubenstein [EMAIL PROTECTED] wrote:
   Are there any speakerphones or other conferencing HW phones that play
   the audio in stereo? Either their own speakers, or jacks for an amp with
   room speakers? Is there any way for Asterisk to deliver call legs with
   stereo channels in the RTP stream?
  
   If not, is it possible for Asterisk to keep 2 separate calls, or pairs
   of legs in a conference call, synced exactly enough (including traveling
   over the Net between the same 2 IP#s) for them to arrive as a stereo
   pair at the endpoint?
   --
  
   (C) Matthew Rubenstein
  
  
   ___
   --Bandwidth and Colocation Provided by http://www.api-digital.com--
  
   asterisk-users mailing list
   To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users
  
 --

 (C) Matthew Rubenstein


 ___
 --Bandwidth and Colocation Provided by http://www.api-digital.com--

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users



-- 
Guilherme Loch Góes

MSN:[EMAIL PROTECTED]
(48) 99115299

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] GUI: Not Found. Move along

2007-05-21 Thread Guilherme Góes

Did you acess the page at port 8088 ? I.e.: http://192.168.0.1:8088

On 5/17/07, Tim Verscheure [EMAIL PROTECTED] wrote:

Still nothing. I'll give my config files:

manager.conf

;
; Asterisk Call Management support
;

; By default asterisk will listen on localhost only.
[general]
displaysystemname = yes
enabled = yes
webenabled = yes
port = 5038
httptimeout = 60
bindaddr = 0.0.0.0

; No access is allowed by default.
; To set a password, create a file in /etc/asterisk/manager.d
; use creative permission games to allow other serivces to create their own
; files
#include manager.d/*.conf

[admin]
secret = javali
deny=0.0.0.0/0.0.0.0
permit=127.0.0.1/255.255.255.0
permit=192.168.1.68/255.255.255.0
read = system,call,log,verbose,command,agent,user,config
write = system,call,log,verbose,command,agent,user,config

[panel]
secret = javali
deny=0.0.0.0/0.0.0.0
permit=192.168.1.68/255.255.255.0
permit=127.0.0.1/255.255.255.0
read = system,call,log,verbose,command,agent,user,config
write = system,call,log,verbose,command,agent,user,config


http.conf
---
;
; Asterisk Builtin mini-HTTP server
;
;
[general]
;
; Whether HTTP interface is enabled or not.  Default is no.
;
enabled=yes
;
; Whether Asterisk should serve static content from http-static
; Default is no.
;
enablestatic=yes
;
; Address to bind to.  Default is 0.0.0.0
;
bindaddr=0.0.0.0
;
; Port to bind to (default is 8088)
;
bindport=8088
;
; Prefix allows you to specify a prefix for all requests
; to the server.  The default is asterisk so that all
; requests must begin with /asterisk
;
;prefix=asterisk

; The post_mappings section maps URLs to real paths on the filesystem.  If a
; POST is done from within an authenticated manager session to one of the
; configured POST mappings, then any files in the POST will be placed in the
; configured directory.
;
;[post_mappings]
;
; In this example, if the prefix option is set to asterisk, then using the
; POST URL: /asterisk/uploads will put files in /var/lib/asterisk/uploads/.
;uploads = /var/lib/asterisk/uploads/
;


thanks in advance, Tim


2007/5/17, Troy Ayers [EMAIL PROTECTED]:
 Tim Verscheure wrote:
  Hi there,
 
  I just installed the GUI for Asterisk 1.4.4 and correctly set my
  settings but when I use my browser to access it, it gives me an error
  saying Not Found. Nothing to see here, move along with asterisk in
  the header and footer...
 
  anyone had this problemn before?
 
 
  greetz
 Try https:// not http://
 -Troy

 ___
 --Bandwidth and Colocation provided by Easynews.com --

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users

___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users




--
Guilherme Loch Góes

MSN:[EMAIL PROTECTED]
(48) 99115299
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] G.711 Appendix II

2004-12-06 Thread Guilherme Góes
Does anyone have the C reference code of the ITU G.711 Appendix II ?
-- 
Guilherme Loch Góes

Wave after wave will flow with the tide
And bury the world as it does
Tide after tide will flow and recede
Leaving life to go on as it was...

- Neil Peart , Natural Science
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] iLBC

2004-11-30 Thread Guilherme Góes
Does anyone have the fixed point implementation of the iLBC codec ? I
am an undergraduate student that's trying to implement a faster way
for this CODEC in a PC architeture using MMX/SSE (fixed point).
-- 
Guilherme Loch Góes
www.ufsc.br
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users