How can I quit pjsua app, when I press 'h'?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hey,

Can anyone tell me, how to quit pjsua once I hangup. I meant I waan replace
the quit option with hang-up.

/* Console option for hangup and quit */
char option[10];

puts("Press h to hangup all calls, 'q' to quit");
if(fgets(option, sizeof(option), stdin) == NULL){
puts("EOF while reading stdin, will quit now...");
break;
}

if(option[0] == 'q')
break;

if(option[0] == 'h')
pjsua_call_hangup_all();
}

/* Destroy PJSUA on quit */
pjsua_destroy();
return 0;
}

This part of code hangs-up once 'h' is pressed and quits once 'q' is
pressed. I want to do the job of quit once 'h' is pressed.
Any help!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20090928/2a97e876/attachment.html>


[Index of Archives]     [Asterisk Users]     [Asterisk App Development]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [Linux API]
  Powered by Linux