search for: dosomethinganybodywouldexpect

Displaying 1 result from an estimated 1 matches for "dosomethinganybodywouldexpect".

2008 Mar 26
5
Asterisk parking hold and transferdigittimeo ut
...o what you (especially I) expext. Please take a look at this: EXAMPLE ########################### ;DIALPLAN ... [capi-in] include => capi-in-sub exten => _955623XX,1,DoSomethingReallyImpressive() ... [capi-in-sub] exten => 9556230,1,DoSomethingReallyImpressive() exten => 95562315,1,DoSomethingAnybodyWouldExpect() ... Now, what happens: Call for 9556230 reaches capi-in, is redirected through include statement to capi-in-sub and executed. So far so fine, expected behaviour. Call for 95562315 reaches capi-in and is executed direct, the include directive isn't executed at all! Why? Through the include...