Sanjivkumarroshan / csipsimple

Automatically exported from code.google.com/p/csipsimple
0 stars 0 forks source link

Sending SIP Message Problem #1259

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. The SIP Server requires additional Custom Header for Authentication 
2. Custom Header Name "AuthCode" 
3. Custom Header Value MD5 data.

What is the expected output? What do you see instead?
Success on sending sip message. Invalid transaction from server.
Is there a way to add Custom header on sip message packet

What version of the product are you using? On what operating system?
versionName="0.02-03"
versionCode="955"
WinXP SP3

Please provide any additional information below.

Original issue reported on code.google.com by reuel.j...@gmail.com on 6 Sep 2011 at 2:54

GoogleCodeExporter commented 9 years ago
i mean Custom Header in the Message Header of SIP Protocol 

Original comment by reuel.j...@gmail.com on 6 Sep 2011 at 5:14

GoogleCodeExporter commented 9 years ago
here's my sip LAN trace

Original comment by reuel.j...@gmail.com on 6 Sep 2011 at 9:33

Attachments:

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
is there any way to add custom message header on SIP Request using csipsimple 
wizard

Original comment by reuel.j...@gmail.com on 6 Sep 2011 at 9:53

GoogleCodeExporter commented 9 years ago
Hi,

Unfortunately, for now there is no way to do that in csipsimple.

In order to perform that a plugin has to be developped for pjsip. What is your 
sip provider? Is that a public provider?

If you are a developer that try to adapt the app to a specific use case (a fork 
for some specific needs), I'd advise you to join the google group.

Original comment by r3gis...@gmail.com on 6 Sep 2011 at 12:28

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Hi regis thanks for the reply. Well this is a telco from US and we're using 
your app to test their sip server. It's not public yet but soon it will be. 
Sure i'll join your group. Can you give me some views on how to start making 
plugins for pjsip and how to start forking you're app.  

Original comment by reuel.j...@gmail.com on 7 Sep 2011 at 1:36

GoogleCodeExporter commented 9 years ago
Hi regis i tried to modify the "pjsua_im.c" on method "pjsua_im_send"  im 
planning to use the parameter "const pjsua_msg_data *msg_data" to pass the new 
header but it doesn't accept the class  "SWIGTYPE_p_pjsua_msg_data". is there 
any work around on this?

Original comment by reuel.j...@gmail.com on 7 Oct 2011 at 3:50

GoogleCodeExporter commented 9 years ago
Hi regis i already implemented this feature on your pjsip stack library. i'll 
post code here soon.

Original comment by reuel.j...@gmail.com on 25 Oct 2011 at 8:21

GoogleCodeExporter commented 9 years ago
Hi can you please send the this pjsip statck library

Original comment by azhar.mo...@advantal.net on 12 Jan 2012 at 2:08

GoogleCodeExporter commented 9 years ago

Original comment by r3gis...@gmail.com on 17 Aug 2012 at 2:40