Results 1 to 2 of 2

Thread: fbus voice call info

  1. #1

    fbus voice call info

    Dear Sirs,

    I have some problems in decoding the nk6110.txt documentation from the gnokii site.

    I would like to send a command via fbus to make a voice call.
    I am sending to the phone the following sequence:

    1E 00 0C 01 00 [Frame length] 00 01 [..phone number..] 05 01 01 05 00 03 00 00 01 01 43 [padding byte?] [ChkSum1] [ChkSum2]

    Is this correct?
    I am sending the phone number in this format:
    for example let's say that the number is international and the number is +386 123 456 then
    [..phone number..] = 91 83 16 32 54 F6

    Any help and any reply will be much appreciated.

    kind regards,

    G.

  2. #2
    Hi,
    Here is the code for MBUS - you should be able to change protocaol to FBUS.
    I noticed that for MBUS it is necessary to connected the charger for good MBUS operation and maybe this is true for FBUS too.
    MBus Make Voice Call Frame
    Byte Data Description

    0 0x1F MBus Frame Ident
    1 0x00 Destination device address - 00 is mobile phone
    2 0x1D Originating device - in this case 0x1D means MBus device (eg a PC)
    3 0x40 Message Type - 40 means 'Security Commands' ??

    4 0x00 Bytes 4 & 5 are the number of bytes from byte 6 to message end excluding
    5 0x09 Sequence No & the Checksum Bytes ie excluding the last two bytes

    6 0x00
    7 0x01

    8 0x7C Calls Command

    9 0x01 Command to make voice call

    10 0x32
    11 0x33 Phone number to be called in ASCII format - the number in this
    12 0x34 example is '2345'
    13 0x35

    14 0x00 Finish byte

    15 0x03 Message sequence no. - increment for each new message.
    16 0x34 XOR all preceding bytes (in the example Byte 0 to Byte 15)

    Response from Phone is 1F 1D 00 7F 03 7E which is the standard acknowledge frame
    followed by 1F 1D 00 40 00 04 01 01 7C 01 02 39 where the byte following 7C is what
    the phone has done - in this 0x01 means 'am making voice call'

    Dic

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. SMS - Home Automation, FBUS, 3310, Z8 Encore
    By fiddler_808 in forum Nokia NFREE DCT3 Developers
    Replies: 12
    Last Post: 23-10-2007, 09:49 AM
  2. Nokia Fbus protocol (Voice call frame)
    By ARMSTRONG in forum Nokia NFREE DCT3 Developers
    Replies: 0
    Last Post: 04-08-2004, 06:31 PM
  3. Nokia 3310: Voice Call using Mbus
    By codewriter in forum Nokia NFREE DCT3 Developers
    Replies: 0
    Last Post: 15-04-2004, 11:17 AM
  4. --==ftp Server For Games And Applications ==--
    By snuif in forum Nokia Symbian General forum
    Replies: 10
    Last Post: 29-03-2004, 12:18 AM
  5. how could 7210、6610、6100 useing fbus hold a call???
    By JAMES_CHEN in forum 55XX / 52XX / 62xx / 63 xx / 71xx / 72xx [Closed]
    Replies: 0
    Last Post: 03-06-2003, 03:19 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •