akhilesh chand
2015-Apr-20 07:58 UTC
[asterisk-users] I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).
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/0 0.0.0.0/0 state RELATED,ESTABLISHED ACCEPT icmp -- 0.0.0.0/0 0.0.0.0/0 ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:22 REJECT all -- 0.0.0.0/0 0.0.0.0/0 reject-with icmp-host-prohibited ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp spt:5060 ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp spt:5083 ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp spt:10000 Chain FORWARD (policy ACCEPT) target prot opt source destination REJECT all -- 0.0.0.0/0 0.0.0.0/0 reject-with icmp-host-prohibited Chain OUTPUT (policy ACCEPT) target prot opt source destination On Mon, Apr 20, 2015 at 1:16 PM, Thomas Stein <himbeere at meine-oma.de> wrote:> 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 verbose level? > > # core set verbose 6 > # sip set debug on > > Looking for blocking Firewall Rules is also a valid point. > > cheers > t. > > > -- > _____________________________________________________________________ > -- 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/20150420/d6f40e92/attachment.html>
Thomas Stein
2015-Apr-20 08:02 UTC
[asterisk-users] I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).
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 your settings. IP / Port / Protokoll and so on. best regards t.> Chain INPUT (policy ACCEPT) > target prot opt source destination > ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 state > RELATED,ESTABLISHED > ACCEPT icmp -- 0.0.0.0/0 0.0.0.0/0 > ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 > ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 state NEW tcp > dpt:22 > REJECT all -- 0.0.0.0/0 0.0.0.0/0 reject-with > icmp-host-prohibited > ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp spt:5060 > ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp spt:5083 > ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp spt:10000 > > Chain FORWARD (policy ACCEPT) > target prot opt source destination > REJECT all -- 0.0.0.0/0 0.0.0.0/0 reject-with > icmp-host-prohibited > > Chain OUTPUT (policy ACCEPT) > target prot opt source destination > > > On Mon, Apr 20, 2015 at 1:16 PM, Thomas Stein <himbeere at meine-oma.de> wrote: > >> 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 verbose level? >> >> # core set verbose 6 >> # sip set debug on >> >> Looking for blocking Firewall Rules is also a valid point. >> >> cheers >> t. >> >> >> -- >> _____________________________________________________________________ >> -- 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 >> > > >
Greg Woods
2015-Apr-20 12:27 UTC
[asterisk-users] I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).
On Mon, Apr 20, 2015 at 1:58 AM, akhilesh chand <omakhileshchand at gmail.com> wrote:> Chain INPUT (policy ACCEPT) > target prot opt source destination > ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 state > RELATED,ESTABLISHED > ACCEPT icmp -- 0.0.0.0/0 0.0.0.0/0 > ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 > ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 state NEW > tcp dpt:22 > REJECT all -- 0.0.0.0/0 0.0.0.0/0 reject-with > icmp-host-prohibited > ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp spt:5060 > ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp spt:5083 > ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp > spt:10000 >It looks like youre REJECT rule is getting hit before the accept rules for asterisk. Try moving the REJECT rule to last in the list. I think your firewall is blocking asterisk. --Greg -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20150420/763e8ca5/attachment.html>
akhilesh chand
2015-Apr-21 09:00 UTC
[asterisk-users] I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).
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 <greg at gregandeva.net> wrote:> > On Mon, Apr 20, 2015 at 1:58 AM, akhilesh chand <omakhileshchand at gmail.com > > wrote: > >> Chain INPUT (policy ACCEPT) >> target prot opt source destination >> ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 state >> RELATED,ESTABLISHED >> ACCEPT icmp -- 0.0.0.0/0 0.0.0.0/0 >> ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 >> ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 state NEW >> tcp dpt:22 >> REJECT all -- 0.0.0.0/0 0.0.0.0/0 >> reject-with icmp-host-prohibited >> ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp >> spt:5060 >> ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp >> spt:5083 >> ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp >> spt:10000 >> > > It looks like youre REJECT rule is getting hit before the accept rules for > asterisk. Try moving the REJECT rule to last in the list. I think your > firewall is blocking asterisk. > > --Greg > > > -- > _____________________________________________________________________ > -- 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/20150421/4b2a2ffb/attachment.html>
Seemingly Similar 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).