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
_______________________________________________
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to