search for: pbx_id

Displaying 1 result from an estimated 1 matches for "pbx_id".

Did you mean: vpbx_id
2006 Jun 26
0
AEL scripting, CUT use and string concatenation
Hi to all, i'm wondering to realize a dynamic macro that can take the number of extensions to RING,the ring type and all the parameter in a dynamic way. I have done this code to test it: macro pbx-ring-group-ael(pbx_id,num_int,ring_type,timeout,ext_string) { //; pbx_id = Id of PBX in the DB //; num_int = Quantity of extensions to ring //; ring_type = Kind of RING (C=contemporaneous S=sequential) //; timeout = Amount of time to ring //; ext_string = String with extension numbers like 101-102-103-104-105...