donkey_hatstand
New Member
- Joined
- May 18, 2009
- Messages
- 6
- Reaction score
- 0
hello chaps;
i've been playing with this for a few hours and hope somebody can point me in the right direction..
objective: when using the asteridex robodialler i want the handsets (4 x 55i and 2 57i) to autoanswer then connect the call.
i am able to make this work on only one handset at a time by making in /var/www/html/asteridex4/config.inc.php
$INdefault = "local/*80205@from-internal" ;
so all i really want now is (just to demo the idea i know the syntax is wrong)
$INdefault = "local/*80${EXTEN}@from-internal" ;
or better
$INdefault = "local/*80${whatever is saved in the cookie from the webbook}@from-internal" ;
this is fairly strightforward but my lack of php knowledge is where i'm failing i think...
i've been playing with this for a few hours and hope somebody can point me in the right direction..
objective: when using the asteridex robodialler i want the handsets (4 x 55i and 2 57i) to autoanswer then connect the call.
i am able to make this work on only one handset at a time by making in /var/www/html/asteridex4/config.inc.php
$INdefault = "local/*80205@from-internal" ;
so all i really want now is (just to demo the idea i know the syntax is wrong)
$INdefault = "local/*80${EXTEN}@from-internal" ;
or better
$INdefault = "local/*80${whatever is saved in the cookie from the webbook}@from-internal" ;
this is fairly strightforward but my lack of php knowledge is where i'm failing i think...