Discussion Board

Results 1 to 4 of 4
  1. #1
    Registered User avulan's Avatar
    Join Date
    Jun 2004
    Posts
    1
    The Nokia SIP Stack doesn't forward certain incoming SIP:INVITE messages to our application. I can't figure out the exact format of SipAppCapabilities.XML.

    The media line (m-line) in the SDP of the incoming SIP:INVITE is as follows:
    (m): chat 5080 sip sip:10.20.30.80:5080;GoDirect?Call-ID=-1520392120-25398511%4010.20.30.80

    As you can see above, the media format parameter (fourth parameter) in the m-line will vary with each SIP call since it includes the CALL-ID.
    But the description of SipAppCapabilities.XML in Nokia's Series 60 SIP Programmer's Guide.PDF explains that the SDP_LINE should match the complete m-line.

    How can we introduce partial matches for the m-line in SipAppCapabilities.XML?
    For instance, we tried the following values without success:
    <SDP_LINES>
    <LINE name="m" value="chat 5080 sip sip"/>
    </SDP_LINES>

    <SDP_LINES>
    <LINE name="m" value="chat 5080 sip *"/>
    </SDP_LINES>

    <SDP_LINES>
    <LINE name="m" value="chat 5080 sip"/>
    </SDP_LINES>

    Would appreciate a quick response.

  2. #2
    Registered User relliott97's Avatar
    Join Date
    Nov 2004
    Posts
    25
    Hello,

    I have a test app which sends invite. If I send invite to ChipFlip I see the Sharing request dialog on emulator. However I cannot get the same for my own app.

    My SIPAppCapabilities file contains

    <SIP_APPLICATION UID="0x096F56F0" ALLOW_STARTING="YES">
    <SIP_HEADERS>
    <ACCEPT value="application/salTryOut"/>
    <ACCEPT value=""/>
    </SIP_HEADERS>
    </SIP_APPLICATION>

    I modified it and changed app name to ChipFlip and UID to ChipFlip UID and chipflip still receives invite (although does not work after that). Why does my app not process invite?

    Thanks,
    RE

  3. #3
    Registered User randhawp's Avatar
    Join Date
    Mar 2003
    Location
    Leh, Ladhak.
    Posts
    41
    follow this secquence:
    a) Run sipclientuninstaller
    b) change sipappcapabilites.xml
    c) run sip clinetinstaller

  4. #4
    Registered User tom_symbian's Avatar
    Join Date
    May 2005
    Posts
    38
    I am having the same problem... SIP 3.0 does not come with xml file or with installer / Uninstaller.. How can I solve this problem ?

    Tom

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