LinuxMCE Forums
May 19, 2013, 04:56:48 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 ... 4 5 [6] 7 8 ... 18
76  LinuxMCE / Users / Re: Question about Asterisk tickets on: December 21, 2012, 06:35:08 pm
is a auth error  to your provider . um can save  your line info again
77  LinuxMCE / Users / Re: Question about Asterisk tickets on: December 21, 2012, 05:56:53 pm
please post your logs .

78  LinuxMCE / Users / Re: Question about Asterisk tickets on: December 21, 2012, 05:35:13 pm
ok .
on log i can see  a strange  situation

script is testing lenght  off PAI  and PAF
on your case PAI=0
and PAF is > 9  but  asterisk going to line 9  that use PAI  as a caller id .

i change script . chan you teste again

79  LinuxMCE / Users / Re: Question about Asterisk tickets on: December 21, 2012, 04:41:06 pm
this is  my line_house mode  not start with 0

ID;EK_HouseMode;Routing
1;1;ring,69,94,137
1;2;prompt
1;3;ring,69,94,137
1;4;prompt
1;5;ring,69,94,137
1;6;prompt
2;1;ring,69,22,85
2;2;prompt
2;3;ring,69,22,85
2;4;prompt
2;5;ring,22,85
2;6;prompt
3;1;ring,22,69,70,71,85,94,103,123,137
3;2;prompt
3;3;ring,22,69,70,71,85,94,103,123,137
3;4;prompt
3;5;ring,22,69,70,71,85,94,103,123,137
3;6;prompt
4;1;ring,22,69,70,71,94,103,137,151
4;2;prompt
4;3;ring,22,69,70,71,94,103,137,151
4;4;prompt
4;5;ring,22,69,70,71,94,103,137,151
4;6;prompt
80  LinuxMCE / Users / Re: Question about Asterisk tickets on: December 21, 2012, 04:29:13 pm
i think that problem is this records

        1 ring,107,90,325
      0 2 ring,107,90,325
      0 3 ring,107,90,325
      0 4 voicemail,1
      0 5 prompt
      0 6 prompt

from all my instalations   id start with 1 and not 0
81  LinuxMCE / Users / Re: Question about Asterisk tickets on: December 21, 2012, 10:36:35 am
ok , 

your dialplan you can run   db_create_dialpaln.sh  to recreate the dialplan

and test   if not work 

post result off  query

use pluto_telecom;
 select ID,EK_HouseMode,Routing from Line_HouseMode order by ID,EK_HouseMode;




82  LinuxMCE / Users / Re: Question about Asterisk tickets on: December 20, 2012, 11:18:46 pm
thank you

one more think you can check on database asterisk  if you have record like this

               from-lmce-custom | 101                 |        1 | AGI       | lmce-phonebook-lookup.agi


use this query to check

select * from extensions where context like '%from-lmce-custom%' limit 15;





83  LinuxMCE / Users / Re: Question about Asterisk tickets on: December 20, 2012, 03:50:03 pm
how your  lines is configured ?

and please post your log files

 how to collect the needed logs: launch asterisk -r from your core
type: core set debug 0
type: core set verbose 999999
type: sip set debug on
84  LinuxMCE / Users / Re: Question about Asterisk tickets on: December 20, 2012, 10:11:21 am
you have configured   Phone Lines | Incoming Call Settings  to ring extensions ?
85  LinuxMCE / Users / Re: Question about Asterisk tickets on: December 19, 2012, 05:53:37 pm
you can post  logs again
86  LinuxMCE / Users / Re: CDR not showing incoming numbers. on: December 17, 2012, 12:12:54 pm
on this thread  http://forum.linuxmce.org/index.php/topic,13021.msg94231.html#msg94231


i posted my db_phone_config.sh    updated.
87  LinuxMCE / Users / Re: CDR not showing incoming numbers. on: December 17, 2012, 12:09:50 pm
hi  folks ,

based  on   this tread   

https://issues.asterisk.org/jira/browse/ASTERISK-11243

i change my db Phone config to insert

exten => _.,n,Set(CALLERID(ani)=) 

and now  my cdr table show correct information
88  LinuxMCE / Users / Re: Question about Asterisk tickets on: December 16, 2012, 09:53:56 pm
ok

make a backup of file  /usr/pluto/bin/db_phone_config.sh  

and use the new one i have attached .
change permission to 777   and run  the script .

that try to  call  and verify that linuxmce  show correct CID
89  LinuxMCE / Users / Re: Question about Asterisk tickets on: December 16, 2012, 08:26:48 pm
ok now i can see .


the number 015253968856

is you CID ?

90  LinuxMCE / Users / Re: Question about Asterisk tickets on: December 16, 2012, 05:30:32 pm
from your  log i can see any sip info  about call .

please  try to enable  sip debug

asterisk -r 

sip set debug on
core set verbose 999999
 and post log again
Pages: 1 ... 4 5 [6] 7 8 ... 18
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!