Discussion Board

Results 1 to 3 of 3
  1. #1
    Registered User ckchui's Avatar
    Join Date
    Sep 2004
    Posts
    2
    Hi everyone,

    There are 2 sip applications installed in my series60 2.1 emulator: Chipflip and SIPExample. To my understanding, in order to make the SIPExample that can receive the INVITE message, I have to modify the SipAppCapabilities.xml under directory C:\Symbian\7.0s\Series60_v21_B\Epoc32\wins\c.

    The original SipAppCapabilities.xml which is created by chipflip example:

    <SIP_APPLICATION UID="101FBF71" ALLOW_STARTING="YES">
    <SIP_HEADERS>
    <ACCEPT value="application/sdp"/>
    <ACCEPT value=""/>
    </SIP_HEADERS>
    <SDP_LINES>
    <LINE name="m" value="application 1025 tcp Chipflip"/>
    </SDP_LINES>
    </SIP_APPLICATION>

    I changed the file content to:

    <SIP_APPLICATION UID="0BC638D2" ALLOW_STARTING="YES">
    <SIP_HEADERS>
    <ACCEPT value=""/>
    <ACCEPT value="application/SIPExample"/>
    </SIP_HEADERS>
    </SIP_APPLICATION>

    And then I run the sipclientinstaller.exe under directory C:\Symbian\7.0s\Series60_v21\Epoc32\release\wins\udeb to let the emulator know the update. However, when I start the SIPExample and try to invite another player, there is a dialog pop up which shows:

    Sharing request:
    from: player1
    Application: Chipflip

    I have already modified the content in SipAppCapabilities.xml, seems that the sipclientinstaller did not take effect. Anyone can tell what should I do to solve the problem? Thanks.

  2. #2
    Registered User Sandra82's Avatar
    Join Date
    Oct 2004
    Posts
    24
    Hello

    That is normal. That is because on your sipexample application, you are inviting to nothing, and the emulator takes the first sip application you have.

    If you invite to something, that will be solved.

  3. #3
    Registered User rami75lu's Avatar
    Join Date
    May 2003
    Posts
    187
    Hi,

    Why don't you copy the sipclientinstallaer.exe under you app\xxx directory ? I think this will solve it

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved