[asterisk-bugs] [Asterisk 0008173]: [patch] No Uniqueid generated on Async Originate AMI request

noreply at bugs.digium.com noreply at bugs.digium.com
Thu Apr 17 06:28:42 CDT 2008


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=8173 
====================================================================== 
Reported By:                datacompboy
Assigned To:                murf
====================================================================== 
Project:                    Asterisk
Issue ID:                   8173
Category:                   Core/ManagerInterface
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     assigned
Asterisk Version:            1.2.12.1 
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Disclaimer on File?:        No 
Request Review:              
====================================================================== 
Date Submitted:             10-18-2006 11:22 CDT
Last Modified:              04-17-2008 06:28 CDT
====================================================================== 
Summary:                    [patch] No Uniqueid generated on Async Originate AMI
request
Description: 
Async Originate AMI request should allocate Uniqueid, and report it in
Response, so it will be possible to run from parrallel AMI managers async
Originations and correctly separate messages and events for that
originations.
====================================================================== 

---------------------------------------------------------------------- 
 datacompboy - 04-17-08 06:28  
---------------------------------------------------------------------- 
* 1st local leg get cid, unique id match leg created
<<0.298.0>> Got packet: [<<"CID-CallingPres: 0 (Presentation Allowed, Not
Screened)\r\n">>,
                         <<"Uniqueid: asterisk-4616-1208430785.49\r\n">>,
                         <<"CallerIDName: Call2Ru service\r\n">>,
                         <<"CallerID: <Unknown>\r\n">>,
                         <<"Channel: Local/1 at ps_out-47e2,1\r\n">>,        
                       
                         <<"Privilege: call,all\r\n">>,                   
                       
                         <<"Event: Newcallerid\r\n">>]                    
                       
  * 2nd local leg start running over dialplan, uniqueid match leg
creation
<<0.298.0>> Got packet: [<<"Uniqueid: asterisk-4616-1208430785.50\r\n">>, 
                       
                         <<"AppData: 2?ps_out_pstn|1|1\r\n">>,            
                       
                         <<"Application: GotoIf\r\n">>,                   
                       
                         <<"Priority: 1\r\n">>,                           
                       
                         <<"Extension: 1\r\n">>,                          
                       
                         <<"Context: ps_out\r\n">>,                       
                       
                         <<"Channel: Local/1 at ps_out-47e2,2\r\n">>,        
                       
                         <<"Privilege: call,all\r\n">>,                   
                       
                         <<"Event: Newexten\r\n">>]
    * start dialout on 2nd leg via dialplan:
<<0.298.0>> Got packet: [<<"Uniqueid: asterisk-4616-1208430785.50\r\n">>, 
                       
                         <<"AppData: SIP/0079139257974 at vf-out|60\r\n">>,  
                       
                         <<"Application: Dial\r\n">>,                     
                       
                         <<"Priority: 1\r\n">>,                           
                       
                         <<"Extension: 1\r\n">>,                          
                       
                         <<"Context: ps_out_pstn\r\n">>,                  
                       
                         <<"Channel: Local/1 at ps_out-47e2,2\r\n">>,        
                       
                         <<"Privilege: call,all\r\n">>,                   
                       
                         <<"Event: Newexten\r\n">>]                       
                       
  * created new channel for dialout, it also have his own uniqueid:
<<0.298.0>> Got packet: [<<"Uniqueid: asterisk-4616-1208430786.51\r\n">>,
                         <<"CallerIDName: <unknown>\r\n">>,
                         <<"CallerIDNum: <unknown>\r\n">>,
                         <<"State: Down\r\n">>,
                         <<"Channel: SIP/vf-out-08299e50\r\n">>,
                         <<"Privilege: call,all\r\n">>,
                         <<"Event: Newchannel\r\n">>] 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
04-17-08 06:28  datacompboy    Note Added: 0085610                          
======================================================================




More information about the asterisk-bugs mailing list