Find incoming call's IMSI [closed] - mobile-phones

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I am trying to find out if there is a way to detect the IMSI # of a phone that is calling you. So say for example, caller A calls person B- person B wants to know A's imsi #. I thought I read this information is transmitted to the MSC- is there a way to ask the MSC for that information?

I'm not 100% agree with previous answer.
Yes, it is impossible to obtain IMSI of the phone calling you. Pairs IMSI - MSISDN (phone number) pair are stored in the HLR.
But it isn't illegal to obtain IMSI by normal procedures. If you have physical access to the card you can just read EF IMSI. It isn't protected at all. Probably prev. author mentioned that it would be illegal to obtain IMSI of remote phone. If so, yes, it would be illegal because you'll need to have an access to MNO's servers.

An IMSI number (International Mobile Subscriber Identity) is a unique number that is private.
It is not sent to other phones, a randomly generated TMSI is sent instead.
This is because the IMSI number could be used in forging SIM cards and eavesdropping on phone calls. It is not possible to obtain the IMSI by any normal procedures and doing so would be illegal.

Related

XPages: How to use data in client JS as data source of dataview control? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I use client JS to collect some data and want to use these data as data source of some common xpages controls, any suggestion?
I assume you mean a data source for a ViewPanel, DataTable, or Repeat?
Put the data in a hidden field with client js.
Execute a server side action. (Within the server side action you can place the data from the hidden field into a scope variable, if desired)
Execute a partial refresh from the server side action and make sure you are refreshing the control that needs to use the client side data as a data source.
Point the data source of the control to the hidden field (or scope variable if that's what you used)
Manipulate the data as necessary. For example, if your field contains "one,two,three" as a value you need to turn that into an array with string.split().

NLP - subject of sentence [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I am trying to get the main subject of a sentence, i.e what a sentence is talking about (not the grammatical subject which may be different).
So far I have got
1.) OpenNLP in Java which is giving me sentence detection, POS tagging, parsing, tokenizer and Name Finder.
2.) MatlParser,stanford Parser - which can give the grammatical subject of a simple sentence by dependency parsing.
I think a noun or a noun phrase will always be subject in more general sense,but a sentence can have many nouns and noun phrases.
Any help would be much appreciated.
As you correctly pointed out, syntax is not sufficient. One would have to use some form of shallow semantic analysis to identify what you call the "subject". I believe it is more often referred to as Agent in the context of SRL (Semantic Role Labeling). There are open source tools (e.g. UIUC SRL parser) to perform semantic role labeling, at least for English, but they usually work on separate predicates, of which in a sentence there may be several, so one has to somehow figure out which "subject" is the "main" one.
I do not think that the latter notion is well defined, in fact, as in a complex sentence it might not be clear which subject is the "main" one. It might make more sense for a particular kind of sentences, but not in general. I think it would help if you described the data you're working with and/or gave some examples.
P.S. you might consider asking this on https://linguistics.stackexchange.com/

How to know which privilages a user has based on AccessRightMask value in PrincipalObjectAccess [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
We need to find out how many records (rows) for a particular entity in CRM 2011 have write privileges using the AccessRightsMask column in the PrincipalObjectAccess (POA) table in SQL.
In the enumerator for AccessRights in CrmSdk the mask value for WriteAccess is given as 2, but when we search for a value of 2 on POA table there are no records found for this AccessRightsMask value.
What query should we be using to return the rows where a user or team has write access to the object?
You almost certainly won't find many objects where principals only have write access, since read access would almost always be required to go with it and a whole bunch of other stuff.
You are treating this as a mask aren't you? ie not looking for values = 2 but second-to-last bit = 1 ?
Your query wants to be something like:
select foo from <POA table> where AccessRightsMask & 2 =2
And the POA table, as far as I know, only records access rights which are outside the normal security model ie records which have been explicitly shared, or where rights have been cascaded on re-parenting. 'Normal' access is figured out on the fly according to security roles, team membership, BU of the principal relative to the object and so on.
I do feel a need to ask the big question - "why do you need to try and get this information, and why this approach?"

Sharepoint Workflow dependencies [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I need to create a workflow for a list.
The list accepts:
- Location (dropdown)
- linked to location choices in the locations list
- Division (dropdown)
- linked to division choices in the divisions list
- other non related information
I need to send e-mails to the location contact for approval
I want to create a workflow that reads what location was selected and pulls the location contact (located in the locations list)for that location and sends an approval email.
After that is done, I need an accept or decline option that the person who received the email can check.
If it is accepted, I need to send an email to the division contact (located in the division list). If it is denied, the list item gets deleted.
After that is done, I need an accept or decline option that the person who received the second email can check.
If he accepts it, then the request will be filed, if not then I want to delete the request.
I know that this is long and difficult, but if anyone has an idea as to any part of this it would be much appreciated.
Thanks,
Tim
You should be able to do what you want to do using SharePoint designer for your workflow. Take a look at the following article. If you are using SharePoint Workflow 2010 then you can customize the approval workflow out of the box. Check out this article. Pretty cool!

Use Cases - Help [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 6 years ago.
Improve this question
I am new to writing use cases.I heard that Use cases are non-technical expressions .
I have the following task for which i have to write Use case.
(I reduced the requirement for your understanding)
Registered Customer of ABC company logged in to the system with credentials to retrieve
the complete Address of particular service provider.He searches the service provider on TextBox.The System communcates with database and displays the result on monitor.
I am technical guy,
I have to write use case to explain the behavior of the system to the client.
I have written Use case as follows :
Use case Name: Address Locating System
Primary Actor: Customer
Stakeholder: ABC Company
Precondition: Customer Successfully Logged in to the system
Success Scenarios:
Customer Enter the search term in the box provided.
System searches the search terms for matches.
System Supplies the address to the Customer.
Extension Point: Client is informed when no successful match
Post condition: None
Questions.
Is the Use Case described above, correct?
Do really tech people need to write Use cases?
Whenever I need to write a Use Case, I pick up my copy of UML Distilled and use its suggested format. There are variations in the formats, so this isn't the only way. In any case it's a good reference to have on your desk. You might also check out Writing Effective Use Cases; I haven't read that one, though.
If you'd like a free example, see:
http://ontolog.cim3.net/cgi-bin/wiki.pl?UseCasesMartinFowlerSimpleTextExample
I might avoid the "in the box provided" bit - that's an implementation detail that might change. I might also change 2 to just "System searches for matches."
And yes, technical people do need to write Use Cases readable by non-technical domain experts.
I would say that this is your use case:
Registered Customer of ABC company
logged in to the system with
credentials to retrieve the complete
Address of particular service
provider.He searches the service
provider on TextBox.The System
communcates with database and displays
the result on monitor.
There is no need to do all the formatting, special headings, numbering etc. Give it a title and you are done. For presentation to a client,
I'd use use case diagrams, and not show even this amount of detail unless asked.

Resources