Giter Site home page Giter Site logo

Comments (11)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 21, 2024
Hi, ist there a solution for this problem?

I need to display the Displayname in my Aplliakation: "XXXDisplayName" but i 
get 
only the Number xxxx in the event onIncomingCall

Original comment by [email protected] on 20 Oct 2009 at 12:47

from sipeksdk.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 21, 2024
No answer is also an answer!

Thank you for the (none)Help!

Original comment by [email protected] on 21 Jan 2010 at 7:52

from sipeksdk.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 21, 2024
hi jose.seguin..
off topic comment here ..but can u receive call? May i know how u do it? u can 
reply 
me at [email protected]
thank you 

Original comment by [email protected] on 5 Mar 2010 at 11:07

from sipeksdk.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 21, 2024
I get neither the DisplayName or the Number.  Instead, I get a GUID-like string:
e.g. 
sturi="sip:[email protected]:5060;transport=udp" 
Can anyone explain why?

Original comment by [email protected] on 5 May 2010 at 5:42

from sipeksdk.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 21, 2024
I have the same problem. Have You solved it?

Original comment by [email protected] on 17 Jun 2010 at 4:36

from sipeksdk.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 21, 2024
You can modify pjsipdll sources to obtain this value.

In my case (pjsipDll_mobile)
In function "static void on_incoming_call

Add 

"
    wchar_t* treminfo = (wchar_t*)pj_pool_alloc(app_config.pool, 255);
    treminfo = PJ_STRING_TO_NATIVE(call_info.remote_info.ptr, treminfo, call_info.remote_info.slen);
"

And change 
    cb_callincoming(call_id, tremcontat);
by
    cb_callincoming(call_id, treminfo);

Original comment by [email protected] on 18 Jun 2010 at 8:56

from sipeksdk.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 21, 2024
Unfortunally i don't have ability to compile this library. 
Can You send to me working one, please.

Original comment by [email protected] on 18 Jun 2010 at 10:28

from sipeksdk.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 21, 2024
Thanks for the information but i can't find 'cb_callincoming(call_id, 
tremcontat)' in the entire solution...

Which version did you mean??

Thanks!

Original comment by [email protected] on 21 Jul 2010 at 9:48

from sipeksdk.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 21, 2024
For pjsipDll (rev-166):  

Open pjsipDll.cpp file and go to static void on_incoming_call ... function; 
then change the line 

if (cb_callincoming != 0) cb_callincoming(call_id, 
call_info.remote_contact.ptr);

by this one:

if (cb_callincoming != 0) cb_callincoming(call_id, call_info.remote_info.ptr);

Build the project again.

HC
Regards.

Original comment by [email protected] on 29 Jul 2010 at 6:23

Attachments:

from sipeksdk.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 21, 2024
[deleted comment]

from sipeksdk.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 21, 2024
the issue is fixed in the current trunk.

thanks for the suggestions!

Original comment by RAndriese on 6 May 2012 at 7:55

  • Changed state: Fixed

from sipeksdk.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.