null
if none is associated.null
if none is associated.null
if not set.null
if it is not set.null
if there were no syntax errors.null
if there were no syntax errors.
- /// null
if not set.null
if it is not set.null
if there were no syntax errors.null
if there were no syntax errors.
+ /// true
if this agi is passed audio, false
otherwise.
- /// true
if this agi is passed audio, false
otherwise.
+ /// - /// noopcommand = AsterNET.FastAGI.Command.NoopCommand - ///- /// NoopCommand must implement the AGIScript interface and have a default constructor with no parameters.
+ /// noopcommand = AsterNET.FastAGI.Command.NoopCommand + ///+ /// NoopCommand must implement the AGIScript interface and have a default constructor with no parameters.
true
or false
according to Asterisk's logic.util.c
is as follows:
+ /// true
.
+ /// true
if s represents true
,
+ /// false
otherwise.
+ /// true
or false
according to Asterisk's logic.util.c
is as follows:
- /// true
.
- /// true
if s represents true
,
- /// false
otherwise.
- /// null
if no event class was registered for the event type.null
if no event class was registered for the event type.true
if acknowledgement by '#' is required when agent is called back, false
otherwise.
- /// This property is optional, it allows you to override the defaults defined in Asterisk's configuration.
- /// true
if acknowledgement by '#' is required when agent is called back, false
otherwise.
+ /// This property is optional, it allows you to override the defaults defined in Asterisk's configuration.
+ /// null
if default should be used.
- /// null
if default should be used.
+ /// res/res_monitor.c
- /// res/res_monitor.c
+ /// help
on asterisk's command line.
- /// help
on asterisk's command line.
+ /// manager.conf
.manager.conf
.manager.conf
- /// the user's password as configured in Asterisk's manager.conf
- /// manager.conf
- /// the digest alogrithm, must match the digest algorithm that was used with the corresponding ChallengeAction.
- /// the hash of the user's password and the challenge
- public LoginAction(string username, string authType, string key)
- {
- this.username = username;
- this.authType = authType;
- this.key = key;
- }
-
- /// manager.conf
- /// the digest alogrithm, must match the digest algorithm that was used with the corresponding ChallengeAction.
- /// the hash of the user's password and the challenge
- /// the event mask.manager.conf
+ /// the user's password as configured in Asterisk's manager.conf
+ /// manager.conf
+ ///
+ /// the digest alogrithm, must match the digest algorithm that was used with the corresponding
+ /// ChallengeAction.
+ ///
+ /// the hash of the user's password and the challenge
+ public LoginAction(string username, string authType, string key)
+ {
+ Username = username;
+ AuthType = authType;
+ Key = key;
+ }
+
+ /// manager.conf
+ ///
+ /// the digest alogrithm, must match the digest algorithm that was used with the corresponding
+ /// ChallengeAction.
+ ///
+ /// the hash of the user's password and the challenge
+ ///
+ /// the event mask.manager.conf
.
+ /// manager.conf
.res/res_monitor.c
- /// res/res_monitor.c
+ /// true
Asterisk reports an OriginateSuccess-
- /// and OriginateFailureEvents. The action id of these events equals the action
- /// id of this OriginateAction.
- /// true
Asterisk reports an OriginateSuccess-
+ /// and OriginateFailureEvents. The action id of these events equals the action
+ /// id of this OriginateAction.
+ /// true
if this is a fast origination.true
if this is a fast origination.apps/app_queue.c
- /// apps/app_queue.c
+ /// true
if the queue member should be paused when added.
- /// true
if the queue member should be paused when added.
+ /// apps/app_queue.c
apps/app_queue.c
true
to make the member unavailbale,false
make the member available
- /// true
to make the member unavailbale, false
to make the member available
- public QueuePauseAction(string iface, bool paused)
- {
- this.iface = iface;
- this.paused = paused;
- }
-
- /// true
to make the member unavailbale, false
to make the member available
- public QueuePauseAction(string iface, string queue, bool paused)
- {
- this.iface = iface;
- this.queue = queue;
- this.paused = paused;
- }
- }
+ /// true
to make the member unavailbale, false
to make the member available
+ public QueuePauseAction(string iface, bool paused)
+ {
+ this.Interface = iface;
+ this.Paused = paused;
+ }
+
+ /// true
to make the member unavailbale, false
to make the member available
+ public QueuePauseAction(string iface, string queue, bool paused)
+ {
+ this.Interface = iface;
+ this.Queue = queue;
+ this.Paused = paused;
+ }
+
+ /// true
to make the member unavailbale,false
make the member available
+ /// apps/app_queue.c
- /// apps/app_queue.c
+ /// apps/app_queue.c
- /// apps/app_queue.c
+ /// apps/app_setcdruserfield.c
- /// apps/app_setcdruserfield.c
+ /// true
to append the value to the cdr user field or false
to overwrite.
- /// true
to append the value to the cdr user field or false
to overwrite.
+ /// res/res_monitor.c
- /// res/res_monitor.c
+ /// channels/chan_agent.c
- /// channels/chan_agent.c
+ /// channels/chan_agent.c
- /// channels/chan_agent.c
+ /// autologoff
to the appropriate number of seconds in agents.conf
.
- /// autologoff
to the appropriate number of seconds in agents.conf
.
+ /// eventwhencalled = yes
in queues.conf
.apps/app_queue.c
- /// eventwhencalled = yes
in queues.conf
.apps/app_queue.c
+ /// channels/chan_agent.c
- /// channels/chan_agent.c
+ /// channels/chan_agent.c
- /// channels/chan_agent.c
+ /// channels/chan_zap.c
- /// channels/chan_zap.c
+ /// enabled = yes
to the general section in
- /// cdr_manager.conf
.cdr/cdr_manager.c
- /// enabled = yes
to the general section in
+ /// cdr_manager.conf
.cdr/cdr_manager.c
+ /// channels/chan_zap.c
.channels/chan_zap.c
.apps/app_rxfax.c
.
- /// apps/app_rxfax.c
.
+ /// channels/chan_sip.c
.channels/chan_sip.c
.res/res_features.c
- /// res/res_features.c
+ /// apps/app_queue.c
- /// apps/app_queue.c
+ /// logger.c
logger.c
apps/app_meetme.c
- /// apps/app_meetme.c
+ /// apps/app_meetme.c
- /// apps/app_meetme.c
+ /// apps/app_voicemail.c
- /// apps/app_voicemail.c
+ /// channel.c
- /// channel.c
+ /// - /// GetVarAction action = new GetVarAction(); - /// action.setChannel("SIP/1310-22c3"); - /// action.setVariable("ALERT_INFO"); - /// ManagerResponse response = connection.SendAction(action); - /// String alertInfo = response.getAttribute("ALERT_INFO"); - ///- /// As all attributes are internally stored in lower case the key is - /// automatically converted to lower case before lookup. - ///
null
if there is no such attribute.
- /// + /// GetVarAction action = new GetVarAction(); + /// action.setChannel("SIP/1310-22c3"); + /// action.setVariable("ALERT_INFO"); + /// ManagerResponse response = connection.SendAction(action); + /// String alertInfo = response.getAttribute("ALERT_INFO"); + ///+ /// As all attributes are internally stored in lower case the key is + /// automatically converted to lower case before lookup. + ///
null
if there is no such attribute.
+ ///