asterisk-pbx.hk
Asterisk In Practice: May 2013
http://www.asterisk-pbx.hk/2013_05_01_archive.html
Share and Learn Things of Asterisk - Asterisk is the World's Most Widely Adopted Open Source Communications Software Development Framework and is a product from Digium. Tuesday, May 28, 2013. Setup Snom UC Edition with Elastix. First of all, Snom UC edition is not ready for Lync connection out of the box. We have to obtain the UC edition firmware from Snom and install it on the Snom phone. Snom phone with the UC edition firmware successfully installed could be identified by:. Tuesday, May 28, 2013.
asterisk-pbx.hk
Asterisk In Practice: March 2012
http://www.asterisk-pbx.hk/2012_03_01_archive.html
Share and Learn Things of Asterisk - Asterisk is the World's Most Widely Adopted Open Source Communications Software Development Framework and is a product from Digium. Wednesday, March 14, 2012. Sendmail: unable to qualify my own domain name. In /var/log/maillog, if we see messages like 'unable to qualify my own domain name' and it takes abnormally long time for sendmail to restart, it is likely due to sendmail failing to find the FQDN of your host. Wednesday, March 14, 2012. Links to this post. We need...
asterisk-pbx.hk
Asterisk In Practice: User nc to send smtp message in centos
http://www.asterisk-pbx.hk/2014/10/user-nc-to-send-smtp-message-in-centos.html
Share and Learn Things of Asterisk - Asterisk is the World's Most Widely Adopted Open Source Communications Software Development Framework and is a product from Digium. Wednesday, October 29, 2014. User nc to send smtp message in centos. Nc is a handy tool in unix to test network connection and we can use it. To write script to send smtp message as well. It is useful when we. Implement some kind of server monitoring scripts and want to send out. Send out contents in email-msg.txt. Than just a line feed.
asterisk-pbx.hk
Asterisk In Practice: April 2014
http://www.asterisk-pbx.hk/2014_04_01_archive.html
Share and Learn Things of Asterisk - Asterisk is the World's Most Widely Adopted Open Source Communications Software Development Framework and is a product from Digium. Sunday, April 06, 2014. Here describes a working solution to implement a redundant asterisk PBX system. When we design a redundant PBX solution, it is intuitive to think of building two Asterisk nodes with some kind of synchronization mechanisms ranging from simple scripts to more complicated HA cluster. Sunday, April 06, 2014. Simple tem...
asterisk-pbx.hk
Asterisk In Practice: December 2013
http://www.asterisk-pbx.hk/2013_12_01_archive.html
Share and Learn Things of Asterisk - Asterisk is the World's Most Widely Adopted Open Source Communications Software Development Framework and is a product from Digium. Wednesday, December 11, 2013. How to setup virtual presence in Hong Kong. Hong Kong is the Asia hub providing numerous opportunities for you to develop business in the most promising economy sectors. When you have multiple HK DID numbers or a team of agents to answer calls, you need a SIP-based telephone system for distributing and loggin...
asterisk-pbx.hk
Asterisk In Practice: June 2012
http://www.asterisk-pbx.hk/2012_06_01_archive.html
Share and Learn Things of Asterisk - Asterisk is the World's Most Widely Adopted Open Source Communications Software Development Framework and is a product from Digium. Tuesday, June 26, 2012. How to send attachment with unix 'mail' command. We can send attachment with the uuencode. Uuencode file-to-be-attached file-to-be-attached mail -s "subject" send-to - -r send-from. The 1st parameter to uuencode is the file to be attached while the 2nd parameter is the filename seen by the recipient. Worked in IT/T...
asterisk-pbx.hk
Asterisk In Practice: June 2013
http://www.asterisk-pbx.hk/2013_06_01_archive.html
Share and Learn Things of Asterisk - Asterisk is the World's Most Widely Adopted Open Source Communications Software Development Framework and is a product from Digium. Thursday, June 20, 2013. How to setup passwordless sftp connection. The following steps are used to setup passwordless sftp connection to a remote host. Ssh-keygen -t rsa -b 4096. It will generate the public key file in /.ssh/ . Let's assume that it is named id rsa.pub in your unix installation. Ls -l authorized keys. Links to this post.
asterisk-pbx.hk
Asterisk In Practice: September 2012
http://www.asterisk-pbx.hk/2012_09_01_archive.html
Share and Learn Things of Asterisk - Asterisk is the World's Most Widely Adopted Open Source Communications Software Development Framework and is a product from Digium. Friday, September 07, 2012. IVR with night mode (go to voice mailbox straightaway after office hours). We just have a client who operates a small call center. Their hotline. Is served with an IVR which provides some self-serviced functions and an. Option to talk to agents. After office hours, callers should be sent to. Exten = s,1,noop.
asterisk-pbx.hk
Asterisk In Practice: July 2014
http://www.asterisk-pbx.hk/2014_07_01_archive.html
Share and Learn Things of Asterisk - Asterisk is the World's Most Widely Adopted Open Source Communications Software Development Framework and is a product from Digium. Sunday, July 13, 2014. How to set callerid in Elastix Call Forward. The default Elastix behaviour must be modified not to use the foreign caller as CID when forwarding call. Rather, the CID should be the extension being forwarded to select the appropriate outbound route. Sunday, July 13, 2014. Links to this post. Subscribe to: Posts (Atom).
asterisk-pbx.hk
Asterisk In Practice: October 2011
http://www.asterisk-pbx.hk/2011_10_01_archive.html
Share and Learn Things of Asterisk - Asterisk is the World's Most Widely Adopted Open Source Communications Software Development Framework and is a product from Digium. Wednesday, October 19, 2011. Blind Transfer and Ring back in Elastix. The followings apply to Elastix 2.0.0-36 & Asterisk 1.6.2.10 on CentOS release 5.5. Firstly, we have to setup a TRANSFER CONTEXT. Dialplan execution will jump to here on transfer. TRANSFER CONTEXT = blindxfer ringback. The destination ext should not have vm enabled.