aboutsummaryrefslogtreecommitdiffstats
path: root/channels/sig_analog.h
diff options
context:
space:
mode:
Diffstat (limited to 'channels/sig_analog.h')
-rw-r--r--channels/sig_analog.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/channels/sig_analog.h b/channels/sig_analog.h
index 3f75e5827..e7f1ae2be 100644
--- a/channels/sig_analog.h
+++ b/channels/sig_analog.h
@@ -28,6 +28,10 @@
#include "asterisk/channel.h"
#include "asterisk/frame.h"
+#define ANALOG_MAX_CID 300
+#define READ_SIZE 160
+#define RING_PATTERNS 3
+
/* Signalling types supported */
enum analog_sigtype {
ANALOG_SIG_NONE = -1,
@@ -110,8 +114,6 @@ enum analog_cid_start {
ANALOG_CID_START_DTMF_NOALERT,
};
-#define ANALOG_MAX_CID 300
-
enum dialop {
ANALOG_DIAL_OP_REPLACE = 2,
};
@@ -221,8 +223,6 @@ struct analog_callback {
-#define READ_SIZE 160
-
struct analog_subchannel {
struct ast_channel *owner;
struct ast_frame f; /*!< One frame for each channel. How did this ever work before? */