Displaying 7 results from an estimated 7 matches for "call_file".
2006 Apr 10
2
HTML / PHP
Has anyone made, or have any simple PHP, or HTML interfaces where by a user
could enter their number and the number they want to call, and have asterisk
bridge the calls?
2017 Feb 08
3
Stripping Debug Locations on cross BB moves, part 2 (PR31891)
...all
site so that the DIEs for the inlined subroutine can be described)
Any ideas on how we should approach this?
We could have a bit in DebugLoc (or other choice of representation) for the
non-line location. For the line table this would work the same as absent
DebugLoc - for calls it would cause call_file/line/discriminator (do we
have a call_discriminator? We probably should, don't know if we do) to be
omitted which is something the LLVM IR representation currently can't
express.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/piperm...
2011 Feb 14
1
Asterisk Call File using Local Channel not passing Variable back to Dialplan
...-----------------------------------*
echo "Channel: Local/s at callback_leg*1*/n
CallerID: \"Call-back\" <123456>
MaxRetries: 0
RetryTime: 10
WaitTime: 45
Context: callback_leg*2*
Extension: s
Priority: 1
Set: myNum=$1
Set: partyNum=$2
AlwaysDelete: Yes
Archive: Yes" > $call_file
*Context - callback_leg1*
*----------------------------------------------------------------------*
[callback_leg1]
exten => s,1,Answer()
exten => s,1,NoOp(PartyNum=${partyNum})
exten => s,n,NoOp(MyNum=${myNum})
exten => s,n,Hangup()
Both the NoOp for $partyNum and $myNum come back bl...
2017 Feb 08
2
Stripping Debug Locations on cross BB moves, part 2 (PR31891)
...can be
> described)
> >
> > Any ideas on how we should approach this?
> >
> > We could have a bit in DebugLoc (or other choice of representation) for
> the non-line location. For the line table this would work the same as
> absent DebugLoc - for calls it would cause call_file/line/discriminator (do
> we have a call_discriminator? We probably should, don't know if we do) to
> be omitted which is something the LLVM IR representation currently can't
> express.
>
> Even if the function calls are not inlined it could be preferable to keep
> a debug...
2017 Feb 08
2
Stripping Debug Locations on cross BB moves, part 2 (PR31891)
...can be
> described)
> >
> > Any ideas on how we should approach this?
> >
> > We could have a bit in DebugLoc (or other choice of representation) for
> the non-line location. For the line table this would work the same as
> absent DebugLoc - for calls it would cause call_file/line/discriminator (do
> we have a call_discriminator? We probably should, don't know if we do) to
> be omitted which is something the LLVM IR representation currently can't
> express.
>
> Even if the function calls are not inlined it could be preferable to keep
> a debug...
2017 Feb 09
2
Stripping Debug Locations on cross BB moves, part 2 (PR31891)
...can be
> described)
> >
> > Any ideas on how we should approach this?
> >
> > We could have a bit in DebugLoc (or other choice of representation) for
> the non-line location. For the line table this would work the same as
> absent DebugLoc - for calls it would cause call_file/line/discriminator (do
> we have a call_discriminator? We probably should, don't know if we do) to
> be omitted which is something the LLVM IR representation currently can't
> express.
>
> Even if the function calls are not inlined it could be preferable to keep
> a debug...
2017 Feb 10
2
Stripping Debug Locations on cross BB moves, part 2 (PR31891)
...ned subroutine can be described)
> >
> > Any ideas on how we should approach this?
> >
> > We could have a bit in DebugLoc (or other choice of representation) for the non-line location. For the line table this would work the same as absent DebugLoc - for calls it would cause call_file/line/discriminator (do we have a call_discriminator? We probably should, don't know if we do) to be omitted which is something the LLVM IR representation currently can't express.
>
> Even if the function calls are not inlined it could be preferable to keep a debug location. It's...