FS-4049 revert

This commit is contained in:
Anthony Minessale
2012-03-28 14:28:05 -05:00
parent 09bb0bab6a
commit 973a39e07f
2 changed files with 3 additions and 41 deletions
+1 -2
View File
@@ -272,8 +272,7 @@ 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_ENTERPRISE = (1 << 5)
SOF_NO_LIMITS = (1 << 4)
} switch_originate_flag_enum_t;
typedef uint32_t switch_originate_flag_t;