Displaying 2 results from an estimated 2 matches for "call_to".
2009 Jan 29
9
Callback / Camp / Extention Free notify?
...on the phone and wait. Am I missing
> > something?
> >
> > Anyone have a solution?
> >
>
Quick solution that comes into mind:
Set(exten_copy = ${EXTEN});
Dial(SIP/${EXTEN})
if ("${DIALSTATUS}"="BUSY") {
// prompt for camp
Set(DB(camp/${EXTEN}/call_to)=${CALLERID(num));
}
h => {
Set(call_to=${DB(camp/${exten_copy}/call_to)});
if ("${call_to}"!="") {
Set(DB(camp/${exten_copy}/call_to)=);
System(call_to ${exten_copy} ${call_to});
}
}
So, in case if phone2 is busy, store callerid of phone1 in database,
so when...
2003 Aug 13
1
How do i configure so an incoming call triggers an http request?
Hi all,
I'm about to start setting up my first asterisk/cti system in our test lab.
I've read through all the documentation I can find and relevant posts in the
list archives but can't seem to find anything explaining how to go about
initiating an http request upon an incoming call.
I basically want asterisk to request an uri on our intranet, which will pass
call details to our