[Asterisk-Users] Re: capiECT problem
Thomas Niesel
thomas_n at freenet.de
Thu Feb 17 16:08:34 MST 2005
On Thu, Feb 17, 2005 at 11:52:16PM +0100, Aldo Bergamini wrote:
...cut
>
> This makes me wonder if I understand your hint; is this what you are
> suggesting?
>
> [outbound-capi-local]
> exten => _4XX,1,NoOp(Transferring to local PBX ISDN number ${EXTEN} on
> msn CAPI/${CALLERIDNUM})
>
> exten => _4XX,2,Answer() ; <----- ADDED LINE
>
> exten => _4XX,3,capiHOLD
> exten => _4XX,4,capiECT,${CALLERIDNUM:1}:${EXTEN}
According to the README from chan_capi source, Yes!
Have a look:
app_capiECT.c explicit call transfer of the holded call (must put call on hold first!)
example:
exten => s,1,Answer
exten => s,2,capiHOLD
exten => s,3,capiECT,55:50
will ECT the call to 50 using 55 as the callerid/outgoing msn
--
Tho/\/\as
More information about the asterisk-users
mailing list