Displaying 3 results from an estimated 3 matches for "call1p".
Did you mean:
call1
2003 Apr 11
1
Fwd: Setting up ADSI
...g email account.
yeah,
Thank you. I screwed up by only looking at adsi.conf, and not
asterisk.adsi.
Once I saw that, things started falling into place.
Are you able to pass arguments to the phone so that for every call
there is unique data on the screen. I see that works for caller
id with $Call1p and $Call1s, but what If I obtain an OrderID
from my customer. Can I display this somehow?
John
Begin forwarded message:
>
> yeah,
>
> Thank you. I screwed up by only looking at adsi.conf, and not
> asterisk.adsi.
> Once I saw that, things started falling into place.
>
&...
2005 Mar 02
0
Send parameters from asterisk to ADSI phone
...nd it seems to work well, I send my adsi script to
the phone, i can call, display some messages, program new keys ...
But, I don't find how to send an external parameters to the phone.
Typically, I would like to display a value of an asterisk variable.
I tried to find how the parameters "$Call1p" and "$Call1s" work, but I
did not understant anything.
Maybe if you have an great idea....
Sorry for my English!
Thanks
Florian
2004 Jul 29
2
Aastra 480e phone ADSI config
...code
FDN 0x85EFD9DA ; Descriptor number
;
; Flags
;
FLAG "nocallwaiting"
;
; Predefined strings
;
DISPLAY "titles" IS "-- My PBX --"
DISPLAY "talkingto" IS "Call active." JUSTIFY LEFT
DISPLAY "callname" IS "$Call1p" JUSTIFY LEFT
DISPLAY "callnum" IS "$Call1s" JUSTIFY LEFT
DISPLAY "incoming" IS "Incoming call!" JUSTIFY LEFT
DISPLAY "ringing" IS "Calling... " JUSTIFY LEFT
DISPLAY "callended" IS "Call ended." JUSTIFY LEFT
DISPLA...