[asterisk-bugs] [JIRA] (ASTERISK-27856) Dial from macro-context N-way

Roman (JIRA) noreply at issues.asterisk.org
Tue May 15 09:33:57 CDT 2018


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

Roman commented on ASTERISK-27856:
----------------------------------

DialPlan

[macro-conf]
exten => s,1,NoOp(---START---ChannelRedirect---)
 same => n,Set(__CONFNO=4${CALLERID(num)})
 same => n,NoOp(BRIDGEPEER: ${BRIDGEPEER} for number CALLERID(num): ${CALLERID(num)})
 same => n,ChannelRedirect(${BRIDGEPEER},nway,${CONFNO},1)
 same => n,NoOp(---END---ChannelRedirect---)
 same => n,GoSub(nway-invite,s,1)


[nway-invite]
exten => s,1,Answer()
 same => n,Read(NEW_CALL,dial,,i,3,5)
 same => n,NoOp(Read DTMF from var ${NEW_CALL})
 same => n,Dial(DAHDI/g0/${NEW_CALL},90)
 same => n,ChannelRedirect(${BRIDGEPEER},nway,${CONFNO},1)
 same => n,GoSub(nway,${CONFNO},1)


[nway]
exten => _4XXXX,1,Answer()
 same => n,Set(__CONFNO=${EXTEN})
 same => n,NoOp(Transfer ${CHANNEL(name)} to conference: ${EXTEN:1} !--comtext--nway--!)
 same => n,MeetMe(${EXTEN:1},Md)


> Dial from macro-context N-way 
> ------------------------------
>
>                 Key: ASTERISK-27856
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-27856
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Applications/app_macro, Bridges/bridge_simple, Core/Bridging/bridge_basic, Core/Channels
>    Affects Versions: 13.20.0
>         Environment: CentOS Linux release 7.4.1708 (Core)
>            Reporter: Roman
>
> Hello
> I try configure nway
> Asterisk 13.20.0 built by mockbuild @ buildbot on a x86_64 running Linux
> When push ** start macro-conf. Сompanion go to conference room, another leg start new call. But i have issue. Call dropped after the answer.
> What i made wrong?



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



More information about the asterisk-bugs mailing list