Displaying 2 results from an estimated 2 matches for "roomtyp".
Did you mean:
roomtype
2006 Oct 25
0
Conference is Not Working.... with OpenSER And Asterisk
...: app_cbmysql.c:376 cb_exec: getPass: 1
== Parsing '/etc/asterisk/meetme.conf': Found
Oct 25 18:16:13 NOTICE[12281]: app_cbmysql.c:97 checkMax: Currentusers: 0
Oct 25 18:16:13 NOTICE[12281]: app_cbmysql.c:390 cb_exec: checkMax: 1
Oct 25 18:16:13 NOTICE[12281]: app_cbmysql.c:276 enterConf: Roomtype: 1234||
== Parsing '/etc/asterisk/meetme.conf': Found
Oct 25 18:16:13 WARNING[12281]: chan_zap.c:913 zt_open: Unable to open
'/dev/zap/pseudo': No such file or directory
Oct 25 18:16:13 ERROR[12281]: chan_zap.c:7396 chandup: Unable to dup
channel: No such file or directory
Oct...
2006 Feb 17
16
Booking system
Hi!
I''m planning a booking system in rails, and I have the following issue:
There will be room_types. I can implement this with STI in the rooms
table, or with a separate table room_types. Each room type will have its
special features.
For example, a double room can be:
--
Posted via http://www.ruby-forum.com/.