Displaying 1 result from an estimated 1 matches for "outboundsimpl".
Did you mean:
  outboundsimple
  
2010 Jul 23
2
application call to Gosub affects flow of control, and needs to be re-written using AEL
...of warning like that
     "application call to Gosub affects flow of control, and needs to be 
re-written using AEL if, while, goto, etc. keywords instead!"
But i fail to see how i could do it another way, any idea/suggestion ?
Extraction of the outbound processing structure:
context outboundSimple {
         _9X. => {
                 // prepare callerid, secret, ...
                 /// ...
                 // start call routing
                 Gosub(pstnRouting,${EXTEN:1},1);
                 // back, handle return status
&dialstatus(${DIALSTATUS},${EXTEN:1});
                 }...