summaryrefslogtreecommitdiff
path: root/default.exports
diff options
context:
space:
mode:
authorMatt Jordan <mjordan@digium.com>2015-06-11 18:52:09 -0500
committerMatt Jordan <mjordan@digium.com>2015-06-11 19:04:48 -0500
commit30a0f2d9acd0f7c14013d830a0b4bf673d0af2d0 (patch)
tree5b7077b284378d458fddb4114f581e9852d69832 /default.exports
parent006930ee51919ee47abe0f7c7a8469cff0d31e9f (diff)
chan_pjsip: Set the context and extension on the channel when created
Prior to this patch, chan_pjsip was failing to pass the endpoint's context and the desired extension to the ast_channel_alloc_* routine. This caused a new channel snapshot to be issued without a context and extension, which can cause some reporting issues for users of AMI, CEL, and other APIs. The channel driver would later set the context and extension on the channel such that the channel would start in the correct location in the dialplan, but the information reported in the initial event would be incorrect. This patch modifies the channel driver such that it now passes the context and extension directly into the allocation routine. This provides the information in the new channel snapshot published over Stasis. ASTERISK-25156 #close Reported by: cloos Change-Id: Ic6f8542836e596db8f662071d118e8f934fdf25e
Diffstat (limited to 'default.exports')
0 files changed, 0 insertions, 0 deletions