[asterisk-bugs] [Asterisk 0017577]: Application pickup doesn't work well

Asterisk Bug Tracker noreply at bugs.digium.com
Tue Jul 6 01:55:22 CDT 2010


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=17577 
====================================================================== 
Reported By:                sgtpepe
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   17577
Category:                   Applications/General
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     feedback
Asterisk Version:           1.6.2.9 
JIRA:                        
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): 1.6.2 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2010-07-01 10:24 CDT
Last Modified:              2010-07-06 01:55 CDT
====================================================================== 
Summary:                    Application pickup doesn't work well
Description: 
Hi, 
first of all sorry for my english!
I've several Asterisk 1.6.2.9 installed on Centos 5.5.
When I start Asterisk service everything work fine but after about an hour
the application Pickup stops to work on every channel and for all peers.

This is my exten on dialplan:

exten => _**XXX,1,Pickup(${EXTEN:2}@interni)

And for about an hour it works very well, after that when I try to pickup
a call the cli give me those messages:

-------------------------------------------------------------------------------
    -- Executing [**226 at classe1:1] Pickup("SIP/224-0000017e",
"226 at interni") in new stack
[Jul  2 01:05:02] NOTICE[7333]: app_directed_pickup.c:257 pickup_exec: No
target channel found for 226.
    -- Auto fallthrough, channel 'SIP/224-0000017e' status is 'UNKNOWN'
-------------------------------------------------------------------------------

And my Snom give me status "Declined".

I've tried the PICKUPMARK method too... But It's worst, because it pickup
another ringing call instead...

Thanks for all,
Diego.
====================================================================== 

---------------------------------------------------------------------- 
 (0124238) sgtpepe (reporter) - 2010-07-06 01:55
 https://issues.asterisk.org/view.php?id=17577#c124238 
---------------------------------------------------------------------- 
Related to this application my dialplan is very simple:

---------------------------------------------------------
[interni]
exten => 220,1,Dial(SIP/220,30,tTxX)
exten => 223,1,Dial(SIP/223,30,tTxX)
exten => 226,1,Dial(SIP/226,30,tTxX)
exten => 240,1,Dial(SIP/240,30,tTxX)
exten => 245,1,Dial(SIP/245,30,tTxX)

[classe1]
exten => **XXX,1,Pickup(${EXTEN:2}@interni)
---------------------------------------------------------


On my sip I'm using template... so:

---------------------------------------------------------
[classe1](!,settings,codecs)
type=friend
context=classe1
busylevel=1
call-limit=1
incominglimit=1

("settings" some parameter like permit/deny, canreinvite, dtmfmode etc...
"codecs" is my preferred codec's list).

[226](classe1)
secret=mysecret
---------------------------------------------------------

Bye,
Diego. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-07-06 01:55 sgtpepe        Note Added: 0124238                          
======================================================================




More information about the asterisk-bugs mailing list