Displaying 2 results from an estimated 2 matches for "other_extensions".
2006 Mar 16
0
problem with file_column storing images and other files
...:
class ProductFile < ActiveRecord::Base
# Accepted MIME types, mime types that are not part of this list are rejected
IMAGE_EXTENSIONS = {
"image/gif" => "gif",
"image/jpg" => "jpg",
"image/png" => "png"
}
OTHER_EXTENSIONS = {
"application/pdf" => "pdf",
"application/msword" => "doc",
"application/zip" => "zip",
"text/plain" => "txt",
"text/xml" => "xml",
"video/mpeg" =&...
2005 Feb 28
1
Weird behaviour on incoming DIDs
...d)
exten => #,1,Background(goodbye)
exten => #,2,Wait(2)
exten => #,3,Hangup
exten => t,1,Background(goodbye)
exten => t,2,Wait(2)
exten => t,3,Hangup
exten => h,1,Hangup
exten => 1000,1,Background(goodbye);
exten => 1000,2,Wait(2);
exten => 1000,3,Hangup
#include <other_extensions.conf>
And, my other_extensions.conf has:
[internal_context]
exten => #,1,Goto(incoming_context,1000,1)
exten => *,1,VoiceMailMain()
exten => *,2,Background(demo-congrats)
exten => h,1,Goto(incoming_context,h,1))
exten => i,1,Background(invalid)
exten => s,1,An...