| Summary: | ASTERISK-05853: Do not work n+101, with lookupblacklist | ||
| Reporter: | Omar (omarnina) | Labels: | |
| Date Opened: | 2005-12-16 12:10:20.000-0600 | Date Closed: | 2011-06-07 14:02:36 |
| Priority: | Major | Regression? | No |
| Status: | Closed/Complete | Components: | Applications/General |
| Versions: | Frequency of Occurrence | ||
| Related Issues: | |||
| Environment: | Attachments: | ||
| Description: | For examples exten => s,1,LookupBlacklist() exten => s,2,Macro(internosdial,SIP/ger00-lpz) exten => s,102,Hangup Don't jump to exten => s,102,Hangup, when it must | ||
| Comments: | By: Jason Parker (jparker) 2005-12-16 12:31:43.000-0600 If you want to use n+101 jumping, you need to use option j. For more details, show application LookupBlacklist, from the asterisk CLI. | ||