[Freeswitch-users] [mod_socket] Can't set channel variable SOMETIMES

2009-10-31 Thread Artem Shiyanov
Hello! I've got strange problem: In my app which talks to FreeSwitch via mod_socket there is such logic: pre conditions: channel1 - newly created, parked channell - with help of 'uuid_create' and 'originate ... park'; channel2 is talking with channel3 for (channel in {array of channel1, channel2,

Re: [Freeswitch-users] [mod_socket] Can't set channel variable SOMETIMES

2009-10-31 Thread Anthony Minessale
wait for execute_complete events to be sure you application execute request was received and processed or use uuid_setvar instead which is instant. On Sat, Oct 31, 2009 at 4:09 PM, Artem Shiyanov shiya...@gmail.com wrote: Hello! I've got strange problem: In my app which talks to FreeSwitch