Changeset 3278
- Timestamp:
- 10/26/07 01:02:14 (6 years ago)
- File:
-
- 1 edited
-
trunk/src/host/qemu-neo1973/openmoko/neo1973.xml (modified) (17 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/host/qemu-neo1973/openmoko/neo1973.xml
r3277 r3278 96 96 <!-- Calling line identification presentation flag --> 97 97 <set name="LIP" value="0"/> 98 <set name="CLIP" value="\n+CLIP: "313373",145,,,,1"/> 98 99 99 100 <!-- Calling line identification restriction flag --> … … 174 175 <!-- Call Progress Indication type --> 175 176 <set name="CPI" value="0"/> 177 178 <!-- Format of cellular result codes --> 179 <set name="RING" value="RING"/> 176 180 177 181 <!-- Broadcast a cell location --> … … 348 352 349 353 <state name="dialback"> 350 <unsolicited switch="incoming"> RING\n+CLIP: "1234567",129</unsolicited>354 <unsolicited switch="incoming">${RING}${CLIP}</unsolicited> 351 355 </state> 352 356 … … 370 374 371 375 <state name="199dialback"> 372 <unsolicited delay="2000" switch="incoming"> RING\n+CLIP: "1234567",129</unsolicited>376 <unsolicited delay="2000" switch="incoming">${RING}${CLIP}</unsolicited> 373 377 </state> 374 378 … … 382 386 383 387 <state name="1993dialback"> 384 <unsolicited delay="30000" switch="incoming"> RING\n+CLIP: "1234567",129</unsolicited>388 <unsolicited delay="30000" switch="incoming">${RING}${CLIP}</unsolicited> 385 389 </state> 386 390 … … 406 410 or until 4 rings have been delivered. After 4 rings, 407 411 indicate that the call has been missed --> 408 <unsolicited delay="2000" switch="incoming1"> RING</unsolicited>412 <unsolicited delay="2000" switch="incoming1">${RING}</unsolicited> 409 413 </state> 410 414 … … 427 431 </chat> 428 432 429 <unsolicited delay="2000" switch="incoming2"> RING</unsolicited>433 <unsolicited delay="2000" switch="incoming2">${RING}</unsolicited> 430 434 </state> 431 435 … … 448 452 </chat> 449 453 450 <unsolicited delay="2000" switch="incoming3"> RING</unsolicited>454 <unsolicited delay="2000" switch="incoming3">${RING}</unsolicited> 451 455 </state> 452 456 … … 483 487 484 488 <state name="177dialback"> 485 <unsolicited delay="2000" switch="177incoming"> RING\n+CLIP: "1234567",129</unsolicited>489 <unsolicited delay="2000" switch="177incoming">${RING}${CLIP}</unsolicited> 486 490 </state> 487 491 … … 506 510 or until 4 rings have been delivered. After 4 rings, 507 511 indicate that the call has been missed --> 508 <unsolicited delay="2000" switch="177incoming1"> RING</unsolicited>512 <unsolicited delay="2000" switch="177incoming1">${RING}</unsolicited> 509 513 </state> 510 514 … … 526 530 </chat> 527 531 528 <unsolicited delay="2000" switch="177incoming2"> RING</unsolicited>532 <unsolicited delay="2000" switch="177incoming2">${RING}</unsolicited> 529 533 </state> 530 534 … … 546 550 </chat> 547 551 548 <unsolicited delay="2000" switch="177incoming3"> RING</unsolicited>552 <unsolicited delay="2000" switch="177incoming3">${RING}</unsolicited> 549 553 </state> 550 554 … … 729 733 <response>OK</response> 730 734 <set name="CRC" value="0"/> 735 <set name="RING" value="RING"/> 731 736 </chat> 732 737 … … 736 741 <response>OK</response> 737 742 <set name="CRC" value="1"/> 743 <set name="RING" value="+CRING: VOICE"/> 738 744 </chat> 739 745 … … 743 749 <!-- Query subscriber number --> 744 750 <command>AT+CNUM</command> 745 <response>+CNUM: "${NUM}",129,0,7\nOK</response>751 <response>+CNUM: ,"${NUM}",129\nOK</response> 746 752 </chat> 747 753 … … 1390 1396 <!-- Query supported phone functionality settings --> 1391 1397 <command>AT+CFUN=?</command> 1392 <response>+CFUN: (0 -4)\nOK</response>1398 <response>+CFUN: (0,1,4),(0)\nOK</response> 1393 1399 </chat> 1394 1400 … … 1439 1445 <!-- Query supported battery charge values --> 1440 1446 <command>AT+CBC=?</command> 1441 <response>+CBC: (0 ,1,2,3),(1-100)\nOK</response>1447 <response>+CBC: (0-3),(0-100)\nOK</response> 1442 1448 </chat> 1443 1449
Note: See TracChangeset
for help on using the changeset viewer.
