Search results for all lists

10000 messages found
Sort by
List: pjsip@lists.pjsip.org
From: Benny Prijono
 
Re: [pjsip] Plans for nice gui support
Mon, May 26, 2008 6:04 PM
obably is the least that we worry about. So we have no plan to have a nice GUI on desktop very soon. I hope some will see this as an opportunity to fill in the gap. ;-) Cheers Benny
List: pjsip@lists.pjsip.org
From: Benny Prijono
 
Re: [pjsip] Plans for nice gui support
Mon, May 26, 2008 6:14 PM
app of course), it's called PocketPJ and is in pjsip-apps/src/pocketpj directory. And we have a simple S60 GUI for demo too, hope we can check that in soon. Cheers Benny
List: pjsip@lists.pjsip.org
From: Benny Prijono
 
Re: [pjsip] PJNATH: Support for ICE + STUN
Tue, Jun 3, 2008 10:18 AM
exist yet) > > Does this make the ICE negotiation impossible for now? The ICE stream transport currently does not use STUN Transport class but it uses STUN Session class directly (please see the same page for the difference between "transport" classes and "session" classes). So yes we do have ICE implementation. But I'm doing major modification in ICE as we speak, and when I'm done the ICE stream transport will use STUN transport instead, as well as TURN transport. This way we can reuse the STUN transport for other purposes, e.g. in SIP or pjmedia. > Or can ICE be used currently? If so, is there something that needs to be > activated or is ICE active by default? > With pjsua just add --use-ice command line option. Cheers Benny
List: pjsip@lists.pjsip.org
From: alex vishnev
 
Re: [pjsip] adding G729 support to pjsip1.0.3
Sun, Jan 31, 2010 12:07 AM
status); > return status; > } > #endif /* PJMEDIA_HAS_G729_CODEC */ You need to search where the same was done for G722 codec and insert the block above. Alex
List: pjsip@lists.pjsip.org
From: Saúl Ibarra Corretgé
 
[patch] Support for cancelling re-INVITEs
Fri, Feb 5, 2010 8:23 AM
going re-INVITE. I made the patch and tested on PJSIP 1.0.x version, but AFAIS there should be no problem in applying it to latest trunk. Hope you find it useful and if appropriate please consider it for inclusion on the main tree. Kind regards, -- Saúl Ibarra Corretgé AG Projects
List: pjsip@lists.pjsip.org
From: Re Mo
 
Re: [pjsip] adding G729 support to pjsip1.0.3
Thu, Feb 18, 2010 4:37 PM
C > > > status = pjmedia_codec_*g729*_init( pjsua_var.med_endpt ); > > > if (status != PJ_SUCCESS) { > > > pjsua_perror(THIS_FILE, "Error initializing *G729* codec", > > > status); > > > return status; > > > } > > > #endif /* PJMEDIA_HAS_G729_CODEC */ > > > You need to search where the same was done for G722 codec and insert the > block above. > > > Alex > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > >
List: pjsip@lists.pjsip.org
From: Benny Prijono
 
Re: [pjsip] No sound, No voice - please support!
Tue, Aug 31, 2010 3:38 PM
hamun toha md wrote: > I am on this for months now, can't understand why pjsua_app.c (sample never > got compiled segmentation fault). My test code, I can register and call > receive without voice/sound, never ever yet hear how pjSUA sounds. > > 1. Code sample: http://gist.github.com/559012 > > 2. Scenario: http://i.imgur.com/D0hec.png > > > Problem: When i make a call it gets failed with following cause: > > 15:33:55.738   tsx0x93b2664  State changed from Null to Calling, > event=TX_MSG >  15:33:55.738    pjsua_acc.c  Registration sent >  15:33:55.738  pjsua_media.c  Error retrieving default audio device > parameters: Unable to find default audio device (PJMEDIA_EAUD_NODEFDEV) > [status=420006] >  15:33:55.738            APP  Error making call: Unable to find default > audio device (PJMEDIA_EAUD_NODEFDEV) [status=420006] >  15:33:55.738   pjsua_core.c  Shutting down... >  15:33:55.738   pjsua_pres.c  Shutting down presence.. >  15:33:55.738  pjsua_media.c  Shutting down media.. >  15:33:56.210       pa_dev.c  PortAudio sound library shutting down.. >  15:33:56.211       endpoint  Request msg REGISTER/cseq=26593 > (tdta0x939c150) created. >  15:33:56.211      sip_reg.c  Unable to send request, regc has another > transaction pending > > > > Thank you > > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > >
List: pjsip@lists.pjsip.org
From: Chris Foba
 
iOS Background Support: Local notifications
Wed, Sep 8, 2010 3:50 PM
is
List: pjsip@lists.pjsip.org
From: David Artman
 
unable to build pjsip with TLS support
Thu, Oct 21, 2010 9:58 PM
_ssl_sock_start_read2", referenced from: _tls_start_read in libpjsip-arm-apple-darwin9.a(sip_transport_tls.o)ld: symbol(s) not found collect2: ld returned 1 exit status make[2]: *** [../bin/pjsua-arm-apple-darwin9] Error 1 make[1]: *** [pjsua] Error 2 make: *** [all] Error 1 -------------------------------------------- I'm building in OS X 10.6.4 for iPhone development. I was able to build successfully without TLS, but I got that error after putting "#define PJSIP_HAS_TLS_TRANSPORT 1" in my config_site.h. I also verified that I have openssl installed (0.9.8l) and that configure-iphone detects openssl ok. Am I missing anything?
List: pjsip@lists.pjsip.org
From: Celso Naka
 
SUBSCRIBE/NOTIFY messages handle support
Thu, Nov 25, 2010 10:51 AM