[asterisk-dev] [Code Review] 2545: res_parking: Generate extensions when parkext is set for a parking lot. Generate extension to dial parker on parked call timeout.

rmudgett reviewboard at asterisk.org
Tue May 21 17:53:50 CDT 2013



> On May 17, 2013, 11:56 a.m., Matt Jordan wrote:
> > /team/jrose/bridge_projects/res/parking/parking_bridge_features.c, lines 375-384
> > <https://reviewboard.asterisk.org/r/2545/diff/1/?file=37979#file37979line375>
> >
> >     I wouldn't use the term peer. "extra" also doesn't provide much context to what you're removing here. The first thing I thought of was "What, SIP?"
> >     
> >     You're trimming the random characters off of the parker's channel name - I'd name it to reflect that purpose (I'm also surprised we don't have a general utility function for this already)
> 
> jrose wrote:
>     For now I'll call it:
>     channel_name_to_dial_string
>     
>     If you think I should move it into channel.h or something, let me know. As far as I know there is no other implementation of this so far.

Potential callers of this function:
channel.c:ast_channel_destructor()
app_queue.c:rqm_exec() and aqm_exec()
chan_agent.c:function_agent()
chan_dahdi.c:dahdi_new() and dahdi_cc_callback()
channel.c:ast_setstate()

channel.c:ast_channel_get_device_name() may be the originator of this pattern.


- rmudgett


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/2545/#review8646
-----------------------------------------------------------


On May 21, 2013, 10:38 p.m., jrose wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviewboard.asterisk.org/r/2545/
> -----------------------------------------------------------
> 
> (Updated May 21, 2013, 10:38 p.m.)
> 
> 
> Review request for Asterisk Developers, Matt Jordan and rmudgett.
> 
> 
> Bugs: ASTERISK-21645
>     https://issues.asterisk.org/jira/browse/ASTERISK-21645
> 
> 
> Repository: Asterisk
> 
> 
> Description
> -------
> 
> Extension generation and removal for:
> Park a call to the parkext in the parking context
> Retrieve parked calls from the space numbers in the parking context
> Hints for ParkedCall extensions
> 
> Extension generation (but no removal yet) for:
> Dial the peer which parked the call on parking timeout in the park-dial context
> 
> Extension removal for the park-dial extensions will eventually be handled when reloads are implemented. Since they can't reliably be said to belong to
> the parking lot, they are registered to the base registrar for the parking system instead.
> 
> Applying bridge features in the way features.c did (as arguments to dial) is no longer necessary on account of how features are handled now.
> 
> Each parking lot has its own registrar which is 'res_parking/<parking lot name>'
> The registrar used for non-lot-specific extensions is just 'res_parking'
> 
> When a parking lot is destroyed or reloaded, all of its registered extensions are flushed and rebuilt.
> 
> Note: ParkedCall extensions no longer belong to the parked user involved with them unlike how old parking works. This means that if a parking lot is reloaded and the new configuration specifies that the slot the old call was parked at no longer exists, the extension to retrieve that call will go away even though the call is still parked there. This will resolve itself when the parked call times out (provided timeout hasn't been disabled), and manually created ParkedCall extensions can still retrieve that call if the parking space option isn't provided.
> 
> 
> Diffs
> -----
> 
>   /team/group/bridge_construction/CHANGES 389247 
>   /team/group/bridge_construction/include/asterisk/pbx.h 389247 
>   /team/group/bridge_construction/main/pbx.c 389247 
>   /team/group/bridge_construction/res/parking/parking_bridge_features.c 389247 
>   /team/group/bridge_construction/res/parking/parking_controller.c 389247 
>   /team/group/bridge_construction/res/parking/res_parking.h 389247 
>   /team/group/bridge_construction/res/res_parking.c 389247 
> 
> Diff: https://reviewboard.asterisk.org/r/2545/diff/
> 
> 
> Testing
> -------
> 
> Checked that extensions are generated and destroyed for Park and ParkedCall as expected with multiple parking lots.
> Overlaps are currently allowed. If two parking lots occupy the same space and parkext exclusive is in use, it's possible for one parking lot's extensions to be overwritten in favor of another. When parking lot extensions are overwritten by other parking lot extensions, warnings are issued.
> Checked that extensions are generated and appropriately called in park-dial when a parked call times out.
> Checked that the timeout is set to the parking lot's parkdialtimeout value.
> 
> 
> Thanks,
> 
> jrose
> 
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-dev/attachments/20130521/3cd2cc71/attachment-0001.htm>


More information about the asterisk-dev mailing list