Author Topic: Question about Asterisk tickets  (Read 26654 times)

cfernandes

  • Guru
  • ****
  • Posts: 359
    • View Profile
    • my company web site
Re: Question about Asterisk tickets
« Reply #30 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

darkwizard864

  • Veteran
  • ***
  • Posts: 131
    • View Profile
Re: Question about Asterisk tickets
« Reply #31 on: December 21, 2012, 04:53:49 pm »
okay fixed outgoing now caller id dont work and tried ur db_phone_config.

here log

pastebin.com/KsgRpFu1

pastebin.com/x4zjR8bj
« Last Edit: December 21, 2012, 05:00:44 pm by darkwizard864 »

cfernandes

  • Guru
  • ****
  • Posts: 359
    • View Profile
    • my company web site
Re: Question about Asterisk tickets
« Reply #32 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


darkwizard864

  • Veteran
  • ***
  • Posts: 131
    • View Profile
Re: Question about Asterisk tickets
« Reply #33 on: December 21, 2012, 05:51:28 pm »
now incoming not working

cfernandes

  • Guru
  • ****
  • Posts: 359
    • View Profile
    • my company web site
Re: Question about Asterisk tickets
« Reply #34 on: December 21, 2012, 05:56:53 pm »
please post your logs .


darkwizard864

  • Veteran
  • ***
  • Posts: 131
    • View Profile
Re: Question about Asterisk tickets
« Reply #35 on: December 21, 2012, 06:03:56 pm »
log here
pastebin.com/R6GmYTQq

cfernandes

  • Guru
  • ****
  • Posts: 359
    • View Profile
    • my company web site
Re: Question about Asterisk tickets
« Reply #36 on: December 21, 2012, 06:35:08 pm »
is a auth error  to your provider . um can save  your line info again

darkwizard864

  • Veteran
  • ***
  • Posts: 131
    • View Profile
Re: Question about Asterisk tickets
« Reply #37 on: December 21, 2012, 06:39:00 pm »
did that
fix incoming calls but still no caller id .

here log
pastebin.com/3QV6uVP6
« Last Edit: December 21, 2012, 08:49:18 pm by darkwizard864 »

cfernandes

  • Guru
  • ****
  • Posts: 359
    • View Profile
    • my company web site
Re: Question about Asterisk tickets
« Reply #38 on: December 21, 2012, 10:45:54 pm »
i have make some adjusts
try with this new script
« Last Edit: December 22, 2012, 01:02:58 am by cfernandes »

darkwizard864

  • Veteran
  • ***
  • Posts: 131
    • View Profile
Re: Question about Asterisk tickets
« Reply #39 on: December 22, 2012, 03:15:46 am »
dcerouter_1029653:/usr/pluto/bin# ./db_phone_config.sh
-bash: ./db_phone_config.sh: /bin/bash^M: bad interpreter: No such file or directory
dcerouter_1029653:/usr/pluto/bin#

l3mce

  • NEEDS to work for LinuxMCE
  • ***
  • Posts: 1084
    • View Profile
Re: Question about Asterisk tickets
« Reply #40 on: December 22, 2012, 06:47:30 am »
I think that script was edited with microsomething.

Attached one without invisible formatting, and also found a problem in what was line 416
        ('$context','$phonenumber','16','Goto','custom-linuxmce,$line,1');"
It should not close like that, it is half way through a list. I changed it to
        ('$context','$phonenumber','16','Goto','custom-linuxmce,$line,1'), \
« Last Edit: December 22, 2012, 01:03:00 pm by l3mce »
I never quit... I just ping out.

cfernandes

  • Guru
  • ****
  • Posts: 359
    • View Profile
    • my company web site
Re: Question about Asterisk tickets
« Reply #41 on: December 22, 2012, 11:29:23 am »
Ops ..


sorry for That . 
i used my Phone to upload  and upload wrong file
 
cfernandes

l3mce

  • NEEDS to work for LinuxMCE
  • ***
  • Posts: 1084
    • View Profile
Re: Question about Asterisk tickets
« Reply #42 on: December 22, 2012, 01:00:53 pm »
Pff... never apologize for helping fix/troubleshoot asterisk... I don't understand the first thing about it... I was just looking at format.



On that subject... still think you need an \ at the end of 416
;)
I never quit... I just ping out.

darkwizard864

  • Veteran
  • ***
  • Posts: 131
    • View Profile
Re: Question about Asterisk tickets
« Reply #43 on: December 22, 2012, 04:39:12 pm »
callerid still no go and now voice not working

here is my log
pastebin.com/cN1ACAMF

and

pastebin.com/2SHiptUJ
« Last Edit: December 22, 2012, 04:53:42 pm by darkwizard864 »

cfernandes

  • Guru
  • ****
  • Posts: 359
    • View Profile
    • my company web site
Re: Question about Asterisk tickets
« Reply #44 on: December 22, 2012, 08:36:21 pm »
OK ,

o found my error. and now i need to recover my server , that i exploded trying  to fix a ATI

cfernandes