dect
/
asterisk
Archived
13
0
Fork 0

Merged revisions 56888 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r56888 | russell | 2007-02-26 14:42:21 -0600 (Mon, 26 Feb 2007) | 4 lines

Restore the behavior of Asterisk 1.2 where if a device was not specified in
alsa.conf, then we just use the system default, instead of creating our own
default of hw:0,0.  (issue #9139)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@56889 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
russell 2007-02-26 20:43:18 +00:00
parent 8cc3b2062c
commit 91c2d65970
1 changed files with 2 additions and 2 deletions

View File

@ -83,8 +83,8 @@ static struct ast_jb_conf global_jbconf;
#define DEBUG 0
/* Which device to use */
#define ALSA_INDEV "hw:0,0"
#define ALSA_OUTDEV "hw:0,0"
#define ALSA_INDEV "default"
#define ALSA_OUTDEV "default"
#define DESIRED_RATE 8000
/* Lets use 160 sample frames, just like GSM. */