We need to be able to use spaces on apps in the originate command.
For example:
originate user/ext@context &some_app(something somethingelse)
some_app should be exected as:
some_app(something somethingelse)
Instead FreeSWITCH executes:
some_app(something)
Is there a solution?