[Home]

Summary:ASTERISK-14596: [patch] Return from Park still using | as delimiter
Reporter:Gabriel Ortiz Lour (elbriga)Labels:
Date Opened:2009-08-04 09:37:23Date Closed:2011-06-07 14:07:46
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_queue
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) patchParkReturn.diff
Description:On the Park timeout the application is still using | as delimiter for calling the Parker, giving this warning when the call is placed:

[Aug  4 11:19:55] WARNING[3115]: pbx.c:953 pbx_exec: The application delimiter is now the comma, not the pipe.  Did you forget to convert your dialplan?  (Dial(SIP/1201|30|Tt))

the simple patch attached here solved the problem

****** ADDITIONAL INFORMATION ******

main/features.c @ 2973 and 2976
Comments:By: Tilghman Lesher (tilghman) 2009-08-07 13:45:34

Already fixed in revision 189985.