ruslan

Member

Last active 12 years ago

  1. 12 years ago
    Fri Oct 19 15:15:37 2012
    ruslan posted in Group for trunks.

    thanks

  2. Thu Oct 18 14:09:14 2012
    ruslan started the conversation Group for trunks.

    Hi
    Can I make several groups to trunks, and if so, how?

  3. Mon Sep 24 06:19:04 2012
    ruslan posted in DND status update.

    :oops:
    thanks

  4. Tue Sep 18 15:06:48 2012
    ruslan posted in DND status update.

    Hello,
    Another problem, I need to change in stutus through AMI.

    asterisk -rx "database put fop2state SIP/00049 Break"
    CLI> database show
    /fop2state/SIP/00049                              : Break 

    When running UserEvent over AMI

    Action: UserEvent
    UserEvent: FOP2ASTDB
    Family: fop2state
    Channel: SIP/0049
    Value: Break
    [root@aster ~]# ./ami 
    spawn telnet 127.0.0.1 5038
    Trying 127.0.0.1...
    Action: Login
    Username: admin
    Secret: amp111
    Events: off
    
    Action: UserEvent
    UserEvent: FOP2ASTDB
    Family: fop2state
    Channel: 00049
    Value: Break
    
    Connected to 127.0.0.1.
    Escape character is '^]'.
    Asterisk Call Manager/1.1
    Response: Success
    Message: Authentication accepted
    
    Response: Success
    Message: Event Sent

    But in the FOP2 user status does not change

  5. Fri Aug 31 10:31:56 2012
    ruslan posted in DND status update.

    Thanks, its work :D

  6. Wed Aug 29 11:18:35 2012
    ruslan started the conversation DND status update.

    Hi,
    If I change the status of a FOP2 on the "Do not Disturb",

    CLI> database show
    /fop2state/SIP/10194                              : Do not Disturb

    If I change the status from asterisk

    exten => 777,1,Answer()
    exten => 777,n,Wait(1)
    exten => 777,n,Set(CHAN=${CUT(CHANNEL,-,1)})
    exten => 777,n,Set(DB(fop2state/${CHAN})=Break)
    CLI> database show
    /fop2state/SIP/10194                              : Break

    but the button in the FOP2 status remains "Do not Disturb", until I restart fop2 service.
    How do I update a user's status?

    asterisk 1.8
    centos 6.2
    fop2 2.26

  7. Fri Jul 20 11:06:21 2012

    fop2.cfg

      user=10191:123:all
      user=10194:123:dial,transfer,spy,hangup,pickup,record,meetme,queuemanager,queueagent,hangupself,recordself,preference,all

    /etc/asterisk/manager.conf
      read = system,call,command,agent,user,originate,dialplan,all
      write = system,call,command,agent,user,originate,dialplan,all

  8. Thu Jul 19 16:57:40 2012
    ruslan started the conversation Some button of action bar is not active.

    Hi
    Transfer to mailbox, transfer to mobile, listen, listen and whisper, record call buttons is not active.
    What did I do wrong?

    Centos 6.0, Asterisk 1.8.7, FOP2 2.26.