~ubuntu-branches/ubuntu/karmic/asterisk/karmic

« back to all changes in this revision

Viewing changes to pbx/ael/ael.tab.h

  • Committer: Bazaar Package Importer
  • Author(s): Faidon Liambotis, Tzafrir Cohen, Faidon Liambotis
  • Date: 2007-12-06 17:20:21 UTC
  • mfrom: (1.1.19 upstream)
  • Revision ID: james.westby@ubuntu.com-20071206172021-pd0wrjirz3os7hia
Tags: 1:1.4.15~dfsg-1
* New upstream release (Closes: #452054)
  - Fix a potential corrupt of voicemail.conf on simultaneous PIN updates
    (Closes: #353227)

[ Tzafrir Cohen ]
* Add some sample/reference config files as documentation.
* Provide asterisk-bristuff for upgrading from Etch.
* Move libc-client to not be last, so debian/backports/xorcom.etch would
  still work.

[ Faidon Liambotis ]
* Really enable the libcap/ToS functionality; the previous patch didn't
  enable the functionality, even though the code and the libcap.so
  dependency were there. (Closes: #454342)
* Fix a minor issue with init script's stop target when running with
  safe_asterisk.
* Add chan_vpb, adding support for VoiceTronix OpenSwitch and OpenLine
  cards. (Closes: #396499)
* Fix debian/watch by using a pkg-voip wrapper to avoid upstream's silly
  redirections. (Closes: #449706)
* Use DEBVERSION as asterisk's version string.
* Disable the MD5 build sum that breaks all out-of-tree plugins (duh!).
* Create /usr/local/share/asterisk/sounds to put all site-specific
  non-modifiable sounds.
* Add a note about bugs.debian.org to the banner.
* Add noload for res_config_* since loading them results in errors and
  doesn't provide any functionality.
* News entries were added but we never shipped the file; ship NEWS.Debian.
* Add an entry to NEWS.Debian warning users about app_voicemail_*.so
  (Closes: #452596)
* Provide options in /etc/default/asterisk for configuring safe_asterisk.
  (Closes: #381786)

[ Tzafrir Cohen ]
* Provide a custom sounds directory under /var/lib - user-modifieble at
  runtime and hence not under /usr. (Closes: #337209)

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
     KW_ELSE = 276,
51
51
     KW_RANDOM = 277,
52
52
     KW_ABSTRACT = 278,
53
 
     EXTENMARK = 279,
54
 
     KW_GOTO = 280,
55
 
     KW_JUMP = 281,
56
 
     KW_RETURN = 282,
57
 
     KW_BREAK = 283,
58
 
     KW_CONTINUE = 284,
59
 
     KW_REGEXTEN = 285,
60
 
     KW_HINT = 286,
61
 
     KW_FOR = 287,
62
 
     KW_WHILE = 288,
63
 
     KW_CASE = 289,
64
 
     KW_PATTERN = 290,
65
 
     KW_DEFAULT = 291,
66
 
     KW_CATCH = 292,
67
 
     KW_SWITCHES = 293,
68
 
     KW_ESWITCHES = 294,
69
 
     KW_INCLUDES = 295,
70
 
     word = 296
 
53
     KW_EXTEND = 279,
 
54
     EXTENMARK = 280,
 
55
     KW_GOTO = 281,
 
56
     KW_JUMP = 282,
 
57
     KW_RETURN = 283,
 
58
     KW_BREAK = 284,
 
59
     KW_CONTINUE = 285,
 
60
     KW_REGEXTEN = 286,
 
61
     KW_HINT = 287,
 
62
     KW_FOR = 288,
 
63
     KW_WHILE = 289,
 
64
     KW_CASE = 290,
 
65
     KW_PATTERN = 291,
 
66
     KW_DEFAULT = 292,
 
67
     KW_CATCH = 293,
 
68
     KW_SWITCHES = 294,
 
69
     KW_ESWITCHES = 295,
 
70
     KW_INCLUDES = 296,
 
71
     word = 297
71
72
   };
72
73
#endif
73
74
/* Tokens.  */
92
93
#define KW_ELSE 276
93
94
#define KW_RANDOM 277
94
95
#define KW_ABSTRACT 278
95
 
#define EXTENMARK 279
96
 
#define KW_GOTO 280
97
 
#define KW_JUMP 281
98
 
#define KW_RETURN 282
99
 
#define KW_BREAK 283
100
 
#define KW_CONTINUE 284
101
 
#define KW_REGEXTEN 285
102
 
#define KW_HINT 286
103
 
#define KW_FOR 287
104
 
#define KW_WHILE 288
105
 
#define KW_CASE 289
106
 
#define KW_PATTERN 290
107
 
#define KW_DEFAULT 291
108
 
#define KW_CATCH 292
109
 
#define KW_SWITCHES 293
110
 
#define KW_ESWITCHES 294
111
 
#define KW_INCLUDES 295
112
 
#define word 296
 
96
#define KW_EXTEND 279
 
97
#define EXTENMARK 280
 
98
#define KW_GOTO 281
 
99
#define KW_JUMP 282
 
100
#define KW_RETURN 283
 
101
#define KW_BREAK 284
 
102
#define KW_CONTINUE 285
 
103
#define KW_REGEXTEN 286
 
104
#define KW_HINT 287
 
105
#define KW_FOR 288
 
106
#define KW_WHILE 289
 
107
#define KW_CASE 290
 
108
#define KW_PATTERN 291
 
109
#define KW_DEFAULT 292
 
110
#define KW_CATCH 293
 
111
#define KW_SWITCHES 294
 
112
#define KW_ESWITCHES 295
 
113
#define KW_INCLUDES 296
 
114
#define word 297
113
115
 
114
116
 
115
117
 
123
125
        struct pval *pval;      /* full objects */
124
126
}
125
127
/* Line 1536 of yacc.c.  */
126
 
#line 127 "ael.tab.h"
 
128
#line 129 "ael.tab.h"
127
129
        YYSTYPE;
128
130
# define yystype YYSTYPE /* obsolescent; will be withdrawn */
129
131
# define YYSTYPE_IS_DECLARED 1