[asterisk-bugs] [JIRA] (ASTERISK-20675) Add return codes to SLATrunk() so that dialplan can identify channel/station that actually answered the call.

dkerr (JIRA) noreply at issues.asterisk.org
Sat Nov 10 21:11:21 CST 2012


dkerr created ASTERISK-20675:
--------------------------------

             Summary: Add return codes to SLATrunk() so that dialplan can identify channel/station that actually answered the call.
                 Key: ASTERISK-20675
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-20675
             Project: Asterisk
          Issue Type: Improvement
      Security Level: None
          Components: Applications/app_meetme
    Affects Versions: 1.8.16.0
         Environment: Astlinux
            Reporter: dkerr
            Severity: Minor


I have found a need in my dialplan to determine exactly which channel answered a call from a SLATrunk. I could find no way to determine this using existing dialplan functions.  I also needed it to work within a subroutine called from the Dial() U() parameter.
My solution was to patch app_meetme.c to add two additional return values... SLATRUNK_ANSWEREDCHANNEL and SLATRUNK_ANSWEREDSTATION.

See attached patch file

--
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