[asterisk-bugs] [JIRA] (ASTERISK-21257) Implement inbound/outbound Caller ID handling

Matt Jordan (JIRA) noreply at issues.asterisk.org
Wed Apr 10 06:26:02 CDT 2013


     [ https://issues.asterisk.org/jira/browse/ASTERISK-21257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matt Jordan reassigned ASTERISK-21257:
--------------------------------------

    Assignee: Mark Michelson
    
> Implement inbound/outbound Caller ID handling
> ---------------------------------------------
>
>                 Key: ASTERISK-21257
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-21257
>             Project: Asterisk
>          Issue Type: New Feature
>          Components: Channels/chan_gulp
>    Affects Versions: 12
>            Reporter: Matt Jordan
>            Assignee: Mark Michelson
>              Labels: Asterisk12, NewSIP
>      Target Release: 12
>
>
> Hey, we have basic calls!
> Now we should know *who* is calling.
> Ideally, {{chan_gulp}} would be responsible for very little of this, and the vast majority of the application level logic that decides how Caller ID is represented to the rest of Asterisk for a particular call would be placed into its own {{res_*}} module. This should let parties that want to modify the application logic to either:
> * Easily modify it outside of the channel driver/SIP logic
> * Roll their own module that provides caller ID determination
> * Allow other SIP modules to obtain caller ID information for the particular call. (It may be better to get this off the channel object, but this should allow us to support SNOM's caller ID in SIP NOTIFY features)
> The following legacy functions should be supported in some fashion:
> * shrinkcallerid - remove '(', ' ', ')', and non-trailing '.' and '-' not in '[]'
> * trustrpid/sendrpid
> * callerid (what we send)
> (Note: I'm putting connectedline as its own thing)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list