search for: dispositon

Displaying 2 results from an estimated 2 matches for "dispositon".

Did you mean: disposition
2007 Aug 19
1
CDR Disposition Value with ODBC
It looks like when you use odbc for CDR storage, rather than getting a Dispositon string like ANSWERED, CONGESTION etc, you'll get an integer (1,2,4,8). Does anyone know where I can find what strings (ANSWERED etc) these integers map to? Doug.
2008 Jan 03
1
Mongrel stops to loading the page in browser
...</tr> </table> <br> <% end %> show_picture_of_partner: def show_picture_of_partner partner = Partner.find(params[:id]) send_data(partner.picture_data, :type => partner.picture_content_type, :filename => partner.picture_name, :dispositon => ''inline'') end Can anybody tell me what the problem could be? Or what to do better to get around this problem? Thanks, Chris -- Posted via http://www.ruby-forum.com/.