[asterisk-bugs] [JIRA] (ASTERISK-20440) No ringback towards SLAstation on outbound trunk call.

Richard Mudgett (JIRA) noreply at issues.asterisk.org
Mon Nov 12 10:44:21 CST 2012


    [ https://issues.asterisk.org/jira/browse/ASTERISK-20440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=199533#comment-199533 ] 

Richard Mudgett edited comment on ASTERISK-20440 at 11/12/12 10:44 AM:
-----------------------------------------------------------------------

Okay, challenge accepted. See attached patch file for a one-line fix inside app_meetme.c.
The ast_dial functions would normally have sent the ringback to the originating channel, but because SLA requested an asynchronous dial the originating channel is lost inside the dial functions. Therefore it needs to be triggered by the SLA code.

Also please see bug ASTERISK-20462 for another critical fix.  And ASTERISK-20675 for a desirable feature.

Thanks !
                
      was (Author: dkerr):
    Okay, challenge accepted. See attached patch file for a one-line fix inside app_meetme.c.
The ast_dial functions would normally have sent the ringback to the originating channel, but because SLA requested an asynchronous dial the originating channel is lost inside the dial functions. Therefore it needs to be triggered by the SLA code.

Also please see bug 20462 for another critical fix.  And 20675 for a desirable feature.

Thanks !
                  
> No ringback towards SLAstation on outbound trunk call.
> ------------------------------------------------------
>
>                 Key: ASTERISK-20440
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-20440
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Applications/app_meetme, Applications/SLA
>    Affects Versions: 1.8.15.0
>         Environment: Astlinux
>            Reporter: dkerr
>            Assignee: dkerr
>         Attachments: asterisk-1.8-bugid20440.patch, asterisk-trunk-bugid20440.patch, Direct Outbound.txt, DISA outbound.txt, extensions.conf, Simulated Inbound.txt, Simulated Outbound Direct.txt, Simulated Outbound DISA.txt, sip.conf, sla.conf, SLAstation log.txt
>
>
> This is similar to ASTERISK-11549 except that the problem is with calls in the other direction. If I make an outbound call from a SLA phone using the SLAStation then there is no ringtone audible to the phone that originates the call.  Both SLA stations and SLA trunks are SIP channels and for outbound I have tried both the DISA() method of connecting to a trunk (get dialtone from DISA and then enter a number to call) and directly connecting (using Dial() application instead of DISA()).
> I have turned on debug and verbose in the asterisk CLI and can observe the SIP messages and dialplan execution.  A SIP RINGING message is received by asterisk from the trunk, but the message is not passed on to the SLA station.  I have set progressinband=yes in the sip.conf and this made no difference.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list