[asterisk-bugs] [JIRA] (ASTERISK-24710) Call forwarding to misc destination and CID alias number

Max Man (JIRA) noreply at issues.asterisk.org
Thu Jan 22 08:30:34 CST 2015


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

Max Man updated ASTERISK-24710:
-------------------------------

    Description: 
Found bug (not sure if it is asterisk core bug or freepbx bug) but I have the following route:
{quote}
exten => _*8[89]XXXXXXXXX/_XXX.,n,Macro(dialout-trunk,11,${EXTEN:8},,off)
exten => _*8[89]XXXXXXXXX/_XXX.,n,Macro(dialout-trunk,2,${EXTEN:8},,off)
{quote}
And I use it to dial some MISC destinations, which are used as a call forward destinations (on no answer) for some extensions.

When I have incoming call from number 89001234567 and it goes to MISC destination only first (11) trunk is dialing the number, if it gives congestion reply call goes to blackhole. Seems like on the second try (when 2 trunk should be used) the CID is not sent to the system so there no available route to proceed the call.

If I remove _XXX. from route, both trunks serve the call.

  was:
Found bug (not sure if it is asterisk core bug or freepbx bug) but I have the following route:

exten => _*8[89]XXXXXXXXX/_1XX,n,Macro(dialout-trunk,11,${EXTEN:8},,off)
exten => _*8[89]XXXXXXXXX/_1XX,n,Macro(dialout-trunk,2,${EXTEN:8},,off)

And I use it to dial some MISC destinations, which are used as a call forward destinations (on no answer) for some extensions.

When I dial it from ext with number 111 it works fine (when first trunk gives congestion reply call goes to second trunk).

But when I make a call from ext with number 1119 (but have CID alias number set to 111) call goes only to the first trunk, it gives congestion reply, and after that call goes to blackhole, because system uses ext num and not CID alias number to make the second try.


> Call forwarding to misc destination and CID alias number
> --------------------------------------------------------
>
>                 Key: ASTERISK-24710
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-24710
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>    Affects Versions: 13.0.1
>         Environment: FREEPBX Distro 6.12.65-22
>            Reporter: Max Man
>            Severity: Minor
>
> Found bug (not sure if it is asterisk core bug or freepbx bug) but I have the following route:
> {quote}
> exten => _*8[89]XXXXXXXXX/_XXX.,n,Macro(dialout-trunk,11,${EXTEN:8},,off)
> exten => _*8[89]XXXXXXXXX/_XXX.,n,Macro(dialout-trunk,2,${EXTEN:8},,off)
> {quote}
> And I use it to dial some MISC destinations, which are used as a call forward destinations (on no answer) for some extensions.
> When I have incoming call from number 89001234567 and it goes to MISC destination only first (11) trunk is dialing the number, if it gives congestion reply call goes to blackhole. Seems like on the second try (when 2 trunk should be used) the CID is not sent to the system so there no available route to proceed the call.
> If I remove _XXX. from route, both trunks serve the call.



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list