Home | History | Annotate | Download | only in telephony

Lines Matching refs:calls

225     /* active calls */
226 AVoiceCallRec calls[ MAX_CALLS ];
525 /** CALLS
539 return &modem->calls[index].call;
556 if ( modem->calls[nn].call.id == (id+1) ) {
564 call = modem->calls + count;
590 if ( modem->calls + nn == call )
595 memmove( modem->calls + nn,
596 modem->calls + nn + 1,
609 AVoiceCall call = modem->calls + nn;
656 AVoiceCall vcall = modem->calls;
1277 AVoiceCall vcall = modem->calls + nn;
1442 return "ERROR: TOO MANY CALLS";
1521 return "ERROR: TOO MANY CALLS";
1554 AVoiceCall vcall = modem->calls + nn;
1582 case '0': /* release all held, and set busy for waiting calls */
1584 AVoiceCall vcall = modem->calls + nn;
1600 AVoiceCall vcall = modem->calls + nn;
1624 AVoiceCall vcall = modem->calls + nn;
1639 AVoiceCall vcall = modem->calls + nn;
1652 AVoiceCall vcall = modem->calls + nn;
1663 case '4': /* connect the two calls */
1665 AVoiceCall vcall = modem->calls + nn;