I want to send INVITE message with some payload.How to implement it?
- Dominant language
- Java
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```
What steps will reproduce the problem?
1.I want to send INVITE message with some payload.
2.However,callMsrp(string remoteUri,ActionConfig actionconfig) method cannot
take payload.
3.How to implement it?
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
IMSDroid 1.2.366 Android 2.2
Please provide any additional information below.
This is an example.
INVITE sip:list-service@ims.chinamobile.com SIP/2.0
Via: SIP/2.0/UDP 172.30.97.12;branch=z9hG4bK1653873684
From: ;tag=11248218
To:
Call-ID: 3203668353@172.30.97.12
CSeq: 1 INVITE
Contact: ;+g.oma.sip-im
Route:
Max-Forwards: 70
P-Access-Network-Info: 3GPP-GERAN;cgi-3gpp=11201003f000a
Content-Length: 959
P-Preferred-Identity: sip:491721092719@ims.chinamobile.com
Allow: INVITE,OPTIONS,BYE,CANCEL,ACK,SUBSCRIBE,NOTIFY,PUBLISH,MESSAGE,REFER
Accept-Contact: *;+g.oma.sip-im
User-Agent: SEMC_IMS_R3
Session-Expires: 3600;refresher=uac
Supported: timer
Subject: hello
Require: recipient-list-invite;pref
Content-Type: multipart/mixed;boundary=12341234
--12341234
Content-Type: application/resource-lists+xml
Content-Disposition: recipient-list
Content-Length: 318
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the callMsrp(string remoteUri,ActionConfig actionconfig) entry point and reviewing how IMSDroid constructs INVITE messages. Compare that flow with the supplied multipart INVITE example; done means the project documents or supports sending an INVITE with the requested payload, with verification for the resulting message.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100