RekGRpth

Member

Last active 12 years ago

  1. 12 years ago
    Thu Feb 2 10:50:14 2012
    RekGRpth posted in Conference button.

    Still, I need new "Conference" button, because of via proxy I change Redirect and then simple redirection doesn't work.

  2. Thu Feb 2 03:49:38 2012
    RekGRpth posted in Conference button.

    I need don't interrupt active call and join new user to active call.

  3. Wed Feb 1 11:36:25 2012
    RekGRpth posted in Conference button.

    hm... I have done this by proxy again ;)

  4. Wed Feb 1 05:56:09 2012
    RekGRpth started the conversation Conference button.

    I click on extension button with active call, then I click on "Listen and Whisper" button, and FOP2 sends to asterisk:

    Action: Originate
    Channel: $my_channel
    Application: ChanSpy
    Data: $selected_extension_channel,w

    where, for example

    $my_channel=DAHDI/i9/55
    $selected_extension_channel=DAHDI/i9/29

    To organize conference by connecting user to existing call, I need follow feature in FOP2:
    If my extension button with active call, then I type number in "Dial" input, then I click on new "Conference" button, and FOP2 should send to asterisk:

    Action: Originate
    Channel: Local/$dial_number@from-internal
    Application: ChanSpy
    Data: $my_channel,B

    where, for example

    $my_channel=DAHDI/i9/55
    $dial_number=591600
  5. Tue Jan 17 07:38:10 2012

    The problem was solved by changing "DAHDI/i9" on "SIP" via proxy between FOP2 server and asterisk :shock:

  6. Mon Dec 26 04:52:47 2011

    I found, why status doesn't showed:

    when I call from SIP phone, registered in FOP2 as SIP/155 in log this string appears:

    GET CHANNEL input (SIP/155-00006e9a) - output (SIP/155)

    and status of button SIP/155 is shown

    but when I call from phone, registered in FOP2 as DAHDI/i9/55 in log this:

    GET CHANNEL input (DAHDI/i9/55-71ca) - output (DAHDI/I9)

    although must be some, like this

    GET CHANNEL input (DAHDI/i9/55-71ca) - output (DAHDI/i9/55)
  7. Fri Dec 23 05:22:28 2011

    I sent log to you, are you received it?

  8. Fri Dec 16 03:07:26 2011

    autoconfiguration sets such device names:

    [DAHDI/i9/55]
    type=extension
    extension=55
    ...
    bun, when I call from 55 to 591600, the command asterisk -rx "core show channels" shows
    ...
    DAHDI/i9/55-40a3 s@macro-dialout-trun Ring Dial(DAHDI/g2/591600,300,T)
    ...
    and number -40a3 changes from call to call

  9. Wed Dec 14 06:16:36 2011
    RekGRpth started the conversation Don't show status on DAHDI Extensions.

    I have trouble with status of extensions on DAHDI.
    I set up much extensions in elastix as DAHDI devices, such as "DAHDI/i9/19", but corresponding buttons don't show status, when I make call to or from extensions.
    However status of DAHDI trunks work well, that is, I see on trunks channels and phone numbers.

  10. Fri Dec 9 10:05:11 2011

    Sorry for upping this theme, but I have trouble with status of extensions on DAHDI.

    I set up much extensions in elastix as DAHDI devices, such as "DAHDI/i9/10" etc, but corresponding buttons don't show their status, when I make call to or from extensions. However status of DAHDI trunks works well, that is, I see channels and phone numbers on trunks.