<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.voip.pjsip">
    <title>gmane.comp.voip.pjsip</title>
    <link>http://permalink.gmane.org/gmane.comp.voip.pjsip</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.voip.pjsip/17254"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.voip.pjsip/17253"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.voip.pjsip/17252"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.voip.pjsip/17251"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.voip.pjsip/17250"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.voip.pjsip/17249"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.voip.pjsip/17248"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.voip.pjsip/17247"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.voip.pjsip/17246"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.voip.pjsip/17245"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.voip.pjsip/17244"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.voip.pjsip/17243"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.voip.pjsip/17242"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.voip.pjsip/17241"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.voip.pjsip/17240"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.voip.pjsip/17239"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.voip.pjsip/17238"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.voip.pjsip/17237"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.voip.pjsip/17236"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.voip.pjsip/17235"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.voip.pjsip/17254">
    <title>How to change From header in outgoing INVITE</title>
    <link>http://permalink.gmane.org/gmane.comp.voip.pjsip/17254</link>
    <description>&lt;pre&gt;Hi All,

 

I am using pjsua_call_make_call API for sending INVITE from my application.
By default the From header contains the URI specified in the id parameter 

Of pjsua_acc_config structure. But I want to have different CLI (From
header) for different calls. So I tried to change this id before calling
pjsua_call_make_call 

And added following code for this:

 

    Char* strFrom = "sip:5555&amp;lt; at &amp;gt;10.0.0.1";

    g_acc_cfg.id = pj_strdup3 (pool, strFrom);

    status = pjsua_acc_modify(g_acc_id, &amp;amp;g_acc_cfg);

    status =

        pjsua_call_make_call (g_acc_id, &amp;amp;uri, 0,0, &amp;amp;msg_data,

                              &amp;amp;call_id);

 

In my case pjsua_acc_modify is working fine. But pjsua_call_make_call fails
and returns status code 171039.  This status code is returned when there is
something

Wrong with the URI. But in this case I don't see any thing wrong  with the
URI. 

Please suggest what is going wrong.

 

Thanks,

Jitendra 

&lt;/pre&gt;</description>
    <dc:creator>Jitendra Singh</dc:creator>
    <dc:date>2013-05-17T12:28:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.voip.pjsip/17253">
    <title>Handling re-INVITE answer manually</title>
    <link>http://permalink.gmane.org/gmane.comp.voip.pjsip/17253</link>
    <description>&lt;pre&gt;Hi all,

My application needs to handle re-INVITE responses manually.
I found a proposed patch 4 year ago here: http://trac.pjsip.org/repos/ticket/817
(Thanks Ruud Klaver)

I will apply it PJSIP 2.0.1 that I'm currently using.

I'm just wondering why this patch is not part of the releases that have come later?
Is there a particular reason for this patch not being integrated?

Thanks for your answers!

Regards,

Romain
&lt;/pre&gt;</description>
    <dc:creator>Romain JEZEQUEL</dc:creator>
    <dc:date>2013-05-17T10:06:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.voip.pjsip/17252">
    <title>Re: PJSIP QOS using DSCP</title>
    <link>http://permalink.gmane.org/gmane.comp.voip.pjsip/17252</link>
    <description>&lt;pre&gt;Hi Ramu, 


you may find some more usefull information here :

http://trac.pjsip.org/repos/wiki/QoS

Regards,

Romain





 pj_AF_INET());
&amp;gt;&lt;/pre&gt;</description>
    <dc:creator>Romain JEZEQUEL</dc:creator>
    <dc:date>2013-05-17T09:26:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.voip.pjsip/17251">
    <title>Integration Error- PJSIP version 2.0</title>
    <link>http://permalink.gmane.org/gmane.comp.voip.pjsip/17251</link>
    <description>&lt;pre&gt;Hi Martin,
i have compile the pjsip2.x successfully but when i integrate it and try to
compile it , it is showing following error:-



Undefined symbols for architecture armv7:

  "_pjsua_media_transports_create", referenced from:

      _app_init in pjsua_app.o

ld: symbol(s) not found for architecture armv7

collect2: ld returned 1 exit status
i have tried this solution of your "Hi, try to add this to your project's
preprocessor macros: PJ_AUTOCONF=1 " but still getting same error same time.

I am using xcode4.6

waiting for your generous response.

Please help me to solve this issue

can anyone provide a solution?


Thanks In Advance

Regards,
iGaurav
&lt;/pre&gt;</description>
    <dc:creator>Gaurav Pandey</dc:creator>
    <dc:date>2013-05-17T08:50:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.voip.pjsip/17250">
    <title>Re: Build PJSIP for Android on Cygwin(Win7) - checking whether the C compiler works: NO</title>
    <link>http://permalink.gmane.org/gmane.comp.voip.pjsip/17250</link>
    <description>&lt;pre&gt;Hi,

Currently building with cygwin is not supported
(http://www.pjsip.org/using.htm#gnu_req).
You could try using mingw instead.

Regards,

Riza


On Fri, May 17, 2013 at 6:11 AM, Sungbum Lim &amp;lt;shawnux&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Riza Sulistyo</dc:creator>
    <dc:date>2013-05-17T06:27:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.voip.pjsip/17249">
    <title>Re: Build PJSIP for Android on Cygwin(Win7) - checking whether the C compiler works: NO</title>
    <link>http://permalink.gmane.org/gmane.comp.voip.pjsip/17249</link>
    <description>&lt;pre&gt;Re-sending
On May 16, 2013 4:30 PM, "Sungbum Lim" &amp;lt;shawnux&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Sungbum Lim</dc:creator>
    <dc:date>2013-05-16T23:11:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.voip.pjsip/17248">
    <title>Re: Current Trunk - PJSUA for Android not building w/o extra steps - Android app crashing on run</title>
    <link>http://permalink.gmane.org/gmane.comp.voip.pjsip/17248</link>
    <description>&lt;pre&gt;I just wanted to reply to let you know that SWIG was 2.04 for my Ubuntu install as you mentioned and installing the latest SWIG release (2.09) worked like a charm after also installing libpcre3-dev/g++.

Now it builds properly even with the jni.h from the android NDK and the android app doesn't crash anymore.

I can now telnet in and provide commands.

I would suggest updating the wiki article at https://trac.pjsip.org/repos/wiki/Getting-Started/Android to clarify that SWIG 2.05 or greater is needed for it to build properly with the NDK.

Thanks again,
Kevin

----------------------------------------------------------------------

Date: Thu, 16 May 2013 23:58:46 +0700
From: Riza Sulistyo &amp;lt;riza&amp;lt; at &amp;gt;pjsip.org&amp;gt;
To: pjsip list &amp;lt;pjsip&amp;lt; at &amp;gt;lists.pjsip.org&amp;gt;
Subject: Re: [pjsip] Current Trunk - PJSUA for Android not building
w/o extra steps - Android app crashing on run
Message-ID:
&amp;lt;CAJg9p00aqckELxiA2ZLM7k+AVYBvvTFdj0NpV-5-MnHOdiQvSw&amp;lt; at &amp;gt;mail.gmail.com&amp;gt;
Content-Type: text/plain; charset=windows-1252

Hi,

Could you please chec&lt;/pre&gt;</description>
    <dc:creator>Kevin LaMar</dc:creator>
    <dc:date>2013-05-16T21:52:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.voip.pjsip/17247">
    <title>Re: Current Trunk - PJSUA for Android not building w/o extra steps - Android app crashing on run</title>
    <link>http://permalink.gmane.org/gmane.comp.voip.pjsip/17247</link>
    <description>&lt;pre&gt;Hi,

Could you please check your swig version ?
The minimum swig version needed is 2.0.5.
(http://admin.blogs.docilnet.fr/articles/java-swig-pour-android-ndk-sous-ubuntu.html).
The swig current version in ubuntu is 2.0.4 and you need to manually
install it (www.swig.org/download.html).
Be informed that swig needs libpcre3-dev and g++.

Regards,

Riza









On Thu, May 16, 2013 at 7:17 AM, Kevin LaMar &amp;lt;KLaMar&amp;lt; at &amp;gt;vertical.com&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Riza Sulistyo</dc:creator>
    <dc:date>2013-05-16T16:58:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.voip.pjsip/17246">
    <title>Re: Help compiling python_pjsua with python 2.7 on Windows 8 with VS2012</title>
    <link>http://permalink.gmane.org/gmane.comp.voip.pjsip/17246</link>
    <description>&lt;pre&gt;
I figured it out, it was just because I was using the 64-bit version of 
python27. I replaced it with the 32-bit from python.org and everything 
compiles perfectly

Thanks

&lt;/pre&gt;</description>
    <dc:creator>Jesse Cloutier</dc:creator>
    <dc:date>2013-05-16T11:38:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.voip.pjsip/17245">
    <title>Re: Passing userdata to pjsua.call_make_call from java and SWIG</title>
    <link>http://permalink.gmane.org/gmane.comp.voip.pjsip/17245</link>
    <description>&lt;pre&gt;&amp;lt; at &amp;gt;uno : if building using csipsimple code, please re-read with care the 
instructions :
http://code.google.com/p/csipsimple/wiki/HowToBuild
the first line in "Important" section is *important*, re-read it please.

On 16/05/2013 11:22, user uno wrote:

&lt;/pre&gt;</description>
    <dc:creator>Régis Montoya</dc:creator>
    <dc:date>2013-05-16T09:27:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.voip.pjsip/17244">
    <title>Passing userdata to pjsua.call_make_call from java and SWIG</title>
    <link>http://permalink.gmane.org/gmane.comp.voip.pjsip/17244</link>
    <description>&lt;pre&gt;I found in pjsua_wrap.cpp that the jni wrap function ilooks wrong.

SWIGEXPORT jint JNICALL
Java_org_pjsip_pjsua_pjsuaJNI_call_1make_1call(JNIEnv *jenv, jclass jcls,
jint jarg1, jlong jarg2, jobject jarg2_, jlong jarg3, jobject jarg3_, void
* jarg4, jlong jarg5, jobject jarg5_, jintArray jarg6) {
  jint jresult = 0 ;
  pjsua_acc_id arg1 ;
  pj_str_t *arg2 = (pj_str_t *) 0 ;
  pjsua_call_setting *arg3 = (pjsua_call_setting *) 0 ;
  void *arg4 = (void *) 0 ;
  pjsua_msg_data *arg5 = (pjsua_msg_data *) 0 ;
  pjsua_call_id *arg6 = (pjsua_call_id *) 0 ;
  pjsua_call_id temp6 ;
  pj_status_t result;

  (void)jenv;
  (void)jcls;
  (void)jarg2_;
  (void)jarg3_;
  (void)jarg5_;
  arg1 = (pjsua_acc_id)jarg1;
  arg2 = *(pj_str_t **)&amp;amp;jarg2;
  arg3 = *(pjsua_call_setting **)&amp;amp;jarg3;

  arg4 = jarg4; // THIS LOOKS WRONG

Everything works fine if I use the following line instead:

  arg4 = (void*) jenv-&amp;gt;GetByteArrayElements((jbyteArray)jarg4, 0);

that is what I would have done if I used javah.

The question is how is it po&lt;/pre&gt;</description>
    <dc:creator>user uno</dc:creator>
    <dc:date>2013-05-16T09:22:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.voip.pjsip/17243">
    <title>Build PJSIP for Android on Cygwin(Win7) - checking whether the C compiler works: NO</title>
    <link>http://permalink.gmane.org/gmane.comp.voip.pjsip/17243</link>
    <description>&lt;pre&gt;Hi,

Have you see this issue before?

plz help me go forward..
I'm in trouble to getting start build on PJSIP for Android on Cygwin(Win7).
could't complete "checking whether the C compiler works" in
'./configure-android'
I'v verified Android NDK already and Environment variables as below before
run 'configure-android'

TARGET_ABI=armeabi
APP_PLATFORM=android-8


There is 'libc.so' and 'libgcc.so' in linker search directory correctly.

I have a suspicion that linker was picked as
'AndroidNDK\android-ndk-r8e\toolchains\arm-linux-androideabi-4.4.3\prebuilt\windows-x86_64\arm-linux-androideabi\bin\ld.exe'
instead of
 'AndroidNDK/android-ndk-r8e/toolchains/arm-linux-androideabi-4.4.3/prebuilt/windows-x86_64/bin/arm-linux-androideabi-ld'



$ ./configure-android
configure-android: calling ./configure with env vars:
 CC =
/cygdrive/d/SW/Development/AndroidNDK/android-ndk-r8e/toolchains/arm-linux-androideabi-4.4.3/prebuilt/windows-x86_64/bin/arm-linux-androideabi-gcc
 CXX =
/cygdrive/d/SW/Development/AndroidNDK/andr&lt;/pre&gt;</description>
    <dc:creator>Sungbum Lim</dc:creator>
    <dc:date>2013-05-16T08:30:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.voip.pjsip/17242">
    <title>Re: In the registration callback, how to tell if registering or unregistering?</title>
    <link>http://permalink.gmane.org/gmane.comp.voip.pjsip/17242</link>
    <description>&lt;pre&gt;&amp;lt; at &amp;gt;saltyfoam

You can check for current_op in pjsip_regc
They can be in IDLE, REGISTERING, UNREGISTERING


On Fri, May 10, 2013 at 11:31 AM, &amp;lt;saltyfoam&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:



&lt;/pre&gt;</description>
    <dc:creator>Khoa Pham</dc:creator>
    <dc:date>2013-05-16T02:41:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.voip.pjsip/17241">
    <title>Current Trunk - PJSUA for Android not building w/o extra steps - Android app crashing on run</title>
    <link>http://permalink.gmane.org/gmane.comp.voip.pjsip/17241</link>
    <description>&lt;pre&gt;I am able to build the apjsua branch without problems and the apjsua Android app runs properly with that libpjsua_app.so.

However, with the android subdirectory that was added to the trunk for pjsua recently, I have not been able to build/run successfully with the new instructions on https://trac.pjsip.org/repos/wiki/Getting-Started/Android

I am running Ubuntu 11.10 32-bit, with android-ndk-r8e.

The configure and make commands all work fine, but when I do the ndk-build command I receive the following error while trying to make the pjsua_wrap.o:

Invoking SWIG...
swig -c++ -o jni/pjsua_wrap.cpp -package org.pjsip.pjsua -outdir src/org/pjsip/pjsua -java jni/pjsua.i
Compile++ thumb  : pjsua &amp;lt;= pjsua_wrap.cpp
jni/pjsua_wrap.cpp: In constructor 'Swig::Director::JNIEnvWrapper::JNIEnvWrapper(const Swig::Director*)':
jni/pjsua_wrap.cpp:335:73: error: invalid conversion from 'void**' to 'JNIEnv** {aka _JNIEnv**}' [-fpermissive]
/home/android/android-ndk-r8e/platforms/android-14/arch-arm/usr/include/jni.h:1072:10: &lt;/pre&gt;</description>
    <dc:creator>Kevin LaMar</dc:creator>
    <dc:date>2013-05-16T00:17:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.voip.pjsip/17240">
    <title>Passing userdata to pjsua.call_make_call from java and SWIG</title>
    <link>http://permalink.gmane.org/gmane.comp.voip.pjsip/17240</link>
    <description>&lt;pre&gt;I'm trying to call pjsua.call_make_call. I'm using the jni layer in
CSipSimple that is created with SWIG.

How can I pass the user_data? if I just pass the a byte[] when I use

pjsua_call_get_user_data(call_id);

in the C code I get a non null pointer but when I try to use it the
application crashes.

Is there an example of how to do it?

Thanks
&lt;/pre&gt;</description>
    <dc:creator>user uno</dc:creator>
    <dc:date>2013-05-15T17:38:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.voip.pjsip/17239">
    <title>Help compiling python_pjsua with python 2.7 on Windows 8with VS2012</title>
    <link>http://permalink.gmane.org/gmane.comp.voip.pjsip/17239</link>
    <description>&lt;pre&gt;Hello all,

I am new to compiling software on windows, I was wondering if anyone has 
had success compiling  the python libraries on windows with python 2.7. 
I can compile against 2.4 no problem but haven't been able to get it to 
work with python 2.7. I found a list post from 2007 that recommended 
editing pjsip-apps/build/python_pjsua.vcxproj accordingly

So these are the steps I have taken with VS2012 and Windows 8:
Imported the project, everything imports OK
Create the config_site.h (empty)
Set pjsua as startup project, build pjsua OK
Modify all references of python24 and Python-2.4 to python27 and 
Python-2.7 respectively in 'pjsip-apps/build/python_pjsua.vcxproj'
Modify the properties of the python_pjsua project to include the 
C:\python27\libs and C:\python27\include
Build python_pjsua FAIL

VS gives me 31 errors here ar a few:
Error    10    error LNK2019: unresolved external symbol 
__imp__PyType_Ready referenced in function _init_pjsua C:\Users\Jesse 
Cloutier\Library\Projects\pjproject-2.1\pjproj&lt;/pre&gt;</description>
    <dc:creator>Jesse Cloutier</dc:creator>
    <dc:date>2013-05-15T12:59:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.voip.pjsip/17238">
    <title>Re: PJSIP QOS using DSCP</title>
    <link>http://permalink.gmane.org/gmane.comp.voip.pjsip/17238</link>
    <description>&lt;pre&gt;Hi Romain,

Thank you very much for your information.

Can we not do like this for DSCP in PJSip.=&amp;gt;

    pjsua_transport_config_default(&amp;amp;mtcfg);

    mtcfg.port = 4000;

    mtcfg.qos_type = PJ_QOS_TYPE_VOICE;

    mtcfg.qos_params.flags = PJ_QOS_PARAM_HAS_DSCP;

    mtcfg.qos_params.dscp_val = 0x2e;




On Tue, May 14, 2013 at 5:01 AM, Romain JEZEQUEL &amp;lt;romainjezequel&amp;lt; at &amp;gt;yahoo.fr&amp;gt;wrote:



&lt;/pre&gt;</description>
    <dc:creator>Ramu</dc:creator>
    <dc:date>2013-05-14T23:51:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.voip.pjsip/17237">
    <title>Problem building pjsip with TLS</title>
    <link>http://permalink.gmane.org/gmane.comp.voip.pjsip/17237</link>
    <description>&lt;pre&gt;Hello,

I'm having a problem concerning building pjsip with TLS enabled.
My environment is usually Mac OS X,  I have openssl installed and like it
is said in this link http://trac.pjsip.org/repos/wiki/TLS I can build pjsip
without declare the #define PJ_HAS_SSL_SOCK 1 line in my config_site.h
file.
However when I run the ./configure-android script and that I see the
config.log file it generated I see those lines:

aconfigure:6901: result: Checking if SSL support is disabled... yes
ac_no_ssl='1'
libssl_present=''
openssl_h_present=''

which obviously are telling me that there's no SSL support. Nevermind,
pjsip will compile successfully but without SSL/TLS support.

OK but openssl is already installed on my machine, how is supposed the
autobuild file to detect this?

I tried it also on an ubuntu system which allows me to install the
libssl-dev package, stills detect nothing!
Then I give a try changing the config_site.h file with the PJ_HAS_SSL_SOCK
set to 1.
I build the project but it generates then the follow&lt;/pre&gt;</description>
    <dc:creator>Karl Berger</dc:creator>
    <dc:date>2013-05-14T16:16:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.voip.pjsip/17236">
    <title>Re: PJSIP QOS using DSCP</title>
    <link>http://permalink.gmane.org/gmane.comp.voip.pjsip/17236</link>
    <description>&lt;pre&gt;Hi Ramu, 

You can use the following API :

    /* Update QOS for UDP transport */
    pj_qos_type   qos_type = /* YOUR VALUE */
    pj_qos_params qos_params;
    pj_qos_get_params(qos_type, &amp;amp;qos_params);

    pj_sock_t udp_sock = pjsip_udp_transport_get_socket(wan_transport);
    pj_sock_apply_qos(udp_sock, qos_type, &amp;amp;qos_params, 2, NULL /* Optionnal*/,  NULL /* Optionnal*/);

    /* Update QOS for TCP transport */
    /* Get default config */
    pjsip_tcp_transport_cfg tcp_cfg;
    pjsip_tcp_transport_cfg_default(&amp;amp;tcp_cfg, pj_AF_INET());

    /* Set QOS */
    tcp_cfg.qos_type                   = qos_type;
    tcp_cfg.qos_params.flags       = qos_params.flags;
    tcp_cfg.qos_params.dscp_val = qos_params.dscp_val;

    /* Start transport */
    status = pjsip_tcp_transport_start3( app-&amp;gt;h_sip_endpt, &amp;amp;tcp_cfg, &amp;amp;wan_transport_fact);

Regards,

Romain





&amp;gt;&lt;/pre&gt;</description>
    <dc:creator>Romain JEZEQUEL</dc:creator>
    <dc:date>2013-05-14T12:01:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.voip.pjsip/17235">
    <title>using boost thread and pj_thread</title>
    <link>http://permalink.gmane.org/gmane.comp.voip.pjsip/17235</link>
    <description>&lt;pre&gt;Dear All

How can I register boost thread by using pj_thread_register in C++.


Thanks &amp;amp; Regards
Imran Khan
&lt;/pre&gt;</description>
    <dc:creator>Imran Khan</dc:creator>
    <dc:date>2013-05-14T10:35:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.voip.pjsip/17234">
    <title>PJSIP QOS using DSCP</title>
    <link>http://permalink.gmane.org/gmane.comp.voip.pjsip/17234</link>
    <description>&lt;pre&gt;Hi There,

Is anybody done QOS using DSCP in iOS/Android PJSIP versions?

Please let us know how can we configure DSCP on client side?

Thank you

&lt;/pre&gt;</description>
    <dc:creator>Ramu</dc:creator>
    <dc:date>2013-05-14T04:15:50</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.voip.pjsip">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.voip.pjsip</link>
  </textinput>
</rdf:RDF>
