Re: [asterisk-users] I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).

2015-04-28 Thread James Cass
Akhilesh, for sip, just make sure you have up 5060 open and up 1-2 open in the security group to the public address where your phones will be (soft or hard phones). You shouldn't need the address of your trunk provider (since you should register to them). Of course you'll still need 22

Re: [asterisk-users] I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).

2015-04-27 Thread akhilesh chand
Hi Helvio, Could you tell me what is process to setup an environment for IAX. Regards Akhilesh On Fri, Apr 24, 2015 at 4:25 PM, Helvio Junior helvio.lis...@gmail.com wrote: Hi Akhilesh, SIP protocol use port 5060 (default) and many other ports to stablish calls. You need to check if there

Re: [asterisk-users] I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).

2015-04-27 Thread jg
Am 27.04.2015 um 14:53 schrieb akhilesh chand: Hi Helvio, Could you tell me what is process to setup an environment for IAX. Regards Akhilesh On Fri, Apr 24, 2015 at 4:25 PM, Helvio Junior helvio.lis...@gmail.com mailto:helvio.lis...@gmail.com wrote: Hi Akhilesh, SIP protocol use

Re: [asterisk-users] I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).

2015-04-27 Thread James Cass
Akhilesh, I have implemented several ec2 instances with both sip and iax2 and have no problems with xlite or hard phones. Have you already opened the ports in the vpc security group on the Amazon side? Let me know is I can help. --James On Apr 24, 2015 3:34 AM, akhilesh chand

Re: [asterisk-users] I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).

2015-04-27 Thread akhilesh chand
Hi James, Please let me know how could I implement for sip.I will appreciate your help. Regards Akhilesh On Mon, Apr 27, 2015 at 7:01 PM, James Cass jcas...@gmail.com wrote: Akhilesh, I have implemented several ec2 instances with both sip and iax2 and have no problems with xlite or hard

Re: [asterisk-users] I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).

2015-04-25 Thread Abdenasser Ghomri
Hi, Try as a first step a tcpdump capture to verify if the softphone is actually sending the register message to the server. For me it seems like the softphone is not able to reach the server ! Best Regards, On Fri, Apr 24, 2015 at 10:55 AM, Helvio Junior helvio.lis...@gmail.com wrote: Hi

Re: [asterisk-users] I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).

2015-04-25 Thread Helvio Junior
I think in a same way. Or you can run *sip set debug on* on asterisk console to enable sip debugging. Att, Hélvio Junior SafeId - Gestão de identidades e Acessos +55 41 | 9893-2694, single-sign-on.com.br helvio.jun...@safetrend.com.br On 25/04/2015 18:05, Abdenasser Ghomri wrote: Hi, Try

Re: [asterisk-users] I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).

2015-04-24 Thread Guenther Boelter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/24/2015 05:35 PM, akhilesh chand wrote: Hi Guenther, Thanks for ur reply I have concern from long time I'm not able to login through softphone with AWS Cloud.Please let me know is there any document or guide line for the same. Sorry

Re: [asterisk-users] I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).

2015-04-24 Thread akhilesh chand
Hi Guenther, Thanks for ur reply I have concern from long time I'm not able to login through softphone with AWS Cloud.Please let me know is there any document or guide line for the same. Regards Akhilesh On Fri, Apr 24, 2015 at 1:26 PM, Guenther Boelter gboel...@gmail.com wrote: -BEGIN

Re: [asterisk-users] I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).

2015-04-24 Thread Helvio Junior
Hi Akhilesh, SIP protocol use port 5060 (default) and many other ports to stablish calls. You need to check if there is AWS firewall rule that allow your communication from your client external IP and your AWS host. Also, think in use IAX intead of SIP, because SIP protocol has many trouble

Re: [asterisk-users] I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).

2015-04-24 Thread akhilesh chand
Hi Thomas, Could you tell how can I change the protocol of corresponding port means 5060 is configured with tcp protocol I want to configured with udp. When I execute nmap -p5060 xx.xx.xx.xx I got below output [root@ip-172-31-32-117 cel]# nmap -p5060 xx.xx.xx.xx Starting Nmap 5.51 (

Re: [asterisk-users] I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).

2015-04-24 Thread Guenther Boelter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/24/2015 03:34 PM, akhilesh chand wrote: Hi Thomas, Could you tell how can I change the protocol of corresponding port means 5060 is configured with tcp protocol I want to configured with udp. When I execute nmap -p5060 xx.xx.xx.xx I got

Re: [asterisk-users] I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).

2015-04-24 Thread Guenther Boelter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/24/2015 03:34 PM, akhilesh chand wrote: Hi Thomas, Could you tell how can I change the protocol of corresponding port means 5060 is configured with tcp protocol I want to configured with udp. When I execute nmap -p5060 xx.xx.xx.xx I got

Re: [asterisk-users] I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).

2015-04-21 Thread akhilesh chand
Hi Guenther, What did you recommend to me, I did accordingly but there is no log showing in asterisk CLI. I'm getting same problem. Regards Akhilesh On Mon, Apr 20, 2015 at 6:05 PM, Guenther Boelter gboel...@gmail.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/20/2015

Re: [asterisk-users] I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).

2015-04-21 Thread akhilesh chand
Hi Greg, I moved REJECT rule to last in the list but I'm getting same error. Regards Akhilesh On Mon, Apr 20, 2015 at 5:57 PM, Greg Woods g...@gregandeva.net wrote: On Mon, Apr 20, 2015 at 1:58 AM, akhilesh chand omakhileshch...@gmail.com wrote: Chain INPUT (policy ACCEPT) target

Re: [asterisk-users] I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).

2015-04-21 Thread Guenther Boelter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/21/2015 04:58 PM, akhilesh chand wrote: Hi Guenther, What did you recommend to me, I did accordingly but there is no log showing in asterisk CLI. I'm getting same problem. Regards Akhilesh Hi Akhilesh, looks like your firewall is

Re: [asterisk-users] I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).

2015-04-21 Thread Thomas Stein
Am 21.04.15 um 11:00 schrieb akhilesh chand: Hi Greg, I moved REJECT rule to last in the list but I'm getting same error. Please shutdown the firewall completely and try again. cheers t. Regards Akhilesh On Mon, Apr 20, 2015 at 5:57 PM, Greg Woods g...@gregandeva.net wrote: On Mon,

Re: [asterisk-users] I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).

2015-04-21 Thread akhilesh chand
Hi Guenther, When I executed nmap -p5060 xx.xx.xx.xx I got below output. [root@ip-172-31-32-117 cel]# nmap -p5060 xx.xx.xx.xx Starting Nmap 5.51 ( http://nmap.org ) at 2015-04-21 11:19 UTC Nmap scan report for ec2-xx-xx-xx-xx.us-west-2.compute.amazonaws.com (xx.xx.xx.xx) Host is up (0.00080s

Re: [asterisk-users] I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).

2015-04-21 Thread Thomas Stein
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 21.04.15 um 13:38 schrieb akhilesh chand: Hi Guenther, When I executed nmap -p5060 xx.xx.xx.xx I got below output. [root@ip-172-31-32-117 cel]# nmap -p5060 xx.xx.xx.xx Starting Nmap 5.51 ( http://nmap.org ) at 2015-04-21 11:19 UTC Nmap

Re: [asterisk-users] I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).

2015-04-20 Thread Guenther Boelter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/20/2015 12:31 PM, akhilesh chand wrote: Hi Folks, I'm trying to register softphone(X-lite) but I'm not able to register softphone whenever I'm trying to register softphone I got below error Inline image 1 Is there any document/guide

Re: [asterisk-users] I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).

2015-04-20 Thread Thomas Stein
Am 20.04.15 um 09:43 schrieb akhilesh chand: Hi Thomas, Hello. Yes I'm able to access asterisk server but there is no logs capture into log file related to softphone.If you want more information regarding configuration means sip.conf and extension.conf I will share. Could you increase the

Re: [asterisk-users] I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).

2015-04-20 Thread Greg Woods
On Mon, Apr 20, 2015 at 1:58 AM, akhilesh chand omakhileshch...@gmail.com wrote: Chain INPUT (policy ACCEPT) target prot opt source destination ACCEPT all -- 0.0.0.0/00.0.0.0/0state RELATED,ESTABLISHED ACCEPT icmp -- 0.0.0.0/0

Re: [asterisk-users] I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).

2015-04-20 Thread akhilesh chand
Hi Thomas, Yes I'm able to access asterisk server but there is no logs capture into log file related to softphone.If you want more information regarding configuration means sip.conf and extension.conf I will share. Regards Akhilesh --

Re: [asterisk-users] I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).

2015-04-20 Thread akhilesh chand
Hi Karthik, Asterisk is running the output of above command is given below Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name udp0 0 0.0.0.0:50000.0.0.0:* 10340/asterisk

Re: [asterisk-users] I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).

2015-04-20 Thread akhilesh chand
Hi Thomas, I followed your recommended command in asterisk CLI which is mentioned in above chain mail but I'm not able capture any log related to softphone. Chain INPUT (policy ACCEPT) target prot opt source destination ACCEPT all -- 0.0.0.0/00.0.0.0/0

Re: [asterisk-users] I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).

2015-04-20 Thread Thomas Stein
Am 20.04.15 um 06:31 schrieb akhilesh chand: Hi Folks, I'm trying to register softphone(X-lite) but I'm not able to register softphone whenever I'm trying to register softphone I got below error Do you have access to the asterisk server? If so, what's in the logs? cheers t. --

Re: [asterisk-users] I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).

2015-04-20 Thread Karthik Kondapaneni
Check if asterisk is running or not first . If asterisk is running check iptables ( firewall ) might be blocking the connection . You can see listening ports with netstat -uplncommand On Mon, Apr 20, 2015 at 10:01 AM, akhilesh chand omakhileshch...@gmail.com wrote: Hi Folks, I'm

Re: [asterisk-users] I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).

2015-04-20 Thread Thomas Stein
Am 20.04.15 um 09:58 schrieb akhilesh chand: Hi Thomas, I followed your recommended command in asterisk CLI which is mentioned in above chain mail but I'm not able capture any log related to softphone. Well then i guess you have the softphone somehow misconfigured. You have to double check

[asterisk-users] I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).

2015-04-19 Thread akhilesh chand
Hi Folks, I'm trying to register softphone(X-lite) but I'm not able to register softphone whenever I'm trying to register softphone I got below error [image: Inline image 1] Is there any document/guide line where I will get process to register softphone in asterisk(Which is installed in EC2