Displaying 2 results from an estimated 2 matches for "desk3".
Did you mean:
desk
2005 Jan 17
1
Communication Between Phones... I can't test :(
Hi,
I want to create this system :
Desk1 SIP Phone <adsl>------------------------<adsl> Desk2 SIP Phone
|
|
<adsl>
Desk3 asterisk Server
My question is : when Desk1 call Desk2 , server (desk3) will
authentificate phone but i want to known if Desk3 use bandwitch during
communication?
Thanks,
Jeremy
2006 Feb 14
4
ChanIsAvail
...have now is this (I know it's really bad):
exten => 16465555555,1,Answer()
exten => 16465555555,2,Dial(Local/105@local&Local/106@local&Local/110@local&Local/112@local,30)
exten => 16465555555,3,ChanisAvail(Local/105@local&Local/106@local)
exten => 16465555555,4,Cut(DESK3=AVAILCHAN||1)
exten => 16465555555,5,ChanisAvail(Local/110@local&Local/112@local)
exten => 16465555555,6,Cut(DESK4=AVAILCHAN||1)
exten => 16465555555,7,Dial(${DESK3}&${DESK4},30,tr)
exten => 16465555555,8,Busy
(Each local is 1 zap interface)
Which is sort of my temporary work...