search for: fieldqty

Displaying 8 results from an estimated 8 matches for "fieldqty".

Did you mean: fieldptr
2005 Jun 05
0
Re: Bison, Flex, Conditional Expression
...s the current date/time in a specified format. LEN LEN(<string>) Returns the length of the argument given REGEX REGEX("<regular expression>" <data> Regular Expression: Returns 1 if data matches regular expression. FIELDQTY FIELDQTY(<varname>,<delim>) Count the fields, with an arbitrary delimiter GROUP_LIST GROUP_LIST() Gets a list of the groups set on a channel. GROUP GROUP([category]) Gets or sets the channel grou...
2010 Aug 10
0
Asterisk 1.8.0-beta3 Now Available
...(Closes issue #17630. Reported by manvirr. Patched by dvossel) * Fixed IPv6-related SIP parsing bugs and updated documention. (Reported by oej. Patched by sperreault) * Add new, self-contained feature FIELDNUM(). Returns a 1-based index into a list of a specified item. Matches up with FIELDQTY() and CUT(). (Closes #17713. Reported, patched by gareth. Tested by tilghman) Asterisk 1.8 contains many new features over previous releases of Asterisk. A short list of included features includes: * Secure RTP * IPv6 Support * Connected Party Identification Support * Cal...
2010 Aug 10
0
Asterisk 1.8.0-beta3 Now Available
...(Closes issue #17630. Reported by manvirr. Patched by dvossel) * Fixed IPv6-related SIP parsing bugs and updated documention. (Reported by oej. Patched by sperreault) * Add new, self-contained feature FIELDNUM(). Returns a 1-based index into a list of a specified item. Matches up with FIELDQTY() and CUT(). (Closes #17713. Reported, patched by gareth. Tested by tilghman) Asterisk 1.8 contains many new features over previous releases of Asterisk. A short list of included features includes: * Secure RTP * IPv6 Support * Connected Party Identification Support * Cal...
2015 Mar 04
0
Failsafe AGI using AEL
...calls SM_AGI_BREAKER_MAX_ELAPSED: reset breaker after this many seconds SM_AGI_BREAKER_NOTIFY: e-mail address list */ macro sm_agi(agi,agi_failsafe) { // extract script name from primary agi for the global breaker variable name Set(LOCAL(breaker)=sm_agi_breaker-${CUT(CUT(agi,/,${FIELDQTY(agi,/)}),^,1)}); Set(SM_AGI_STATUS=); if ("${GLOBAL(${breaker})}" == "tripped") { // globally lock breaker variable to prevent race condition if (${TRYLOCK(${breaker})}) { Noop(AGI Breaker '${breaker}' is currently 'tripped'...
2015 Mar 25
0
Determining if a queue member is paused in Dialplan logic. [1.8]
...st, I am not sure if there is a good replacement for what I have done below in the 1.8 series. [sub_autopause_status] exten => s,1,NoOp(Checking for autopaused members for ${arg1} queue) same => n,Set(MEMBERS=${QUEUE_MEMBER_LIST(${arg1})}) same => n,Set(i=1) same => n,Set(max=${FIELDQTY(MEMBERS,,)}) same => n,While($[${i} <= ${max}]) same => n,Set(MEMBER=${CUT(MEMBERS,\,,${i})}) same => n,Set(STATUS=${QUEUE_MEMBER(${arg1},paused,${MEMBER})}) same => n,Set(MEMBER_EXT=${CUT(MEMBER,\/,2)}) same => n,ExecIf($["${STATUS}" = "0"]?System(e...
2006 Nov 16
2
installing asterisk for Ubuntu Synaptic
...function MD5 == Registered custom function CHECK_MD5 == Registered custom function MATH == Registered custom function GROUP_COUNT == Registered custom function GROUP_MATCH_COUNT == Registered custom function GROUP == Registered custom function GROUP_LIST == Registered custom function FIELDQTY == Registered custom function REGEX == Registered custom function LEN == Registered custom function STRFTIME == Registered custom function EVAL == Registered custom function CDR == Registered custom function ISNULL == Registered custom function SET == Registered custom function EXIS...
2015 Mar 25
2
Determining if a queue member is paused in Dialplan logic. [1.8]
Howdy, I'm looking at enabling autopause on one of my queues where my queue members are bad about leaving their desks without pausing. The problem I see is that when the queue pauses an Member it doesn't jump into the dialplan to do so which means my handy device state and asterisk database driven Light for the Member showing their paused status won't update. My idea for solving
2005 Jun 15
1
app_dial.c:977 dial_exec_full: Unable to create channel of type 'Zap' (cause 0)
...function MD5 == Registered custom function CHECK_MD5 == Registered custom function MATH == Registered custom function GROUP_COUNT == Registered custom function GROUP_MATCH_COUNT == Registered custom function GROUP == Registered custom function GROUP_LIST == Registered custom function FIELDQTY == Registered custom function REGEX == Registered custom function LEN == Registered custom function STRFTIME == Registered custom function EVAL == Registered custom function CDR == Registered custom function ISNULL == Registered custom function SET == Registered custom function EXIS...