[asterisk-bugs] [JIRA] (ASTERISK-20716) "s" extension in comebackcontext not honored

Michael L. Young (JIRA) noreply at issues.asterisk.org
Wed Nov 21 17:57:45 CST 2012


     [ https://issues.asterisk.org/jira/browse/ASTERISK-20716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael L. Young updated ASTERISK-20716:
----------------------------------------

    Description: 
Assume the following defined in features.conf:

comebacktoorigin=no
comebackcontext=parkedcallstimeout

Parked calls that are sent back to parkedcallstimeout do not use the "s" extension if it is defined.  An error is generated in the Asterisk log as follows:

{noformat}
[2012-11-19 20:46:58] WARNING[23894][C-0000003e] pbx.c: Channel 'SIP/gentlec-000000c9' sent to invalid extension but no invalid handler: context,exten,priority=parkedcallstimeout,SIP_gigaset,1
{noformat}

Defining a specific extension, SIP_gigaset in this case, works.  However, this does not agree with the documented behavior in the features.conf sample file.

  was:
Assume the following defined in features.conf:

comebacktoorigin=no
comebackcontext=parkedcallstimeout

Parked calls that are sent back to parkedcallstimeout do not use the "s" extension if it is defined.  An error is generated in the Asterisk log as follows:

[2012-11-19 20:46:58] WARNING[23894][C-0000003e] pbx.c: Channel 'SIP/gentlec-000000c9' sent to invalid extension but no invalid handler: context,exten,priority=parkedcallstimeout,SIP_gigaset,1

Defining a specific extension, SIP_gigaset in this case, works.  However, this does not agree with the documented behavior in the features.conf sample file.

    
> "s" extension in comebackcontext not honored
> --------------------------------------------
>
>                 Key: ASTERISK-20716
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-20716
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Features/Parking
>    Affects Versions: 11.0.1
>         Environment: Linux, Ubuntu Server 12.04.1, 32bit
>            Reporter: Chris Gentle
>            Severity: Minor
>
> Assume the following defined in features.conf:
> comebacktoorigin=no
> comebackcontext=parkedcallstimeout
> Parked calls that are sent back to parkedcallstimeout do not use the "s" extension if it is defined.  An error is generated in the Asterisk log as follows:
> {noformat}
> [2012-11-19 20:46:58] WARNING[23894][C-0000003e] pbx.c: Channel 'SIP/gentlec-000000c9' sent to invalid extension but no invalid handler: context,exten,priority=parkedcallstimeout,SIP_gigaset,1
> {noformat}
> Defining a specific extension, SIP_gigaset in this case, works.  However, this does not agree with the documented behavior in the features.conf sample file.

--
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