[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
Sun Nov 11 10:58:21 CST 2012
[ https://issues.asterisk.org/jira/browse/ASTERISK-20675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
dkerr updated ASTERISK-20675:
-----------------------------
Attachment: asterisk-trunk-bugid20675.patch
Here is the patch applied to truck version. I used "svn diff" to generate this.
Thanks
David
> 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
> Assignee: dkerr
> Severity: Minor
> Attachments: asterisk-1.8-bugid20675.patch, asterisk-trunk-bugid20675.patch
>
>
> 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