FS-4049 try this

This commit is contained in:
Anthony Minessale
2012-03-27 13:08:49 -05:00
parent 2da9450a8b
commit 46810f58d3
2 changed files with 11 additions and 2 deletions
+2 -1
View File
@@ -272,7 +272,8 @@ typedef enum {
SOF_FORKED_DIAL = (1 << 1),
SOF_NO_EFFECTIVE_CID_NUM = (1 << 2),
SOF_NO_EFFECTIVE_CID_NAME = (1 << 3),
SOF_NO_LIMITS = (1 << 4)
SOF_NO_LIMITS = (1 << 4),
SOF_ENTERPRISE = (1 << 5)
} switch_originate_flag_enum_t;
typedef uint32_t switch_originate_flag_t;