[Home]

Summary:ASTERISK-00613: add extension seems to be broken in latest CVS
Reporter:km (km)Labels:
Date Opened:2003-12-02 20:05:34.000-0600Date Closed:2004-09-25 02:49:15
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:I was trying to fiddle with asterisk by adding a temporary extension, but every extension I try to add yields an error message (below)

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

Usage: add extension <exten>,<priority>,<app>,<app-data> into <context>
      [replace]

      This command will add new extension into <context>. If there is an
      existence of extension with the same priority and last 'replace'
      arguments is given here we simply replace this extension.

Example: add extension 6123,1,Dial,IAX/216.207.245.56/6123 into local
        Now, you can dial 6123 and talk to Markster :)

*CLI> add extension 6123,1,Dial,IAX/216.207.245.56/6123 into default
'1' is not a valid priority

*CLI> add extension 9981,1,NoOp into default
'1' is not a valid priority

*CLI> add extension 1207,2,MeetMe,1200,asM into default
'2' is not a valid priority

Comments:By: Brian West (bkw918) 2003-12-02 20:22:54.000-0600

Fixed in CVS