Show Posts
|
|
Pages: 1 ... 8 9 [10] 11 12 ... 18
|
|
140
|
LinuxMCE / Users / Re: Prefix, dialplan in 1004
|
on: August 03, 2012, 06:19:54 pm
|
|
more elegant config you can add remember to change xxx.xxxx to your internal network
insert into ast_config (cat_metric,var_metric,commented,filename,category,var_name,var_val) values(0,0,0,'sip_nat.conf','general','nat','yes') insert into ast_config (cat_metric,var_metric,commented,filename,category,var_name,var_val) values(0,1,0,'sip_nat.conf','general','externhost','host.dyndns.org') insert into ast_config (cat_metric,var_metric,commented,filename,category,var_name,var_val) values(0,2,0,'sip_nat.conf','general','externrefresh','60') insert into ast_config (cat_metric,var_metric,commented,filename,category,var_name,var_val) values(0,3,0,'sip_nat.conf','general','localnet','xxx.xxx.xxx.xxx/xxx.xxx.xxx.xxx')
|
|
|
|
|
141
|
LinuxMCE / Users / Re: Prefix, dialplan in 1004
|
on: August 03, 2012, 06:09:32 pm
|
|
can you add on
insert into ast_config (cat_metric,var_metric,commented,filename,category,var_name,var_val) values(0,19,0,'sip.conf','general','nat','yes') and do test again after insert only need to asterisk -r reload
|
|
|
|
|
142
|
LinuxMCE / Users / Re: Prefix, dialplan in 1004
|
on: August 03, 2012, 01:21:14 pm
|
|
on sip conf have a confi for external ip address you can add this
run this on mysql asterisk database replace xxx.xxx.xxx.xxx with your external valid ip address
insert into ast_config (cat_metric,var_metric,commented,filename,category,var_name,var_val) values(0,18,0,'sip.conf','general','externip','xxx.xxx.xxx.xxx')
|
|
|
|
|
143
|
LinuxMCE / Users / Re: Prefix, dialplan in 1004
|
on: August 03, 2012, 12:13:57 pm
|
well if incomming is ok you have problem to autorize your call , == Using SIP RTP CoS mark 5 -- Called SIP/003212121212/1234567890 -- SIP/003212121212-00000007 is making progress passing it to SIP/201-00000006 -- Got SIP response 503 "Service Unavailable" back from 91.208.12.133:5060 -- SIP/003212121212-00000007 is circuit-busy and on debug i can see <--- SIP read from UDP:91.208.12.133:5060 ---> SIP/2.0 401 Unauthorized Via: SIP/2.0/UDP 192.168.0.184:5060;branch=z9hG4bK226a2160;received=178.117.103.101;rport=5060 From: "pl_172" <sip:329923232323@ssw3.brussels.weepee.org>;tag=as038cadc7 To: <sip:1234567890@ssw3.brussels.weepee.org:5060>;tag=as0c5744cc Call-ID: 3be558c25424cc7d0e296fd27683ddfe@ssw3.brussels.weepee.orgCSeq: 102 INVITE Server: weepee can you test from softphone on a windows pc direct to a isp if you can place call ? i think that is is reject address 192.168.0.184
|
|
|
|
|
144
|
LinuxMCE / Users / Re: Prefix, dialplan in 1004
|
on: August 03, 2012, 11:46:08 am
|
|
on your log i can see
Got SIP response 503 "Service Unavailable" back from 91.208.12.133:5060
maybe a codec problem between linuxmce and your ISP or NAT between linuxmce and ISP
|
|
|
|
|
145
|
LinuxMCE / Users / Re: Prefix, dialplan in 1004
|
on: August 01, 2012, 08:28:11 pm
|
|
i think that exten 100 and 101 is that problem on my
show 112 and 911
this numbers is for emergency numbers
and 100 is goto voicemail and 101 goto lmcd-phonebook
try to change to 112 and 911
|
|
|
|
|
147
|
LinuxMCE / Users / Re: Prefix, dialplan in 1004
|
on: August 01, 2012, 12:08:52 pm
|
|
on asterisk console
asterisk -r enable the core verbose and sip debug to show more details
core set verbose 9 sip set debug on
|
|
|
|
|
150
|
LinuxMCE / Users / Re: Respond to events (howto?)
|
on: July 27, 2012, 03:35:43 pm
|
|
work now .
i complete remove all event's that i created, reboot server and recreate now is working .
i have camera show on orbiters when sensor is triggered.
thank's
|
|
|
|
|