Re: [Asterisk-Dev] Advanced ADSI scripts

2004-06-26 Thread TC
 Actually, I don't see anything in there that asterisk compiler won't
 support...Maybe I'm missing something?
Well take a look in app_adsi this is the app the takes the adsi script
and loads it into the phone
see compile_script it runs  adsi_process
adsi_process does not recognize a lot of the adsi key words in the
this adsi v2 script ?
granted the basic functions in res/res_adsi.c are generic
but if you want the full power of the attached script you need to implement
an adsi2_process in app_adsi then we can see the ability to write very
powerfull
adsi client side scripts




___
Asterisk-Dev mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-dev
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-dev


Re: [Asterisk-Dev] Advanced ADSI scripts

2004-06-26 Thread Andrew Kohlsmith
On Saturday 26 June 2004 10:27, TC wrote:
 Well take a look in app_adsi this is the app the takes the adsi script
 and loads it into the phone
 see compile_script it runs  adsi_process
 adsi_process does not recognize a lot of the adsi key words in the
 this adsi v2 script ?
 granted the basic functions in res/res_adsi.c are generic
 but if you want the full power of the attached script you need to implement
 an adsi2_process in app_adsi then we can see the ability to write very
 powerfull
 adsi client side scripts

Why not just use a commercial ADSI package to create the scripts and then 
upload them to the phone?  Am I missing something?  IIRC the ADSI interpreter 
in * was only used to take the english scripts and convert them to whatever 
the phones use to run ADSI?

-A.
___
Asterisk-Dev mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-dev
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-dev


Re: [Asterisk-Dev] Advanced ADSI scripts

2004-06-26 Thread TC
 Why not just use a commercial ADSI package to create the scripts and then
 upload them to the phone?  Am I missing something?  IIRC the ADSI
interpreter
 in * was only used to take the english scripts and convert them to
whatever
 the phones use to run ADSI?
Andrew this is the Open Source universe :)
sure buy this down load mgt  prolly nned both sides sdc/ fdm
http://www.bdttel.com/iplayer/index.html $300
http://www.bdttel.com/iadsi/fdm.htm - $500us/svr
http://www.bdttel.com/iadsi/sdc.htm $300
but you gotta choke up ~ $1000's  have win32 box's to run this stuff :(

___
Asterisk-Dev mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-dev
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-dev


Re: [Asterisk-Dev] Advanced ADSI scripts

2004-06-25 Thread alex
   SetSoftKey
 0,SK_51,Normal,SK_52,Normal,SK_56,Normal,SK_02,Normal,SK_03,Normal,SK_05,Nor
 mal
EndEvent
 
OnEvent Pickup,1
   SetTimer Clear
   SetEvent 1
EndEvent
 
OnEvent SelectService
   SetState 1
   SetTimer Clear
   SetEvent 1
EndEvent
 
OnEvent CallerID
   SetState 5
   SetTimer Start,2
   ClearDisplay
   SetDisplay NULL,0,0
   SetDisplay Line14,2,1
   SetDisplay Line17,3,3
   SetSoftKey 0,SK_01,Normal
EndEvent
 
OnEvent EndofRinging
   SetTimer Clear
   SetState 1
   SetEvent 1
EndEvent
 
OnEvent FarEndRinging
   SetEvent 2
EndEvent
 
OnEvent FarEndAnswer
   SetEvent 2
EndEvent
 
OnEvent FarEndBusy
   SetEvent 2
EndEvent
 
OnEvent VMWI,5
   SetTimer Clear
   SetDisplay Line59,2,3
   SetState 1
   SetHookState OffHook
   SetEvent 2
EndEvent
 
OnEvent Timer
   SetState 1
EndEvent
 
 
 ;
 ;   VMailRegular
 ;   Regular12
 ;
 Subscript VMailRegular
 
; Vmail Regular Branch
OnEvent CustomEvent1
   ClearDisplay
   SetDisplay NULL,0,0
   SetDisplay Line29,2,3
   SetSoftKey 0,NULL,NULL,NULL,NULL,SK_03,Normal
EndEvent
 
 EndSubscript
 
 ;
 ;   Intercom
 ;
 Subscript Intercom
 
OnEvent CustomEvent1
   ClearDisplay
   SetDisplay NULL,0,0
   SetDisplay Line19,2,1
   SetDisplay Line20,3,3
   SetSoftKey
 0,SK_09,Normal,NULL,NULL,SK_17,Normal,NULL,SK_06,Normal
EndEvent
 
 EndSubscript
 
 - Original Message -
 From: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Friday, June 25, 2004 6:15 AM
 Subject: [Asterisk-Dev] Advanced ADSI scripts
 
 
  Has anyone tried to develop/developed more advanced ADSI scripts/chan_zap
  additions that would, for example, simulate multiple line appearances
  (i.e. softkey to switch between pending calls, softkeys to conference
  calls, softkey to put on hold (with MOH)), etc?
 
  I'm about to embark on this project, but if anyone has done something like
  this before, it'd be appreciated.
 
  -alex
 
 
  ___
  Asterisk-Dev mailing list
  [EMAIL PROTECTED]
  http://lists.digium.com/mailman/listinfo/asterisk-dev
  To UNSUBSCRIBE or update options visit:
 http://lists.digium.com/mailman/listinfo/asterisk-dev
 
 ___
 Asterisk-Dev mailing list
 [EMAIL PROTECTED]
 http://lists.digium.com/mailman/listinfo/asterisk-dev
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-dev
 

___
Asterisk-Dev mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-dev
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-dev