mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 06:48:25 +00:00
8 lines
90 B
Plaintext
8 lines
90 B
Plaintext
|
|
#include "t1/*.ael"
|
||
|
|
|
||
|
|
context z
|
||
|
|
{
|
||
|
|
123 => NoOp(hi there, z);
|
||
|
|
124 => NoOp(hi there, z);
|
||
|
|
}
|