LinuxMCE Forums
June 20, 2013, 01:24:17 pm GMT-1 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com
 
  Home Help Search Chat Login Register  
  Show Posts
Pages: 1 ... 8 9 [10] 11 12 ... 18
136  LinuxMCE / Users / Re: Media director stuck in screensaver (8.10) on: August 05, 2012, 03:10:54 pm
hi guys,

i have the same issue on 1004

if i do a quick reload  the orbiter os show  again , but after screen saver activate keystrokes or mouse clicks can't show orbiter .

images still changing
137  LinuxMCE / Users / Re: Prefix, dialplan in 1004 on: August 04, 2012, 01:28:50 pm
LinuxMCE after restart you can confirm that on sccpdevice continues 'on'
138  LinuxMCE / Users / Re: Prefix, dialplan in 1004 on: August 03, 2012, 08:24:51 pm
humm


try to enable  nat   for cisco phones   on table sccpdevice
 
139  LinuxMCE / Wiki / Re: Added hardware page for Obi110 ATA on: August 03, 2012, 06:27:34 pm
HI Jasep

i have a ht503 another ata  and i configured the same way  that a  Linksys/Sipura SPA3102  and work for me .
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.org
CSeq: 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

146  LinuxMCE / Users / Re: Prefix, dialplan in 1004 on: August 01, 2012, 06:42:29 pm
cal you   post  a result  of  this query   on database   asterisk


select * from extensions where context='outbound-allroutes'
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


148  LinuxMCE / Users / Re: Prefix, dialplan in 1004 on: August 01, 2012, 11:28:29 am
Hi Brononius
can you post  asterisk log  ?    /var/log/asterisk/full




149  LinuxMCE / Installation issues / Re: 10.04 / asterisk / creating phones on: July 28, 2012, 01:57:09 pm
ticket  created  http://svn.linuxmce.org/trac.cgi/ticket/1524


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

Pages: 1 ... 8 9 [10] 11 12 ... 18
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!