I am sending something like this to the AMI (along with other commands):
Variable: agi_pa_list=box1,box2,
however, in the dialplan I do:
exten => app_confbridge_call_out,n,noop(${agi_pa_list})
and it ONLY reports box1 and it should be "box1,box2"
Is something different in Asterisk 11 vs 1.4.43 in this regard?
Jerry