DIALOGICDIVA -> CAPI

This commit is contained in:
MelwareDE 2009-02-15 13:17:57 +00:00
parent 6950b986ff
commit 0427363a24
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ exten => 12345,n,Set(_CAPIECTPLCI=${CAPIPLCI})
; Create consultation call and invoke ECT
; ECT procedure will detect CAPIECTPLCI is set and use saved in this variable value
; to identify the ECT party and invoke ECT independent from the state of the primary call
exten => 12345,n,Dial(DIALOGICDIVA/ISDN1/100,10,M(capiect))
exten => 12345,n,Dial(CAPI/ISDN1/100,10,M(capiect))
exten => 12345,n,Hangup()
/////////////////////////////////////////////////////////////////////