Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CallerID Name #26

Open
GoogleCodeExporter opened this issue Dec 2, 2015 · 0 comments
Open

CallerID Name #26

GoogleCodeExporter opened this issue Dec 2, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

With an incoming call the Caller Name (Calling Name) appears to be blank.

it should be available from 'CallingName' :


 Dictionary<int, IStateMachine> callList = 
SipekResources.CallManager.CallList;

 foreach (KeyValuePair<int, IStateMachine> kvp in callList)  {
    string number = kvp.Value.CallingNumber;
    string callername = kvp.Value.CallingName;

With SIP the full string should be in the following format:

"MyCallerID"<1234657890@sip.example.com>

I have looked around and the calling name does not seem to be picked up 
anywhere - the number on the other hand works fine.  It might be a good 
idea just to expose the full raw incoming string and then give the ability 
to parse it in the code... 


Original issue reported on code.google.com by r...@rasmus.ca on 27 May 2009 at 4:21

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant