static int myapp_exec(struct ast_channel *chan, void *data)
{
int res=0;
return res;
}
// a.cpp
int main(void)
{
cout << "hello" << endl;
while(1)
{
sleep (60);
}
return 0;
}
Moderators: muppetmaster, Moderator, Support
Users browsing this forum: Google [Bot] and 1 guest