Why do I get a GUID as CallerID?

63 views
Skip to first unread message

alw

unread,
Apr 17, 2010, 7:37:26 AM4/17/10
to SIPek
Instead of getting a meaningful number for CallerID, in
pjsipCallWrapper.onCallIncoming(int callId, string sturi), I get
sturi="sip:e04d938de9124da6...@204.11.192.37:5060;transport=udp"
and messages of the like.

How can I fix it so that I see the Calling number?

--
You received this message because you are subscribed to the Google Groups "SIPek" group.
To post to this group, send email to si...@googlegroups.com.
To unsubscribe from this group, send email to sipek+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/sipek?hl=en.

alw

unread,
May 5, 2010, 3:42:44 PM5/5/10
to SIPek
It seems that the cause is a bug in pjsipDll.cpp.
In static void on_incoming_call(...), I changed:

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

to:

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

and this fixes the problem.


On Apr 17, 7:37 am, alw <alw...@gmail.com> wrote:
> Instead of getting a meaningful number for CallerID, in
> pjsipCallWrapper.onCallIncoming(int callId, string sturi), I get
> sturi="sip:e04d938de9124da690c8f1760f151...@204.11.192.37:5060;transport=udp"

xte...@googlemail.com

unread,
Jan 26, 2018, 2:56:45 PM1/26/18
to SIPek
Hi!

I have the same problem with FreePBX, I think. Where do I get a compiled and working pjsipDll.dll with the fix? I tried the one on github and after replacing the old file I do not receive any calls anymore...

Thanks
Chris
Reply all
Reply to author
Forward
0 new messages