[Home]

Summary:ASTERISK-01637: __ast_request_and_dial: Don't know what to do with control frame 14
Reporter:rburkholder (rburkholder)Labels:
Date Opened:2004-05-16 11:50:07Date Closed:2008-01-15 14:55:00.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:I get the following trace:

   -- Executing NoOp("Local/97046446510@outbound-1477,2", "") in new stack
   -- Executing NoOp("Local/97046446510@outbound-1477,2", "") in new stack
   -- Executing AGI("Local/97046446510@outbound-1477,2", "lookupdestdevice.agi") in new stack
   -- Launched AGI Script /var/lib/asterisk/agi-bin/lookupdestdevice.agi
   -- AGI Script (null) completed, returning 0
   -- Executing Dial("Local/97046446510@outbound-1477,2", "SIP/97046446510@64.246.216.253") in new stack
   -- Called 97046446510@64.246.216.253
   -- SIP/64.246.216.253-628a is making progress passing it to Local/97046446510@outbound-1477,2
May 16 11:31:45 NOTICE[41884592]: channel.c:1691 __ast_request_and_dial: Don't know what to do with control frame 14

From the following originate command in the manager interface session:



Connected to srvr16.
Escape character is '^]'.
Asterisk Call Manager/1.0
Action: Login
username:
secret:

Response: Success
Message: Authentication accepted

Action: Originate
Exten: 97046446999
Context: outbound
Priority: 1
Channel: Local/97046446510@outbound/n
Timeout: 15000
CallerID: "Connect Me" <7046446510>
Account: 8

Event: Newchannel
Channel: Local/97046446510@outbound-1477,2
State: Ring
Callerid: <unknown>
Uniqueid: 1084721504.22

Event: Newchannel
Channel: Local/97046446510@outbound-1477,1
State: Down
Callerid: <unknown>
Uniqueid: 1084721504.21

Event: Newcallerid
Channel: Local/97046446510@outbound-1477,1
Callerid: "Connect Me" <7046446510>
Uniqueid: 1084721504.21

Event: Newexten
Channel: Local/97046446510@outbound-1477,2
Context: outbound
Extension: 97046446510
Priority: 1
Uniqueid: 1084721504.22

Event: Newexten
Channel: Local/97046446510@outbound-1477,2
Context: outbound
Extension: 97046446510
Priority: 2
Uniqueid: 1084721504.22

Event: Newexten
Channel: Local/97046446510@outbound-1477,2
Context: outbound
Extension: 97046446510
Priority: 3
Uniqueid: 1084721504.22

Event: Newexten
Channel: Local/97046446510@outbound-1477,2
Context: outbound
Extension: 97046446510
Priority: 4
Uniqueid: 1084721504.22

Event: Newchannel
Channel: SIP/64.246.216.253-628a
State: Down
Callerid: <unknown>
Uniqueid: 1084721505.23

Event: Hangup
Channel: Local/97046446510@outbound-1477,1
Uniqueid: 1084721504.21
Cause: 0

Response: Error
Message: Originate failed

Event: Hangup
Channel: SIP/64.246.216.253-628a
Uniqueid: 1084721505.23
Cause: 1

Event: Hangup
Channel: Local/97046446510@outbound-1477,2
Uniqueid: 1084721504.22
Cause: 0



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

The context looks like:
exten => _9NXXNXXXXXX,1,NoOp
exten => _9NXXNXXXXXX,2,NoOp
exten => _9NXXNXXXXXX,3,AGI,lookupdestdevice.agi
exten => _9NXXNXXXXXX,4,Dial(${extDial})
exten => _9NXXNXXXXXX,5,Hangup()

The context code works.  The problem is with what the originate command is doing with or without the CallerID line.

In the originate command, when I have the line:
CallerID: "Connect Me" <7046446510>
the call doesn't go through at all, and I get the error:
__ast_request_and_dial: Don't know what to do with control frame 14

When I take the line out, the call does go through, but I still get the error:
__ast_request_and_dial: Don't know what to do with control frame 14

The call is attempting to make a SIP call to a Cisco gateway.
Comments:By: Mark Spencer (markster) 2004-05-16 13:38:48

Not important but i went ahead and fixed it.

By: Digium Subversion (svnbot) 2008-01-15 14:55:00.000-0600

Repository: asterisk
Revision: 2983

U   trunk/channel.c

------------------------------------------------------------------------
r2983 | markster | 2008-01-15 14:55:00 -0600 (Tue, 15 Jan 2008) | 2 lines

Ignore progress frames in request/dial (bug ASTERISK-1637)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=2983