MattRiddell / unimrcp

Automatically exported from code.google.com/p/unimrcp
Apache License 2.0
0 stars 0 forks source link

detect asterisk version #101

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
>What steps will reproduce the problem?
install mandriva linux 2010
# asterisk -V
u-Law coding table test complete.
u-Law tandem transcoding test complete.
a-Law coding tables test complete.
a-Law tandem transcoding test complete.
Asterisk 1.6.2.6

>What version of the product are you using? On what operating system?
Mandriva Linux 2010, Asterisk 1.6.2.6

>Please provide any additional information below.
change in makefile:
 asterisk_version=$(/usr/sbin/asterisk -V | cut -d' ' -f2)
to:
 asterisk_version=$(/usr/sbin/asterisk -V |grep Asterisk | cut -d' ' -f2)
or:
 asterisk_version=$(/usr/sbin/asterisk -V |grep -v complete | cut -d' ' -f2)
or:
 asterisk_version=$(/usr/sbin/asterisk -V |grep -v coding | cut -d' ' -f2)

Original issue reported on code.google.com by zami...@gmail.com on 23 Oct 2010 at 6:26

GoogleCodeExporter commented 9 years ago
Thanks. I've implemented your suggestions. Please verify that it is working.

Original comment by thirion...@gmail.com on 13 Dec 2010 at 12:26

GoogleCodeExporter commented 9 years ago
It work now. Thanks.

Original comment by zami...@gmail.com on 17 Dec 2010 at 7:25

GoogleCodeExporter commented 9 years ago

Original comment by thirion...@gmail.com on 20 Dec 2010 at 11:01

GoogleCodeExporter commented 9 years ago
Set some labels just for our records. Thanks.

Original comment by achalo...@gmail.com on 21 Dec 2010 at 9:53