I can't see OOH323 trunk on panel

  1. 13 years ago

    Hi!
    The OOH323 custom trunk is not appeared on FOP2
    autoconfig-buttons-freepbx.sh output is:

    [OOH323/TRUNKNAME/$OUTNUM$]
    type=trunk
    label=OOH323-trunk
    queuecontext=from-queue
    privacy=none
    channel=1-4

    but I can't see the appopriate trunk button

  2. admin

    9 Jun 2011 Administrator

    I do not think that the custom definition is ok, not sure how ooh323 channel is named after the call is set, but I think that /$OUTNUM should be stripped. You wlll have to make a manual definition for it, or add a channel string in fop2 buttons you can try with something like:

    [OOH323/TRUNKNAME]
    type=trunk
    label=OOH323-trunk
    queuecontext=from-queue
    privacy=none

    or just add OOH323/TRUNKNAME in the channel field in fop2 buttons. To know what channel name to use, do a "core show channels" in the asterisk cli when you make a call, and remove the -SESSIONID suffix from the names you see there.

  3. I do not think that the custom definition is ok, not sure how ooh323 channel is named after the call is set, but I think that /$OUTNUM should be stripped...

    $OUTNUM$ is a freepbx variable, calling number on outbound call.
    channel looks like OOH323/TRUNKNAME on CLI

  4. config now is [code][OOH323/UM/$OUTNUM$]
    type=trunk
    label=UM
    queuecontext=from-queue
    privacy=none
    channel=OOH323/UM
    [/code]
    but no trunk button
    Can I stripe $OUTNUM$ by autoconfig-buttons-freepbx.sh?
    Added
    I try to create fake trunk with OOH323/UM dial string. autoconfig-buttons-freepbx.sh detect it and make [code][OOH323/UM]
    type=trunk
    label=OOH323/UM
    queuecontext=from-queue
    privacy=none
    [/code]
    Now I can view the trunk button, but with no calls on it

  5. admin

    9 Jun 2011 Administrator

    Please do the "core show channels" when you have calls up, so we can now what device/channel name to use.

  6. Please do the "core show channels" when you have calls up, so we can now what device/channel name to use.

    core show channels
    Channel              Location             State   Application(Data)             
    SIP/6030-000000e5    s@macro-dialout-trun Ring    Dial(OOH323/UM/300,300,t)     
    OOH323/UM-10         300@from-pstn:1      Ringing AppDial((Outgoing Line))      
  7. admin

    10 Jun 2011 Administrator

    Please do the "core show channels" when you have calls up, so we can now what device/channel name to use.

    [code]core show channels
    Channel Location State Application(Data)
    SIP/6030-000000e5 s@macro-dialout-trun Ring Dial(OOH323/UM/300,300,t)
    OOH323/UM-10 300@from-pstn:1 Ringing AppDial((Outgoing Line))
    [/code]

    Then your button definition OOH323/UM must work. However, trunk lines will only be shown if the channel is bridged, in the capture above, the ooh323 channel is on state ringing. If that does not change to up at some point, it will not be displayed in fop2. Is the state changing to up later on?

  8. Then your button definition OOH323/UM must work. However, trunk lines will only be shown if the channel is bridged, in the capture above, the ooh323 channel is on state ringing. If that does not change to up at some point, it will not be displayed in fop2. Is the state changing to up later on?

    Channel              Location             State   Application(Data)             
    OOH323/UM-80         (None)               Up      AppDial((Outgoing Line))      
    DAHDI/i1/100-204     s@macro-dialout-trun Up      Dial(OOH323/UM/301,300,t)     

    No activity on button while talking too.
    I see that call on DAHDI trunk button, but not on OOH323.
    And I don't like my trick with the fake trunk, I think there is a more attractive solution for a get trunk name from custom dial string
    ADDED It's works!!! I ran fop2 in debug mode and then revert to normal.

  9. admin

    14 Jun 2011 Administrator

    Hi Eugene,

    So, is it working now? confused... :roll:

  10. Hi Eugene,

    So, is it working now? confused... :roll:

    Yes, it is working, but with the fake trunk definition in freepbx.

  11. admin

    15 Jun 2011 Administrator

    Hi Eugene,

    So, is it working now? confused... :roll:

    Yes, it is working, but with the fake trunk definition in freepbx.

    What fake trunk definition? Can you clarify?

  12. What fake trunk definition? Can you clarify?

    The real custom trunk with OOH323/UM/$OUTNUM$ dial string don't displays on FOP2 and don't properly detected by autoconfig-buttons-freepbx.sh.
    Then I created another custom trunk with OOH323/UM dial string but with no inbound and outbound routes attached to it.
    Now I have button from that "fake" trunk and calls from real trunk on it

  13. admin

    16 Jun 2011 Administrator

    What fake trunk definition? Can you clarify?

    The real custom trunk with OOH323/UM/$OUTNUM$ dial string don't displays on FOP2 and don't properly detected by autoconfig-buttons-freepbx.sh.
    Then I created another custom trunk with OOH323/UM dial string but with no inbound and outbound routes attached to it.
    Now I have button from that "fake" trunk and calls from real trunk on it

    In fop2 admin you can add the OOH323/UM string onto the channel field for the normal custom trunk, and it should work fine, without adding an additional fake trunk in freepbx. Did you try that ?

  14. In fop2 admin you can add the OOH323/UM string onto the channel field for the normal custom trunk, and it should work fine, without adding an additional fake trunk in freepbx. Did you try that ?

    Yes, but trunk button don't displays on panel at all with or without channel field.

  15. admin

    17 Jun 2011 Administrator

    In fop2 admin you can add the OOH323/UM string onto the channel field for the normal custom trunk, and it should work fine, without adding an additional fake trunk in freepbx. Did you try that ?

    Yes, but trunk button don't displays on panel at all with or without channel field.

    You mean you do not see activity? Or the button does not display? What is the output for the trunk when running autoconfig-buttons-freepbx.sh script when you add the channel field as ooh323/um in the fop2 buttons admin page?

  16. You mean you do not see activity? Or the button does not display? What is the output for the trunk when running autoconfig-buttons-freepbx.sh script when you add the channel field as ooh323/um in the fop2 buttons admin page?

    Real trunk button (OOH323/UM/$OUTNUM$) don't displayed on panel

    [OOH323/UM/$OUTNUM$]
    type=trunk
    label=UM
    queuecontext=from-queue
    privacy=none
    channel=OOH323/UM
  17. admin

    20 Jun 2011 Administrator

    You mean you do not see activity? Or the button does not display? What is the output for the trunk when running autoconfig-buttons-freepbx.sh script when you add the channel field as ooh323/um in the fop2 buttons admin page?

    Real trunk button (OOH323/UM/$OUTNUM$) don't displayed on panel
    [code][OOH323/UM/$OUTNUM$]
    type=trunk
    label=UM
    queuecontext=from-queue
    privacy=none
    channel=OOH323/UM
    [/code]

    What do you mean by "don't displayed on panel"?

    The button IS NOT in the pannel

    or

    The button IS on the panel but it does not reflect trunk activity?

  18. What do you mean by "don't displayed on panel"?

    The button IS NOT in the pannel

    or

    The button IS on the panel but it does not reflect trunk activity?

    The button IS NOT in the pannel

  19. admin

    23 Jun 2011 Administrator

    Are you using the free version with 15 button limit? or did you create a group limiting the button display? If the button config is generated, you must see the button, unless your view is limited by any of the reasons I mention...

  20. Are you using the free version with 15 button limit? or did you create a group limiting the button display? If the button config is generated, you must see the button, unless your view is limited by any of the reasons I mention...

    I am using full version, trunk button included in a group, but don't appear on panel.

  21. Newer ›

or Sign Up to reply!