search for: position_

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

Did you mean: position
2020 Feb 04
0
Always Be Conferencing v16e - pure AEL-based dial plan solution
..._id},1,1); } else { Originate(Local/${pngnpbx_abc_id}@pngnpbx-abc-bridge,exten,pngnpbx-abc-dial,${pngnpbx_abc_id}-0ABC,1,1); } return; } /* PUBLIC */ /* The "friend" macro can be entered multiple times, once per each additional participant. */ macro pngnpbx-abc-friend(position_,dialstr_) { local myexten=${CUT(dialstr_,/,2)}; local mycidnum=${DB(pngnpbx/abc/cb/${pngnpbx_abc_id}/cidnum)}; // TODO: more loop prevention using GROUP function (need to test bad forwarding scenarios) if( "x${myexten}" != "x${mycidnum}" ) { Set(DB(pngnpb...