[asterisk-bugs] [JIRA] (ASTERISK-24710) Call forwarding to misc destination works only with first trunk if CID number is stated in dialing pattern

Rusty Newton (JIRA) noreply at issues.asterisk.org
Wed Feb 25 09:21:34 CST 2015


    [ https://issues.asterisk.org/jira/browse/ASTERISK-24710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=225097#comment-225097 ] 

Rusty Newton commented on ASTERISK-24710:
-----------------------------------------

Well, you didn't follow the instructions provided as there are no "DEBUG" entries in your log.

{noformat}
    -- Executing [continue at macro-dialout-trunk:2] Set("SIP/INCOMING-TRUNK-0000007b", "CALLERID(number)=") in new stack
{noformat}

Your issue probably has something to do with why CallerID is being set to nothing here. Yet, there is not enough information to tell what is happening without DEBUG messages, more dialplan and a packet capture of the related call.

At this point I'd consider this issue technical support and not a bug report. You haven't demonstrated a bug in Asterisk. The Asterisk issue tracker is not the appropriate place to handle support requests. I recommend collecting a debug log as described and a corresponding packet capture of the call taking place -  then FreePBX users in the [FreePBX community|http://community.freepbx.org/] can help you determine whether there is a bug with FreePBX dialplan. If they determine that it is not a bug in dialplan then at that point you should have enough information to know whether it is a bug in Asterisk or not. 

At that point feel free to request that we re-open the issue. You can contact a bug marshal in #asterisk-bugs or #asterisk-dev on irc.freenode.net. Thanks.

> Call forwarding to misc destination works only with first trunk if CID number is stated in dialing pattern
> ----------------------------------------------------------------------------------------------------------
>
>                 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 tested on 13.0.1 & 11.05
>            Reporter: Max Man
>            Assignee: Max Man
>         Attachments: call_forward_debug_23012015.txt
>
>
> 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