and then I insert value like this:
The integer 3172978990 is greater than 2147483647, hence the error**.
To fix the error, change your datatype to VARCHAR. Phone, Fax etc. should be stored as strings. See this discussion.
** Here is a chart that tells you which integer type can store what values.