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

Main Menu

Question about Asterisk tickets

Started by maverick0815, December 07, 2012, 07:13:55 PM

Previous topic - Next topic

cfernandes

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

#31
okay fixed outgoing now caller id dont work and tried ur db_phone_config.

here log

pastebin.com/KsgRpFu1

pastebin.com/x4zjR8bj

cfernandes

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


cfernandes


darkwizard864


cfernandes

is a auth error  to your provider . um can save  your line info again

darkwizard864

#37
did that
fix incoming calls but still no caller id .

here log
pastebin.com/3QV6uVP6

cfernandes

#38
i have make some adjusts
try with this new script

darkwizard864

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

#40
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'), \
I never quit... I just ping out.

cfernandes

Ops ..


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

cfernandes

l3mce

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

#43
callerid still no go and now voice not working

here is my log
pastebin.com/cN1ACAMF

and

pastebin.com/2SHiptUJ

cfernandes

OK ,

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

cfernandes