Displaying 2 results from an estimated 2 matches for "magang".
Did you mean:
maging
2009 Feb 13
2
Fwd: Manager Interface Originate (ASYNC) - How to get the Originate Status
Dear All,
I am originating the call directly to the SIP Provider using the maganger
interface + originate (ASYNC) command. Here is the PHP-AGI Script.
$call = $asm->send_request('Originate',
array('Channel'=>"SIP/416XXXXXXX at ABC/n",
'Context'=>'ORIG',
&...
2007 Dec 12
2
fxruby and framecontrole
...y two splitters.
One frame on the left side with a treelist and two frames above each
other on the right side.
The editable content of the right top frame depends on the item clicked
in the treelist.
The editable content of the right bottom frame depends on data enter in
the right top frame.
I maganged to program all this for the first click on a tree-item.
My question is how do I reset righttopframe and rightbottomframe after
handling treeitem(1) and before click on the next item.
I tried righttopframe.destroy but that that does not seems to do the
work. Since after a destroy "if righ...