Changeset 2634

iA few more openpbx -> callweaver changes

Committed by:  coppice
Date:  Apr 20 2007 * 20:03 (about 1 year ago)

Affected files:

callweaver/trunk/configs/res_mysql.conf.sample (unified diff)

r2118r2634
88 ;
99 [general]
1010 ;dbhost = 127.0.0.1
11 ;dbname = openpbx
11 ;dbname = callweaver
1212 ;dbuser = myuser
1313 ;dbpass = mypass
1414 ;dbport = 3306

callweaver/trunk/configs/res_pgsql.conf.sample (unified diff)

r318r2634
106106 ; built-in defaults are used.
107107
108108 [general]
109 dsn = host=localhost dbname=openpbx user=openpbx password=qwerty
109 dsn = host=localhost dbname=callweaver user=callweaver password=qwerty
110110

callweaver/trunk/doc/README.ices (unified diff)

r2614r2634
55 to place things like conferences, music on hold, etc. into the stream.
66
77 You'll need to specify a config file for the ices encoder. An example is
8 included in contrib/openpbx-ices.xml
8 included in contrib/callweaver-ices.xml
99
1010 Anyway hope you like it.
1111

callweaver/trunk/ogi/ogi-test.ogi.in (unified diff)

r1872r2634
5050 &checkresult($result);
5151
5252 print STDERR "3. Testing 'sendimage'...";
53 print "SEND IMAGE openpbx-image\n";
53 print "SEND IMAGE callweaver-image\n";
5454 my $result = <STDIN>;
5555 &checkresult($result);
5656