akhilesh chand
2015-Apr-24 07:34 UTC
[asterisk-users] I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).
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 at 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 latency). PORT STATE SERVICE 5060/tcp filtered sip Nmap done: 1 IP address (1 host up) scanned in 0.23 seconds Where I'm seeing 5060 is configured with tcp. Regards Akhilesh On Tue, Apr 21, 2015 at 5:10 PM, Thomas Stein <himbeere at meine-oma.de> wrote:> -----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 at 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 latency). PORT STATE > > SERVICE 5060/tcp filtered sip > > Maybe your softphone is trying UDP? > > cheers > t. > > > Nmap done: 1 IP address (1 host up) scanned in 0.23 seconds > > > > On Tue, Apr 21, 2015 at 3:20 PM, Guenther Boelter > > <gboelter at gmail.com> wrote: > > > > 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 blocking it. > > > > Have you tried 'nmap -p5060 <ip of your asterisk>' or something > > similar? > > > > Regards Guenther > > > > > > > > > >> On Mon, Apr 20, 2015 at 6:05 PM, Guenther Boelter > >> <gboelter at gmail.com <mailto:gboelter at gmail.com>> wrote: > > > >> 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 line where I will get process to > >>> register softphone in asterisk(Which is installed in EC2 > >>> Cloud). > > > >> Don't make it to complicated ... > > > >> Connect to your Asterisk via ssh and run asterisk -rvvvvvv. > > > >> Then let your Phone try to register. Asterisk should show you > >> what's getting wrong. > > > >> If you can't see anything while trying to register, shutdown > >> your firewall and try it again ... > > > >> Regards Guenther > > > > > > > >> -- > >> _____________________________________________________________________ > > > >> > > > > -- Bandwidth and Colocation Provided by http://www.api-digital.com > > -- > >> New to Asterisk? Join us for a live introductory webinar every > >> Thurs: http://www.asterisk.org/hello > > > >> asterisk-users mailing list To UNSUBSCRIBE or update options > >> visit: http://lists.digium.com/mailman/listinfo/asterisk-users > > > > > > > > > > > >> > >> -- > >> _____________________________________________________________________ > >> > >> > - -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > >> New to Asterisk? Join us for a live introductory webinar every > >> Thurs: http://www.asterisk.org/hello > >> > >> asterisk-users mailing list To UNSUBSCRIBE or update options > >> visit: http://lists.digium.com/mailman/listinfo/asterisk-users > >> > > > > > > > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG/MacGPG2 v2.0.16 (Darwin) > > iQEcBAEBAgAGBQJVNjc5AAoJEDoNDMVwb47fa4oH/iG+Y7bJixA/WAJjpydrB5Jr > 2lt2qUw9+0rGwn+DiXAQZy5EiA1x3ax4G6/kHJA49XCV7K00w2O69ShVNXwoXAdA > yAJxwD6JCExF6BbuAk6xs37wqbMdnhuWjJY42n8GalhUIj/h/I5DQ06PlAaVDlgn > aoEcM78JYh2LZg19E7daVcDRc+lfan5werseBSU88Jwo0RGf8zbMb1pM/tACrqkv > dzt/CtXjVRK/vCQPjDqkTm20JRCYbp4z2RjL0RtF0Ub60cOdt5fRn0nBrZrn5S5X > TvdTvx0vPqmu/KiaA4YybzpjPtfXzBW/gf3+1ZzW/UmkP7smjJewu7hmKKpOVTw> =tvB/ > -----END PGP SIGNATURE----- > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20150424/b891ffca/attachment.html>
Guenther Boelter
2015-Apr-24 07:52 UTC
[asterisk-users] I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).
-----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 below > output > > > [root at ip-172-31-32-117 cel]# nmap -p5060 xx.xx.xx.xx > > Starting Nmap 5.51 ( http://nmap.org <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 > <http://ec2-xx-xx-xx-xx.us-west-2.compute.amazonaws.com/> > (xx.xx.xx.xx) Host is up (0.00080s latency). PORT STATE > SERVICE 5060/tcp filtered sip > > Nmap done: 1 IP address (1 host up) scanned in 0.23 seconds > > Where I'm seeing 5060 is configured with tcp.sip.conf - ---------------------------------- udpbindaddr = 0.0.0.0 port = 5060 transport = udp tcpenable = no -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBAgAGBQJVOfZQAAoJENexF5oIz3BCIycQAIyvX653vudhRDM6Cw9JBoEi Es2RDobHWuL+rV5cY2TEoK6viUOZU1q3ZCmI29FsXEj7EXYsAf0n3btp23Vl0MPR kndLUzd7Twei0UEXow4zm9gL613JycU32oJTBCnrWS4sbY9UTLPYv81OeLix3JeU ZNNYZcYLp6A9zs5Ik+hUsOjGY47iCiAv85enKz7Ahnv9dFRiHE+fyTyA9qjoFbZY GJrJkTcAmI0SPDPoIg9tXIeg1Jc8Cb97T5/lCZZpbLlKUaYvVX1zJVOkYViWUTrR eAIdiivpE+pHSBRoZsLwqVChBIimJfukQVqIf1R+Sfb24AiAsfUFWwEEHCxFM4SZ 1iWIqOYoROsDSS66IROJVe+5DzfDlFrTBIUb99e4G7MKKT66d+i99miFZUdapTg+ totARitIXxnij74JdYbYaC48fjh2Rk0msJcwzJ8ZnNi6dNM8XPW5JZnwsbjsSYk7 nBmXDdFVi0f++N8l1MqLqauKn1GvLhpwyyFTWJlXiO5I9pYSCELshYS0/12XbY4k s1abMsP4gFJrJjgBNepH8SxVyDaDNg/XXK5bxtFXlSKep80T7L9+3WIpEQGvfIkA Qs3hJBFujHGVkTRFeexMrdVpUY3VuGWQ8gHDc/MZgqodZvTVxYpP/JkZaXd21Mxq 0lYKWJaFYuCkfVhp0l5n =01+R -----END PGP SIGNATURE-----
Guenther Boelter
2015-Apr-24 07:56 UTC
[asterisk-users] I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).
-----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 below > output > > > [root at ip-172-31-32-117 cel]# nmap -p5060 xx.xx.xx.xx > > Starting Nmap 5.51 ( http://nmap.org <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 > <http://ec2-xx-xx-xx-xx.us-west-2.compute.amazonaws.com/> > (xx.xx.xx.xx) Host is up (0.00080s latency). PORT STATE > SERVICE 5060/tcp filtered sip > > Nmap done: 1 IP address (1 host up) scanned in 0.23 seconds > > Where I'm seeing 5060 is configured with tcp. >'nmap -p5060 xx.xx.xx.xx' will show you only tcp-ports, try 'nmap -sU - -p5060 xx.xx.xx.xx insteadt .... -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBAgAGBQJVOfc+AAoJENexF5oIz3BCEZwQAKW9+S50iDmqpgo1wHLQUQA5 62myd+Xnf4v9wD+jh4Z3vnT+OenZ5U+3BNBTwNurCrQ70yX73fc0acektEYXrgIu /M6OgYkCf4ej3sySIvlFyozerYOqh5SxT0CsQHnPLKnyyz4OUlPbiFoiy+2GbNUF xqXifWdjYhKN3MPGFkmtPzGmaJqAmlntE6+0z8h8XQ4uHzKQJ/u6AxweIDZduG78 84XQlIVBiRyve/zaXIZ0aw6IjBoT1saDYF0X8+CmbG4eFfxtZfKC/LKcFaooTTWw FN5BrXYsIjCQzEU/QwoZxHUCXcbKwjoxqKEsb7p/3jRxTLNDaqVuJpql0CUVNBa/ P5kAIHyk9Cfo+GRFkBQD3LcR8DJENLD3hgghyG13E+F4fNAoLs23eaqIjnIzfrDl a1dU0WkS9QsCUWgSckY1Yusq7uEMlcz5myf5axJDkdbO49fXysSPZMlssS11Q0WN +RbfWrFFY4t5mGt3FKHqAM6iuy+hOy6skkSnfhA8CLFVGWbgpwOTzXOCIzzmPwL6 CvIwBv8QLEgunG6O/WIXh2iDd4r07oLR4LKePXis6N8x1LptatIKNhMwnWLwXFTN rdyRY79Zbif3pmJZBas1Jp8YiF81PnJUO3dfnBHzXoY45cztqX29ypi/nLnZPl1i Pl0tW8EV4Qh+XjGJMIeu =vMtm -----END PGP SIGNATURE-----
akhilesh chand
2015-Apr-24 09:35 UTC
[asterisk-users] I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).
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 <gboelter at gmail.com> wrote:> -----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 below > > output > > > > > > [root at ip-172-31-32-117 cel]# nmap -p5060 xx.xx.xx.xx > > > > Starting Nmap 5.51 ( http://nmap.org <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 > > <http://ec2-xx-xx-xx-xx.us-west-2.compute.amazonaws.com/> > > (xx.xx.xx.xx) Host is up (0.00080s latency). PORT STATE > > SERVICE 5060/tcp filtered sip > > > > Nmap done: 1 IP address (1 host up) scanned in 0.23 seconds > > > > Where I'm seeing 5060 is configured with tcp. > > > > 'nmap -p5060 xx.xx.xx.xx' will show you only tcp-ports, try 'nmap -sU > - -p5060 xx.xx.xx.xx insteadt .... > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2 > > iQIcBAEBAgAGBQJVOfc+AAoJENexF5oIz3BCEZwQAKW9+S50iDmqpgo1wHLQUQA5 > 62myd+Xnf4v9wD+jh4Z3vnT+OenZ5U+3BNBTwNurCrQ70yX73fc0acektEYXrgIu > /M6OgYkCf4ej3sySIvlFyozerYOqh5SxT0CsQHnPLKnyyz4OUlPbiFoiy+2GbNUF > xqXifWdjYhKN3MPGFkmtPzGmaJqAmlntE6+0z8h8XQ4uHzKQJ/u6AxweIDZduG78 > 84XQlIVBiRyve/zaXIZ0aw6IjBoT1saDYF0X8+CmbG4eFfxtZfKC/LKcFaooTTWw > FN5BrXYsIjCQzEU/QwoZxHUCXcbKwjoxqKEsb7p/3jRxTLNDaqVuJpql0CUVNBa/ > P5kAIHyk9Cfo+GRFkBQD3LcR8DJENLD3hgghyG13E+F4fNAoLs23eaqIjnIzfrDl > a1dU0WkS9QsCUWgSckY1Yusq7uEMlcz5myf5axJDkdbO49fXysSPZMlssS11Q0WN > +RbfWrFFY4t5mGt3FKHqAM6iuy+hOy6skkSnfhA8CLFVGWbgpwOTzXOCIzzmPwL6 > CvIwBv8QLEgunG6O/WIXh2iDd4r07oLR4LKePXis6N8x1LptatIKNhMwnWLwXFTN > rdyRY79Zbif3pmJZBas1Jp8YiF81PnJUO3dfnBHzXoY45cztqX29ypi/nLnZPl1i > Pl0tW8EV4Qh+XjGJMIeu > =vMtm > -----END PGP SIGNATURE----- > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20150424/d7e8e0cb/attachment.html>
James Cass
2015-Apr-27 13:31 UTC
[asterisk-users] I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).
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" <omakhileshchand at gmail.com> 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 below output > > > [root at 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 latency). > PORT STATE SERVICE > 5060/tcp filtered sip > > Nmap done: 1 IP address (1 host up) scanned in 0.23 seconds > > Where I'm seeing 5060 is configured with tcp. > > > Regards > Akhilesh > > > On Tue, Apr 21, 2015 at 5:10 PM, Thomas Stein <himbeere at meine-oma.de> > wrote: > >> -----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 at 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 latency). PORT STATE >> > SERVICE 5060/tcp filtered sip >> >> Maybe your softphone is trying UDP? >> >> cheers >> t. >> >> > Nmap done: 1 IP address (1 host up) scanned in 0.23 seconds >> > >> > On Tue, Apr 21, 2015 at 3:20 PM, Guenther Boelter >> > <gboelter at gmail.com> wrote: >> > >> > 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 blocking it. >> > >> > Have you tried 'nmap -p5060 <ip of your asterisk>' or something >> > similar? >> > >> > Regards Guenther >> > >> > >> > >> > >> >> On Mon, Apr 20, 2015 at 6:05 PM, Guenther Boelter >> >> <gboelter at gmail.com <mailto:gboelter at gmail.com>> wrote: >> > >> >> 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 line where I will get process to >> >>> register softphone in asterisk(Which is installed in EC2 >> >>> Cloud). >> > >> >> Don't make it to complicated ... >> > >> >> Connect to your Asterisk via ssh and run asterisk -rvvvvvv. >> > >> >> Then let your Phone try to register. Asterisk should show you >> >> what's getting wrong. >> > >> >> If you can't see anything while trying to register, shutdown >> >> your firewall and try it again ... >> > >> >> Regards Guenther >> > >> > >> > >> >> -- >> >> _____________________________________________________________________ >> > >> >> >> > >> > -- Bandwidth and Colocation Provided by http://www.api-digital.com >> > -- >> >> New to Asterisk? Join us for a live introductory webinar every >> >> Thurs: http://www.asterisk.org/hello >> > >> >> asterisk-users mailing list To UNSUBSCRIBE or update options >> >> visit: http://lists.digium.com/mailman/listinfo/asterisk-users >> > >> > >> > >> > >> > >> >> >> >> -- >> >> _____________________________________________________________________ >> >> >> >> >> - -- Bandwidth and Colocation Provided by http://www.api-digital.com -- >> >> New to Asterisk? Join us for a live introductory webinar every >> >> Thurs: http://www.asterisk.org/hello >> >> >> >> asterisk-users mailing list To UNSUBSCRIBE or update options >> >> visit: http://lists.digium.com/mailman/listinfo/asterisk-users >> >> >> > >> > >> > >> >> -----BEGIN PGP SIGNATURE----- >> Version: GnuPG/MacGPG2 v2.0.16 (Darwin) >> >> iQEcBAEBAgAGBQJVNjc5AAoJEDoNDMVwb47fa4oH/iG+Y7bJixA/WAJjpydrB5Jr >> 2lt2qUw9+0rGwn+DiXAQZy5EiA1x3ax4G6/kHJA49XCV7K00w2O69ShVNXwoXAdA >> yAJxwD6JCExF6BbuAk6xs37wqbMdnhuWjJY42n8GalhUIj/h/I5DQ06PlAaVDlgn >> aoEcM78JYh2LZg19E7daVcDRc+lfan5werseBSU88Jwo0RGf8zbMb1pM/tACrqkv >> dzt/CtXjVRK/vCQPjDqkTm20JRCYbp4z2RjL0RtF0Ub60cOdt5fRn0nBrZrn5S5X >> TvdTvx0vPqmu/KiaA4YybzpjPtfXzBW/gf3+1ZzW/UmkP7smjJewu7hmKKpOVTw>> =tvB/ >> -----END PGP SIGNATURE----- >> >> -- >> _____________________________________________________________________ >> -- Bandwidth and Colocation Provided by http://www.api-digital.com -- >> New to Asterisk? Join us for a live introductory webinar every Thurs: >> http://www.asterisk.org/hello >> >> asterisk-users mailing list >> To UNSUBSCRIBE or update options visit: >> http://lists.digium.com/mailman/listinfo/asterisk-users >> > > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20150427/8e0e025b/attachment.html>
akhilesh chand
2015-Apr-28 05:08 UTC
[asterisk-users] I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).
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 <jcass78 at gmail.com> wrote:> 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" <omakhileshchand at gmail.com> > 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 below output >> >> >> [root at 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 latency). >> PORT STATE SERVICE >> 5060/tcp filtered sip >> >> Nmap done: 1 IP address (1 host up) scanned in 0.23 seconds >> >> Where I'm seeing 5060 is configured with tcp. >> >> >> Regards >> Akhilesh >> >> >> On Tue, Apr 21, 2015 at 5:10 PM, Thomas Stein <himbeere at meine-oma.de> >> wrote: >> >>> -----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 at 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 latency). PORT STATE >>> > SERVICE 5060/tcp filtered sip >>> >>> Maybe your softphone is trying UDP? >>> >>> cheers >>> t. >>> >>> > Nmap done: 1 IP address (1 host up) scanned in 0.23 seconds >>> > >>> > On Tue, Apr 21, 2015 at 3:20 PM, Guenther Boelter >>> > <gboelter at gmail.com> wrote: >>> > >>> > 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 blocking it. >>> > >>> > Have you tried 'nmap -p5060 <ip of your asterisk>' or something >>> > similar? >>> > >>> > Regards Guenther >>> > >>> > >>> > >>> > >>> >> On Mon, Apr 20, 2015 at 6:05 PM, Guenther Boelter >>> >> <gboelter at gmail.com <mailto:gboelter at gmail.com>> wrote: >>> > >>> >> 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 line where I will get process to >>> >>> register softphone in asterisk(Which is installed in EC2 >>> >>> Cloud). >>> > >>> >> Don't make it to complicated ... >>> > >>> >> Connect to your Asterisk via ssh and run asterisk -rvvvvvv. >>> > >>> >> Then let your Phone try to register. Asterisk should show you >>> >> what's getting wrong. >>> > >>> >> If you can't see anything while trying to register, shutdown >>> >> your firewall and try it again ... >>> > >>> >> Regards Guenther >>> > >>> > >>> > >>> >> -- >>> >> _____________________________________________________________________ >>> > >>> >> >>> > >>> > -- Bandwidth and Colocation Provided by http://www.api-digital.com >>> > -- >>> >> New to Asterisk? Join us for a live introductory webinar every >>> >> Thurs: http://www.asterisk.org/hello >>> > >>> >> asterisk-users mailing list To UNSUBSCRIBE or update options >>> >> visit: http://lists.digium.com/mailman/listinfo/asterisk-users >>> > >>> > >>> > >>> > >>> > >>> >> >>> >> -- >>> >> _____________________________________________________________________ >>> >> >>> >> >>> - -- Bandwidth and Colocation Provided by http://www.api-digital.com -- >>> >> New to Asterisk? Join us for a live introductory webinar every >>> >> Thurs: http://www.asterisk.org/hello >>> >> >>> >> asterisk-users mailing list To UNSUBSCRIBE or update options >>> >> visit: http://lists.digium.com/mailman/listinfo/asterisk-users >>> >> >>> > >>> > >>> > >>> >>> -----BEGIN PGP SIGNATURE----- >>> Version: GnuPG/MacGPG2 v2.0.16 (Darwin) >>> >>> iQEcBAEBAgAGBQJVNjc5AAoJEDoNDMVwb47fa4oH/iG+Y7bJixA/WAJjpydrB5Jr >>> 2lt2qUw9+0rGwn+DiXAQZy5EiA1x3ax4G6/kHJA49XCV7K00w2O69ShVNXwoXAdA >>> yAJxwD6JCExF6BbuAk6xs37wqbMdnhuWjJY42n8GalhUIj/h/I5DQ06PlAaVDlgn >>> aoEcM78JYh2LZg19E7daVcDRc+lfan5werseBSU88Jwo0RGf8zbMb1pM/tACrqkv >>> dzt/CtXjVRK/vCQPjDqkTm20JRCYbp4z2RjL0RtF0Ub60cOdt5fRn0nBrZrn5S5X >>> TvdTvx0vPqmu/KiaA4YybzpjPtfXzBW/gf3+1ZzW/UmkP7smjJewu7hmKKpOVTw>>> =tvB/ >>> -----END PGP SIGNATURE----- >>> >>> -- >>> _____________________________________________________________________ >>> -- Bandwidth and Colocation Provided by http://www.api-digital.com -- >>> New to Asterisk? Join us for a live introductory webinar every Thurs: >>> http://www.asterisk.org/hello >>> >>> asterisk-users mailing list >>> To UNSUBSCRIBE or update options visit: >>> http://lists.digium.com/mailman/listinfo/asterisk-users >>> >> >> >> -- >> _____________________________________________________________________ >> -- Bandwidth and Colocation Provided by http://www.api-digital.com -- >> New to Asterisk? Join us for a live introductory webinar every Thurs: >> http://www.asterisk.org/hello >> >> asterisk-users mailing list >> To UNSUBSCRIBE or update options visit: >> http://lists.digium.com/mailman/listinfo/asterisk-users >> > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20150428/27b0d77b/attachment.html>
Apparently Analagous Threads
- I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).
- I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).
- I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).
- I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).
- I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).