savoy6

Member

Last active 12 years ago

  1. 13 years ago
    Thu Feb 24 18:59:01 2011
    savoy6 posted in Action Buttons.

    Thank you Nicolas... You are correct!

    It is working from the extension but it does not show the active call for some reason... so I cannot see when someone is on the phone... What is your advice?

  2. Thu Feb 24 07:29:46 2011
    savoy6 started the conversation Action Buttons.

    Hello,

    The action buttons across the top do not do anything. I tried debugging and everything else I could find on the forum. What are the different things that can cause a button to not work (whisper, dial, transfer, etc.) The only one that seems to work is the hangup button.

    Running trixbox CE with Asterisk 1.4.22-4

  3. 14 years ago
    Fri May 21 16:55:18 2010
    savoy6 posted in Permission Denied....

    Ok... deleted that _additional and it worked immediately. Thanks again Nicolas!

  4. Fri May 21 16:17:20 2010
    savoy6 posted in Permission Denied....

    Ok. I found another admin user in _additional and the permissions did not say "originate". Should I delete the user in _additional or just add the correct permission? Thank You...

  5. Fri May 21 13:15:36 2010
    savoy6 posted in Permission Denied....

    I'm using the fop2 admin module to add users. Here is fop2 section regarding users. Do I need to add something here?

    ;user=620:1234:all:queues
    ;user=621:1234:dial,transfer,pickup:deptA
    ;user=622:1234:all
    ;user=623:1234:meetme,pickup
    ;buttonfile=buttons.cfg
    ; ------ END SAMPLE ------

    ; This line is NOT commented, it executes
    ; the autoconfig configuration for FreePBX
    #exec autoconfig-users-freepbx.sh

    This is on the top:

    AMI definitions
    manager_host=localhost
    manager_port=5038
    manager_user=admin
    manager_secret=amp111

  6. Thu May 20 21:39:41 2010
    savoy6 started the conversation Permission Denied....

    We are not able to use the listen function. In fact, only the dial button actually works.

    Here is my manager.conf:
    ;
    ; Asterisk Call Management support
    ;
    [general]
    enabled = yes
    port = 5038
    bindaddr = 127.0.0.1

    [admin]
    secret = amp111
    deny=0.0.0.0/0.0.0.0
    permit=127.0.0.1/255.255.255.0
    read = all,system,call,log,verbose,command,agent,user,originate
    write = all,system,call,log,verbose,command,agent,user,originate

    #include manager_additional.conf
    #include manager_custom.conf

    I run fop2 in debug mode and get "permission denied" when I try the buttons. The only one that works is the dial button. What else needs to be added here to make this work?

    127.0.0.1 -> Action: Originate
    127.0.0.1 -> Channel: SIP/742
    127.0.0.1 -> Application: ChanSpy
    127.0.0.1 -> Data: SIP/737
    127.0.0.1 -> Async: True

    127.0.0.1 <- Response: Error
    127.0.0.1 <- Message: Permission denied
    127.0.0.1 <- Server: 0
    Thank You!!

  7. Tue Apr 13 20:36:35 2010
    savoy6 posted in Can't listen to port 4445....

    Alright. It's working but I'm not sure what fixed at. We just checked it and everything was alright. Thanks for your help Nicolas!

  8. Tue Apr 13 16:34:07 2010
    savoy6 posted in Can't listen to port 4445....

    here is my manager.conf. This should be sufficient then, right?
    ;
    ; Asterisk Call Management support
    ;
    [general]
    enabled = yes
    port = 5038
    bindaddr = 127.0.0.1

    [admin]
    secret = amp111
    deny=0.0.0.0/0.0.0.0
    permit=127.0.0.1/255.255.255.0
    read = all,system,call,log,verbose,command,agent,user,originate
    write = all,system,call,log,verbose,command,agent,user,originate

    #include manager_additional.conf
    #include manager_custom.conf

    I'm still getting " Can't listen to port 4445" still after running "./fop2_server" from "cd /usr/local/fop2"... Must be because it's already running...then I tried ./fop2_server restart" after buying and registering a license and get the same thing. How do I properly restart the service because I'm still only showing 15 buttons?

  9. Mon Apr 12 20:51:33 2010
    savoy6 posted in Can't listen to port 4445....

    O.K.

    netstat -lnp | grep 4445
    tcp 0 0 0.0.0.0:4445 0.0.0.0:* LISTEN 2716/fop2_server

    Only fop2_server is showing. I was able to login to fop2 locally but still show no activity on my active extensions. I have flash player 10.* installed. This is the same problem I had with FOP1 but all the extensions flashed red intermittently.

    What might be the problem? Thank you Nicolas.

  10. Mon Apr 12 19:52:14 2010
    savoy6 started the conversation Can't listen to port 4445....

    I am installing FOP2. I followed the instructions best I could. Here is the issue:

    I run: ./fop2_server and get "Can't listen to port 4445"

    1. I have created a manager in Asterisk API with the correct credentials.
    2. I have disabled FOP1
    3. I have done a "netstat -an | grep 4445" and the output is: tcp 0 0 0.0.0.0:4445 0.0.0.0:* LISTEN 2716/fop2_server
    1. I do a "/usr/local/fop2/fop2_server --test" and get "Connection to Manager O.K.!"
    2. I've restarted

    I have Trixbox 2.8, Asterisk 1.6, FreePBX 2.5.2.

    I was having trouble with FOP1. I was getting the flashing red buttons but no connection. The only thing I can think of is there is a file in usr/src that still has old credentials in it? I really haven't a clue and am completely baffled on how to get this going with my set-up. Anyone have and advice on this matter?