[Home]

Summary:ASTERISK-13643: Paging app does not page last extension in list
Reporter:Mat Murdock (mmurdock)Labels:
Date Opened:2009-02-24 18:14:23.000-0600Date Closed:2011-06-07 14:07:23
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_page
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:When using the paging application the last extension in the list is not paged.  I've tried this on 1.6.0.1, 1.6.0.6, and SVN-branch-1.6.0-r178224

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

My simple dialplan:

exten => *80,1,SIPAddHeader(Call-Info: sip:<192.168.0.10>\;answer-after=0)
exten => *80,n,Page(SIP/101&SIP/102}|s)
Comments:By: Mat Murdock (mmurdock) 2009-02-24 23:27:39.000-0600

My bad.  I guess you can not use the pipe now after you extensions.  Changed it to a comma and all is well.  Please close this ticket.  And yes I know there shouldn't be a close bracket in there.  That was a typo.  :)

Mat

By: Joshua C. Colp (jcolp) 2009-02-25 08:13:38.000-0600

Closed per reporter, configuration issue.