|
1 /* |
|
2 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: |
|
15 * This file contains touch specific menu resources. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 NAME PTCH |
|
21 |
|
22 #include <eikon.rh> |
|
23 #include <avkon.loc> |
|
24 #include <incallmenuandsoftkeys.loc> |
|
25 #include <basiccallhandling.loc> |
|
26 #include "phoneui.hrh" |
|
27 |
|
28 // RESOURCE DEFINITIONS |
|
29 |
|
30 RESOURCE RSS_SIGNATURE |
|
31 { |
|
32 } |
|
33 |
|
34 RESOURCE TBUF |
|
35 { |
|
36 buf = "PTCH"; |
|
37 } |
|
38 |
|
39 // Conference call menu |
|
40 |
|
41 // ---------------------------------------------------------------------------- |
|
42 // |
|
43 // r_phoneui_touch_confcall_menubar |
|
44 // Default menubar shown when call handling view is active in |
|
45 // conference call state. |
|
46 // |
|
47 // ---------------------------------------------------------------------------- |
|
48 // |
|
49 RESOURCE MENU_BAR r_phoneui_touch_confcall_menubar |
|
50 { |
|
51 titles= |
|
52 { |
|
53 MENU_TITLE |
|
54 { |
|
55 menu_pane = r_phoneui_touch_confcall_options_menu; |
|
56 } |
|
57 }; |
|
58 } |
|
59 |
|
60 // ---------------------------------------------------------------------------- |
|
61 // |
|
62 // r_phoneui_touch_confcall_options_menu |
|
63 // Default commands menu pane. |
|
64 // |
|
65 // ---------------------------------------------------------------------------- |
|
66 // |
|
67 RESOURCE MENU_PANE r_phoneui_touch_confcall_options_menu |
|
68 { |
|
69 items= |
|
70 { |
|
71 MENU_ITEM |
|
72 { |
|
73 command = EPhoneInCallCmdUnmute; |
|
74 txt = qtn_incal_unmute_option; |
|
75 }, |
|
76 MENU_ITEM |
|
77 { |
|
78 command = EPhoneInCallCmdUnhold; |
|
79 txt = qtn_incal_unhold_option; |
|
80 }, |
|
81 MENU_ITEM |
|
82 { |
|
83 command = EPhoneInCallCmdParticipants; |
|
84 txt = qtn_incal_participants_option; |
|
85 }, |
|
86 MENU_ITEM |
|
87 { |
|
88 command = EPhoneInCallCmdDialer; |
|
89 txt = qtn_incal_dialer_option; |
|
90 }, |
|
91 MENU_ITEM |
|
92 { |
|
93 command = EPhoneInCallCmdActivateIhf; |
|
94 txt = qtn_incal_act_ihf_option; |
|
95 }, |
|
96 MENU_ITEM // HANDSET |
|
97 { |
|
98 command = EPhoneInCallCmdHandset; |
|
99 txt = qtn_incal_handset_option; |
|
100 }, |
|
101 MENU_ITEM // BT HANDSFREE |
|
102 { |
|
103 command = EPhoneInCallCmdBtHandsfree; |
|
104 txt = qtn_incal_bt_handsfree_option; |
|
105 }, |
|
106 MENU_ITEM |
|
107 { |
|
108 command = EPhoneInCallCmdDeactivateIhf; |
|
109 txt = qtn_incal_deact_ihf_option; |
|
110 }, |
|
111 MENU_ITEM |
|
112 { |
|
113 command = EPhoneInCallCmdEndAllCalls; |
|
114 txt = qtn_incal_end_option; |
|
115 }, |
|
116 MENU_ITEM |
|
117 { |
|
118 command = EPhoneInCallCmdHold; |
|
119 txt = qtn_incal_hold_option; |
|
120 }, |
|
121 MENU_ITEM |
|
122 { |
|
123 command = EPhoneInCallCmdMute; |
|
124 txt = qtn_incal_mute_option; |
|
125 }, |
|
126 MENU_ITEM |
|
127 { |
|
128 command = EPhoneInCallCmdLockKeypad; |
|
129 txt = qtn_pwrc_lock_keys; |
|
130 }, |
|
131 MENU_ITEM |
|
132 { |
|
133 command = EPhoneInCallCmdLockScreen; |
|
134 txt = qtn_pwrc_lock_display; |
|
135 }, |
|
136 MENU_ITEM |
|
137 { |
|
138 command = EPhoneInCallCmdNewCall; |
|
139 txt = qtn_incal_new_call_option; |
|
140 }, |
|
141 MENU_ITEM |
|
142 { |
|
143 command = EPhoneInCallCmdGoToIdle; |
|
144 txt = qtn_incal_goto_idle; |
|
145 }, |
|
146 MENU_ITEM |
|
147 { |
|
148 command = EPhoneInCallCmdDtmfListQuery; |
|
149 txt = qtn_incal_send_dtmf_option; |
|
150 }, |
|
151 MENU_ITEM |
|
152 { |
|
153 command = EPhoneInCallCmdHelp; |
|
154 txt = qtn_options_help; |
|
155 } |
|
156 }; |
|
157 } |
|
158 |
|
159 // Conference and waiting call menu |
|
160 |
|
161 // ---------------------------------------------------------------------------- |
|
162 // |
|
163 // r_phoneui_touch_confandcallwaiting_menubar |
|
164 // Default menubar shown when call handling view is active in |
|
165 // call waiting state. |
|
166 // |
|
167 // ---------------------------------------------------------------------------- |
|
168 // |
|
169 RESOURCE MENU_BAR r_phoneui_touch_confandcallwaiting_menubar |
|
170 { |
|
171 titles= |
|
172 { |
|
173 MENU_TITLE |
|
174 { |
|
175 menu_pane = r_phoneui_touch_confandcallwaiting_options_menu; |
|
176 } |
|
177 }; |
|
178 } |
|
179 |
|
180 // ---------------------------------------------------------------------------- |
|
181 // |
|
182 // r_phoneui_touch_confandcallwaiting_options_menu |
|
183 // Default commands menu pane. |
|
184 // |
|
185 // ---------------------------------------------------------------------------- |
|
186 // |
|
187 RESOURCE MENU_PANE r_phoneui_touch_confandcallwaiting_options_menu |
|
188 { |
|
189 items= |
|
190 { |
|
191 MENU_ITEM |
|
192 { |
|
193 command = EPhoneInCallCmdUnmute; |
|
194 txt = qtn_incal_unmute_option; |
|
195 }, |
|
196 MENU_ITEM |
|
197 { |
|
198 command = EPhoneInCallCmdAnswer; |
|
199 txt = qtn_call_answer_option; |
|
200 }, |
|
201 MENU_ITEM |
|
202 { |
|
203 command = EPhoneInCallCmdReject; |
|
204 txt = qtn_call_reject_option; |
|
205 }, |
|
206 MENU_ITEM |
|
207 { |
|
208 command = EPhoneInCallCmdReplace; |
|
209 txt = qtn_incal_replace_option; |
|
210 }, |
|
211 MENU_ITEM |
|
212 { |
|
213 command = EPhoneInCallCmdConferenceUnhold; |
|
214 txt = qtn_incal_unhold_option; |
|
215 }, |
|
216 MENU_ITEM |
|
217 { |
|
218 command = EPhoneInCallCmdParticipants; |
|
219 txt = qtn_incal_participants_option; |
|
220 }, |
|
221 MENU_ITEM |
|
222 { |
|
223 command = EPhoneInCallCmdDialer; |
|
224 txt = qtn_incal_dialer_option; |
|
225 }, |
|
226 MENU_ITEM |
|
227 { |
|
228 command = EPhoneInCallCmdActivateIhf; |
|
229 txt = qtn_incal_act_ihf_option; |
|
230 }, |
|
231 MENU_ITEM |
|
232 { |
|
233 command = EPhoneInCallCmdDeactivateIhf; |
|
234 txt = qtn_incal_deact_ihf_option; |
|
235 }, |
|
236 MENU_ITEM // HANDSET |
|
237 { |
|
238 command = EPhoneInCallCmdHandset; |
|
239 txt = qtn_incal_handset_option; |
|
240 }, |
|
241 MENU_ITEM // BT HANDSFREE |
|
242 { |
|
243 command = EPhoneInCallCmdBtHandsfree; |
|
244 txt = qtn_incal_bt_handsfree_option; |
|
245 }, |
|
246 MENU_ITEM |
|
247 { |
|
248 command = EPhoneInCallCmdEndAllCalls; |
|
249 txt = qtn_incal_end_option; |
|
250 }, |
|
251 MENU_ITEM |
|
252 { |
|
253 command = EPhoneInCallCmdConferenceHold; |
|
254 txt = qtn_incal_hold_option; |
|
255 }, |
|
256 MENU_ITEM |
|
257 { |
|
258 command = EPhoneInCallCmdMute; |
|
259 txt = qtn_incal_mute_option; |
|
260 }, |
|
261 MENU_ITEM |
|
262 { |
|
263 command = EPhoneInCallCmdNewCall; |
|
264 txt = qtn_incal_new_call_option; |
|
265 }, |
|
266 MENU_ITEM |
|
267 { |
|
268 command = EPhoneInCallCmdGoToIdle; |
|
269 txt = qtn_incal_goto_idle; |
|
270 }, |
|
271 MENU_ITEM |
|
272 { |
|
273 command = EPhoneInCallCmdDtmfListQuery; |
|
274 txt = qtn_incal_send_dtmf_option; |
|
275 }, |
|
276 MENU_ITEM |
|
277 { |
|
278 command = EPhoneInCallCmdHelp; |
|
279 txt = qtn_options_help; |
|
280 } |
|
281 }; |
|
282 } |
|
283 |
|
284 |
|
285 // Conference and held call menu |
|
286 |
|
287 // ---------------------------------------------------------------------------- |
|
288 // |
|
289 // r_phoneui_touch_activeconfandheld_menubar |
|
290 // Default menubar shown when call handling view is activeandheld |
|
291 // call state. |
|
292 // |
|
293 // ---------------------------------------------------------------------------- |
|
294 // |
|
295 RESOURCE MENU_BAR r_phoneui_touch_activeconfandheld_menubar |
|
296 { |
|
297 titles= |
|
298 { |
|
299 MENU_TITLE |
|
300 { |
|
301 menu_pane = r_phoneui_touch_activeconfandheldcall_options_menu; |
|
302 } |
|
303 }; |
|
304 } |
|
305 |
|
306 // ---------------------------------------------------------------------------- |
|
307 // |
|
308 // r_phoneui_touch_activeconfandheldcall_options_menu |
|
309 // Default commands menu pane. |
|
310 // |
|
311 // ---------------------------------------------------------------------------- |
|
312 // |
|
313 RESOURCE MENU_PANE r_phoneui_touch_activeconfandheldcall_options_menu |
|
314 { |
|
315 items= |
|
316 { |
|
317 MENU_ITEM |
|
318 { |
|
319 command = EPhoneInCallCmdUnmute; |
|
320 txt = qtn_incal_unmute_option; |
|
321 }, |
|
322 MENU_ITEM |
|
323 { |
|
324 command = EPhoneInCallCmdSwap; |
|
325 txt = qtn_incal_swap_option; |
|
326 }, |
|
327 MENU_ITEM |
|
328 { |
|
329 command = EPhoneInCallCmdParticipants; |
|
330 txt = qtn_incal_participants_option; |
|
331 }, |
|
332 MENU_ITEM |
|
333 { |
|
334 command = EPhoneInCallCmdJoin; |
|
335 txt = qtn_incal_add_to_conf_option; |
|
336 }, |
|
337 MENU_ITEM |
|
338 { |
|
339 command = EPhoneInCallCmdDialer; |
|
340 txt = qtn_incal_dialer_option; |
|
341 }, |
|
342 MENU_ITEM |
|
343 { |
|
344 command = EPhoneInCallCmdActivateIhf; |
|
345 txt = qtn_incal_act_ihf_option; |
|
346 }, |
|
347 MENU_ITEM |
|
348 { |
|
349 command = EPhoneInCallCmdDeactivateIhf; |
|
350 txt = qtn_incal_deact_ihf_option; |
|
351 }, |
|
352 MENU_ITEM // HANDSET |
|
353 { |
|
354 command = EPhoneInCallCmdHandset; |
|
355 txt = qtn_incal_handset_option; |
|
356 }, |
|
357 MENU_ITEM // BT HANDSFREE |
|
358 { |
|
359 command = EPhoneInCallCmdBtHandsfree; |
|
360 txt = qtn_incal_bt_handsfree_option; |
|
361 }, |
|
362 MENU_ITEM |
|
363 { |
|
364 command = EPhoneInCallCmdEndThisActiveCall; |
|
365 txt = qtn_incal_drop_option; |
|
366 }, |
|
367 MENU_ITEM |
|
368 { |
|
369 command = EPhoneInCallCmdEndAllCalls; |
|
370 txt = qtn_incal_end_option; |
|
371 }, |
|
372 MENU_ITEM |
|
373 { |
|
374 command = EPhoneInCallCmdMute; |
|
375 txt = qtn_incal_mute_option; |
|
376 }, |
|
377 MENU_ITEM |
|
378 { |
|
379 command = EPhoneInCallCmdGoToIdle; |
|
380 txt = qtn_incal_goto_idle; |
|
381 }, |
|
382 MENU_ITEM |
|
383 { |
|
384 command = EPhoneInCallCmdDtmfListQuery; |
|
385 txt = qtn_incal_send_dtmf_option; |
|
386 }, |
|
387 MENU_ITEM |
|
388 { |
|
389 command = EPhoneInCallCmdHelp; |
|
390 txt = qtn_options_help; |
|
391 } |
|
392 }; |
|
393 } |
|
394 |
|
395 // Held conference and active call menu |
|
396 |
|
397 // ---------------------------------------------------------------------------- |
|
398 // |
|
399 // r_phoneui_touch_activeandheldconf_menubar |
|
400 // Default menubar shown when call handling view is activeandheld |
|
401 // call state. |
|
402 // |
|
403 // ---------------------------------------------------------------------------- |
|
404 // |
|
405 RESOURCE MENU_BAR r_phoneui_touch_activeandheldconf_menubar |
|
406 { |
|
407 titles= |
|
408 { |
|
409 MENU_TITLE |
|
410 { |
|
411 menu_pane = r_phoneui_touch_activeandheldconfcall_options_menu; |
|
412 } |
|
413 }; |
|
414 } |
|
415 |
|
416 // ---------------------------------------------------------------------------- |
|
417 // |
|
418 // r_phoneui_touch_activeandheldconfcall_options_menu |
|
419 // Default commands menu pane. |
|
420 // |
|
421 // ---------------------------------------------------------------------------- |
|
422 // |
|
423 RESOURCE MENU_PANE r_phoneui_touch_activeandheldconfcall_options_menu |
|
424 |
|
425 { |
|
426 items= |
|
427 { |
|
428 MENU_ITEM |
|
429 { |
|
430 command = EPhoneInCallCmdUnmute; |
|
431 txt = qtn_incal_unmute_option; |
|
432 }, |
|
433 MENU_ITEM |
|
434 { |
|
435 command = EPhoneInCallCmdSwap; |
|
436 txt = qtn_incal_swap_option; |
|
437 }, |
|
438 MENU_ITEM |
|
439 { |
|
440 command = EPhoneInCallCmdJoin; |
|
441 txt = qtn_incal_join_option; |
|
442 }, |
|
443 MENU_ITEM |
|
444 { |
|
445 command = EPhoneInCallCmdDialer; |
|
446 txt = qtn_incal_dialer_option; |
|
447 }, |
|
448 MENU_ITEM |
|
449 { |
|
450 command = EPhoneInCallCmdActivateIhf; |
|
451 txt = qtn_incal_act_ihf_option; |
|
452 }, |
|
453 MENU_ITEM |
|
454 { |
|
455 command = EPhoneInCallCmdDeactivateIhf; |
|
456 txt = qtn_incal_deact_ihf_option; |
|
457 }, |
|
458 MENU_ITEM // HANDSET |
|
459 { |
|
460 command = EPhoneInCallCmdHandset; |
|
461 txt = qtn_incal_handset_option; |
|
462 }, |
|
463 MENU_ITEM // BT HANDSFREE |
|
464 { |
|
465 command = EPhoneInCallCmdBtHandsfree; |
|
466 txt = qtn_incal_bt_handsfree_option; |
|
467 }, |
|
468 MENU_ITEM |
|
469 { |
|
470 command = EPhoneInCallCmdEndThisActiveCall; |
|
471 txt = qtn_incal_drop_option; |
|
472 }, |
|
473 MENU_ITEM |
|
474 { |
|
475 command = EPhoneInCallCmdEndAllCalls; |
|
476 txt = qtn_incal_end_option; |
|
477 }, |
|
478 MENU_ITEM |
|
479 { |
|
480 command = EPhoneInCallCmdMute; |
|
481 txt = qtn_incal_mute_option; |
|
482 }, |
|
483 MENU_ITEM |
|
484 { |
|
485 command = EPhoneInCallCmdGoToIdle; |
|
486 txt = qtn_incal_goto_idle; |
|
487 }, |
|
488 MENU_ITEM |
|
489 { |
|
490 command = EPhoneInCallCmdDtmfListQuery; |
|
491 txt = qtn_incal_send_dtmf_option; |
|
492 }, |
|
493 MENU_ITEM |
|
494 { |
|
495 command = EPhoneInCallCmdHelp; |
|
496 txt = qtn_options_help; |
|
497 } |
|
498 }; |
|
499 } |
|
500 |
|
501 // Conference, held and waiting call menu |
|
502 |
|
503 // ---------------------------------------------------------------------------- |
|
504 // |
|
505 // r_phoneui_touch_confcallactiveheldandwaiting_menubar |
|
506 // Default menubar shown when call handling view is callactiveheldandwaiting |
|
507 // call state. |
|
508 // |
|
509 // ---------------------------------------------------------------------------- |
|
510 // |
|
511 RESOURCE MENU_BAR r_phoneui_touch_confcallactiveheldandwaiting_menubar |
|
512 { |
|
513 titles= |
|
514 { |
|
515 MENU_TITLE |
|
516 { |
|
517 menu_pane = r_phoneui_touch_confcallactiveheldandwaiting_options_menu; |
|
518 } |
|
519 }; |
|
520 } |
|
521 |
|
522 // ---------------------------------------------------------------------------- |
|
523 // |
|
524 // r_phoneui_touch_confcallactiveheldandwaiting_options_menu |
|
525 // Default commands menu pane. |
|
526 // |
|
527 // ---------------------------------------------------------------------------- |
|
528 // |
|
529 RESOURCE MENU_PANE r_phoneui_touch_confcallactiveheldandwaiting_options_menu |
|
530 { |
|
531 items= |
|
532 { |
|
533 MENU_ITEM |
|
534 { |
|
535 command = EPhoneInCallCmdUnmute; |
|
536 txt = qtn_incal_unmute_option; |
|
537 }, |
|
538 MENU_ITEM |
|
539 { |
|
540 command = EPhoneInCallCmdReject; |
|
541 txt = qtn_call_reject_option; |
|
542 }, |
|
543 MENU_ITEM |
|
544 { |
|
545 command = EPhoneInCallCmdReplace; |
|
546 txt = qtn_incal_replace_option; |
|
547 }, |
|
548 MENU_ITEM |
|
549 { |
|
550 command = EPhoneInCallCmdSwap; |
|
551 txt = qtn_incal_swap_option; |
|
552 }, |
|
553 MENU_ITEM |
|
554 { |
|
555 command = EPhoneInCallCmdParticipants; |
|
556 txt = qtn_incal_participants_option; |
|
557 }, |
|
558 MENU_ITEM |
|
559 { |
|
560 command = EPhoneInCallCmdJoin; |
|
561 txt = qtn_incal_add_to_conf_option; |
|
562 }, |
|
563 MENU_ITEM |
|
564 { |
|
565 command = EPhoneInCallCmdDialer; |
|
566 txt = qtn_incal_dialer_option; |
|
567 }, |
|
568 MENU_ITEM |
|
569 { |
|
570 command = EPhoneInCallCmdActivateIhf; |
|
571 txt = qtn_incal_act_ihf_option; |
|
572 }, |
|
573 MENU_ITEM |
|
574 { |
|
575 command = EPhoneInCallCmdDeactivateIhf; |
|
576 txt = qtn_incal_deact_ihf_option; |
|
577 }, |
|
578 MENU_ITEM // HANDSET |
|
579 { |
|
580 command = EPhoneInCallCmdHandset; |
|
581 txt = qtn_incal_handset_option; |
|
582 }, |
|
583 MENU_ITEM // BT HANDSFREE |
|
584 { |
|
585 command = EPhoneInCallCmdBtHandsfree; |
|
586 txt = qtn_incal_bt_handsfree_option; |
|
587 }, |
|
588 MENU_ITEM |
|
589 { |
|
590 command = EPhoneInCallCmdEndThisActiveCall; |
|
591 txt = qtn_incal_drop_option; |
|
592 }, |
|
593 MENU_ITEM |
|
594 { |
|
595 command = EPhoneInCallCmdEndAllCalls; |
|
596 txt = qtn_incal_end_option; |
|
597 }, |
|
598 MENU_ITEM |
|
599 { |
|
600 command = EPhoneInCallCmdMute; |
|
601 txt = qtn_incal_mute_option; |
|
602 }, |
|
603 MENU_ITEM |
|
604 { |
|
605 command = EPhoneInCallCmdGoToIdle; |
|
606 txt = qtn_incal_goto_idle; |
|
607 }, |
|
608 MENU_ITEM |
|
609 { |
|
610 command = EPhoneInCallCmdDtmfListQuery; |
|
611 txt = qtn_incal_send_dtmf_option; |
|
612 }, |
|
613 MENU_ITEM |
|
614 { |
|
615 command = EPhoneInCallCmdHelp; |
|
616 txt = qtn_options_help; |
|
617 } |
|
618 }; |
|
619 } |
|
620 |
|
621 // Held conference, active call and waiting call menu |
|
622 |
|
623 // ---------------------------------------------------------------------------- |
|
624 // |
|
625 // r_phoneui_touch_callactiveheldconfandwaiting_menubar |
|
626 // Default menubar shown when call handling view is callactiveheldandwaiting |
|
627 // call state. |
|
628 // |
|
629 // ---------------------------------------------------------------------------- |
|
630 // |
|
631 RESOURCE MENU_BAR r_phoneui_touch_callactiveheldconfandwaiting_menubar |
|
632 { |
|
633 titles= |
|
634 { |
|
635 MENU_TITLE |
|
636 { |
|
637 menu_pane = r_phoneui_touch_callactiveheldconfandwaiting_options_menu; |
|
638 } |
|
639 }; |
|
640 } |
|
641 |
|
642 // ---------------------------------------------------------------------------- |
|
643 // |
|
644 // r_phoneui_touch_callactiveheldconfandwaiting_options_menu |
|
645 // Default commands menu pane. |
|
646 // |
|
647 // ---------------------------------------------------------------------------- |
|
648 // |
|
649 RESOURCE MENU_PANE r_phoneui_touch_callactiveheldconfandwaiting_options_menu |
|
650 { |
|
651 items= |
|
652 { |
|
653 MENU_ITEM |
|
654 { |
|
655 command = EPhoneInCallCmdUnmute; |
|
656 txt = qtn_incal_unmute_option; |
|
657 }, |
|
658 MENU_ITEM |
|
659 { |
|
660 command = EPhoneInCallCmdReject; |
|
661 txt = qtn_call_reject_option; |
|
662 }, |
|
663 MENU_ITEM |
|
664 { |
|
665 command = EPhoneInCallCmdReplace; |
|
666 txt = qtn_incal_replace_option; |
|
667 }, |
|
668 MENU_ITEM |
|
669 { |
|
670 command = EPhoneInCallCmdSwap; |
|
671 txt = qtn_incal_swap_option; |
|
672 }, |
|
673 MENU_ITEM |
|
674 { |
|
675 command = EPhoneInCallCmdJoin; |
|
676 txt = qtn_incal_join_option; |
|
677 }, |
|
678 MENU_ITEM |
|
679 { |
|
680 command = EPhoneInCallCmdDialer; |
|
681 txt = qtn_incal_dialer_option; |
|
682 }, |
|
683 MENU_ITEM |
|
684 { |
|
685 command = EPhoneInCallCmdActivateIhf; |
|
686 txt = qtn_incal_act_ihf_option; |
|
687 }, |
|
688 MENU_ITEM |
|
689 { |
|
690 command = EPhoneInCallCmdDeactivateIhf; |
|
691 txt = qtn_incal_deact_ihf_option; |
|
692 }, |
|
693 MENU_ITEM // HANDSET |
|
694 { |
|
695 command = EPhoneInCallCmdHandset; |
|
696 txt = qtn_incal_handset_option; |
|
697 }, |
|
698 MENU_ITEM // BT HANDSFREE |
|
699 { |
|
700 command = EPhoneInCallCmdBtHandsfree; |
|
701 txt = qtn_incal_bt_handsfree_option; |
|
702 }, |
|
703 MENU_ITEM |
|
704 { |
|
705 command = EPhoneInCallCmdEndThisActiveCall; |
|
706 txt = qtn_incal_drop_option; |
|
707 }, |
|
708 MENU_ITEM |
|
709 { |
|
710 command = EPhoneInCallCmdEndAllCalls; |
|
711 txt = qtn_incal_end_option; |
|
712 }, |
|
713 MENU_ITEM |
|
714 { |
|
715 command = EPhoneInCallCmdMute; |
|
716 txt = qtn_incal_mute_option; |
|
717 }, |
|
718 MENU_ITEM |
|
719 { |
|
720 command = EPhoneInCallCmdGoToIdle; |
|
721 txt = qtn_incal_goto_idle; |
|
722 }, |
|
723 MENU_ITEM |
|
724 { |
|
725 command = EPhoneInCallCmdDtmfListQuery; |
|
726 txt = qtn_incal_send_dtmf_option; |
|
727 }, |
|
728 MENU_ITEM |
|
729 { |
|
730 command = EPhoneInCallCmdHelp; |
|
731 txt = qtn_options_help; |
|
732 } |
|
733 }; |
|
734 } |
|
735 |
|
736 // End of File |