Execute EAGI in a mixed stream with caller and callee

Hi there

We have a dialplan where we make a Dial to a sip server… So we have a caller leg, and a callee leg. We would like to execute an EAGI with the mixed stream with both legs, but can’t find how to do it. We have been able to execute the EAGI separately in both channels, this way:

[default]
exten => 101,1,NoOp()
same => n,Progress()
same => n,Dial(SIP/${EXTEN}@sipserver,G(default^5000^1))
same => n,Hangup()

exten => 5000,1,NoOp(init)
same => n,Answer()
same => n,EAGI(/usr/local/bin/rts)
same => n, HangUp()

But our goal would be to execute the EAGI, once with the mixed stream… We have read in the forum about using ConfBridge (and then creating a Local Channel but don’t know to do this once the legs are in ConfBridge), using ChanSpy, using Originate, but honestly we don’t know how to progress

Can anybody help with that?

Many thanks in advance

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.