It's one o'clock in the rush.
How to do it? The web side of the customer management system has been completed, now a web-side network phone.
First Baidu under, how to install FreeSWITCH bar, understand the next FreeSWITCH configuration it. It's killing me, C's almost forgotten, Java is more familiar.
Anyway, let's go first.
Begin:
My system is a 64-bit win7 download corresponding to the FreeSWITCH version as follows:
First step: Download FreeSWITCH (Windows version) Http://files.freeswitch.org/windows/installer/x64/FreeSWITCH-1.7.0-0a024c4ecb-64bit.msi
Try to learn the configuration FreeSWITCH first ...
After the download installation is complete, the program cannot start because VCRUNTIME140.dll is missing from the computer. L is it because of the system reason? Find a way to solve, ask the mother. I first download a vc_redist.x64.exehttps://www.microsoft.com/zh-cn/download/confirmation.aspx?id=48145 run it, the installation time is quite long, successful. OH ye.
Share my:
Now let's learn how to configure FreeSWITCH.
Step Two: Learn to configure FreeSWITCH. Ask the mother. Who made me a novice?
The discovery directory has a lot of configuration files, is it necessary to change these configuration files two times? Let's take one to learn.
FreeSWITCH is configured by default to 1000 to 1019 (ext.) A total of 20 users. Let's not start by downloading a SIP phone client on our own phone and try to talk.
First Ipconfig/all know your LAN address. The password default appears to be 1234.
My own IP is 192.168.0.113, and then I correspond with the SIP phone that is zoiper this is quite good.
Open the Zoiper settings-accounts-point in the upper right corner of the + plus sign-manual configuration-sip account
AccountName 1000
Dmain 192.168.0.113
Username 1000
Password 1234
Caller ID 1234 (This parameter is call display)
And then the registration was successful.
Then I will log on to the Win7 system 1001 the same mode of operation try to see if they can talk.
Why are two not able to call normally?
Is it because of the firewall? I'm opening the 5060 port.
Enter the command in FS_CLI Sofia Status Profile internal Reg View There are currently several users registered: The display is normal, there are two 10,001 x 1001. Here are some FS core command URLs http://www.360doc.com/content/14/0924/09/15077656_411933594.shtml
You can learn the next.
Spent half an hour finally know the reason, it is my side of the client problem, I uninstalled the Zoiper installed Calla live on the iphone interoperability, successful dialogue. Not bad.
A great progress, ah, finally interoperability, although do not know how to play mobile phones, I believe that can be achieved step by step.
The next day, learn about SIP (1)