Following my previous post, about turning one of the LAN ports to WAN port, I continued to configure ST780 to use my local VOIP provider’s service, so that I could attach my wireless phone jack to one of those green ATA ports and seamlessly use VOIP as ordinary phone.
Below comes small config exerpt, that sets the device up for Elion Hotifon service (www.hot.ee), which has a small fee for which you get 3 months of service and a regular phone number, PSTN users see as your number and can dial to.
Normally, I should have been able to do this through the web interface, but for me (or my VOIP service) it did not work.
Searching through forums, I found this post, with configuration commands to be pasted into CLI.
Again, to start CLI, you need telnet. Depending on your OS, this can be different, but basically start your favorite terminal (Konsole, cmd.exe, etc) and type:
telnet 192.168.1.254
These lines define the service provider’s hosts. Some firmwares might require the proxy to be IP address instead.
:voice sip config primproxyaddr=proxy.emm.elion.ee :voice sip config primregaddr=hot.ee
Following lines set defaults for the service:
:voice sip config regexpire=600 :voice sip config regexpire_Tbefore=6 :voice sip config CWreply=180 :voice sip config reinvite_stop_audio=disabled :voice sip config clirformat=standard :voice sip config clip_consider_displayname=yes :voice sip config sdp_ptime=20 replace#=enabled :voice sip config symmetriccodec=disabled reinvite_at_cgfax_detect=disabled :voice sip config SIPURI_port=disabled :voice sip config rport=disabled :voice sip config ringtoneat183=disabled :voice sip config ping=0 :voice sip config min-se=0 :voice sip config session-expires=0 :voice sip config expires=0 :voice config digitrelay=inband click2dial_ports=all :voice config rtp_portrange=50000-59999 :voice config delayeddisconnect=disabled :voice config delayeddisconnecttimer=600 :voice config ringmuteduration=600
Most important part comes here, where you needs to substitude your own username and password:
:voice profile add SIP_URI=<USERNAME> username=<USERNAME@hot.ee> password=<PASS> voiceport=FXS1
Notice the voiceport=FXS1 – this sets the service up on first ATA port, so connect your phone jack there.
Finally, activate the VOIP service:
:service system modify name=VOIP_SIP state=enabled :saveall
Hi,
I don’t see where the password should be, could you advise please?
Thanks,
—
Abbas
LikeLike
Correct syntax is:
:voice profile add SIP_URI= username= password= voiceport=FXS1
LikeLike
Thanks – fixed.
Probably messed it up while copy-pasting, because I had it working for me, so I had to have password some place. 🙂
LikeLike