[asterisk-bugs] [JIRA] (ASTERISK-21002) Originate without Exten header does not work

Matt Jordan (JIRA) noreply at issues.asterisk.org
Mon Jan 28 09:16:58 CST 2013


    [ https://issues.asterisk.org/jira/browse/ASTERISK-21002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=202286#comment-202286 ] 

Matt Jordan commented on ASTERISK-21002:
----------------------------------------

I think you're calling the Originate AMI action incorrectly. The following works just fine on 11.2.1:

{noformat}
Action: Originate
Channel: SIP/phone_a
Application: Wait
Data: 500

Response: Success
Message: Originate successfully queued

Event: Newchannel
Privilege: call,all
Channel: SIP/phone_a-00000001
ChannelState: 0
ChannelStateDesc: Down
CallerIDNum: A
CallerIDName: Phone A
AccountCode: 
Exten: 
Context: default
Uniqueid: Asterisk-01-1359385915.5

...

{noformat}
                
> Originate without Exten header does not work
> --------------------------------------------
>
>                 Key: ASTERISK-21002
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-21002
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>    Affects Versions: 11.2.1
>            Reporter: Vilius
>         Attachments: manager.patch
>
>
> Asterisk 11 ManagerAction_Originate description states "Generates an outgoing call to a Extension/Context/Priority or Application/Data". However I have noticed that only Extension/Context/Priority is working. When trying to use Application/Data the manager generates an error:
> Response: Error
> Message: Extension does not exist.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list