Re: [asterisk-users] Passing literals with commas to subroutine [SOLVED]

2014-12-11 Thread A J Stiles
On Tuesday 09 Dec 2014, Daniel Gonzalez wrote: Hi, Let's say I do: Set(data=xxx,yyy) Gosub(my-sub,s,1(${data})) My subroutine will only receive xxx for ARG1. How can I pass a literal with a comma to a single argument in a subroutine? (The point is: when calling the subroutine I do

Re: [asterisk-users] Passing literals with commas to subroutine [SOLVED]

2014-12-11 Thread Eric Wieling
-Commercial Discussion Subject: Re: [asterisk-users] Passing literals with commas to subroutine [SOLVED] On Tuesday 09 Dec 2014, Daniel Gonzalez wrote: Hi, Let's say I do: Set(data=xxx,yyy) Gosub(my-sub,s,1(${data})) My subroutine will only receive xxx for ARG1. How can I pass a literal