Displaying 20 results from an estimated 500 matches similar to: "Set context based on CID..."
2003 May 05
6
IAXTEL toll-free gateway
I have been playing around with asterisk for a week or so now and
haven't had too much trouble getting things to work but one thing seems
to puzzle me. I have been patient hoping that there was a configuration
error on the server or that the toll-free gateway was down but nothing
has changed. I have the following configuration context for IAXTEL:
[iaxtel]
exten =>
2003 Nov 07
0
RE: Asterisk-Users digest, Vol 1 #1808 - 13 msgs archives gsm of asterisk ???
Hello.
The procedure so that it works you can find in:
http://www.voip-info.org/wiki-Convert+WAV+audio+files+for+use+in+Asteris
k
a the files .wav
chmod 755 file.wav
sox file.wav -r 8000 file.gsm resample -ql
chmod 755 file.gsm
in extensions.conf
xxxx=> xxx,x,playback(file)
Ing Javier Rios
Ing de Proyectos
04167285748
212 2637246 /2637187
-----Original Message-----
From:
2002 Mar 01
2
rsync: dumping core, breaking pipes, not understanding modules - why?
I'm running rsync 2.5.2_1 on two machines - a production server (athlon
1500+, 512mb, 160gb raid array, running FreeBSD 4.4-release) and a machine
I'd like to use as a backup system (a p2/350, 192mb, 90gb, running FreeBSD
4.5-release.) I've got rsync running as a daemon on the production server,
and I'd like to use rsync to back up the key directories on that machine to
the
2015 Jun 04
2
[LLVMdev] Linking modules across contexts crashes
> 1. How to find all constants in Module? Does this code find all of them, or
> they are somewhere else too?
> for (GlobalVariable &GV : globals()) {
> if (auto C = static_cast<Constant*>(GV.Op<0>().get())) {
> ... C is Constant*
> }
> }
Constants are unfortunately part of the Context, not the module :-(
Cheers,
Rafael
2015 Jun 02
2
[LLVMdev] Linking modules across contexts crashes
> On 2015-Jun-02, at 12:37, Yuri <yuri at rawbw.com> wrote:
>
> On 06/01/2015 11:43, Duncan P. N. Exon Smith wrote:
>> You can round-trip to bitcode, reading the module into the
>> destination context. The following pseudo-code gives the idea:
>>
>> bool linkModuleFromDifferentContext(Module &D, const Module &S) {
>>
2007 Oct 29
1
Realtime & context
Hi all, I use asterisk with realtime features for extension, sip and iax.
In extensions.conf I have put these lines:
[from-internal]
include => parkedcalls
switch => Realtime/@
[fromiax]
switch => Realtime/@
There is a way for put in my database the context also? Now if I want to
add a new context I have to modify the extensions.conf with:
[newcontext]
switch => Realtime/@
but I
2003 Jun 11
3
How do i make best use of Macro?
Hi,
im trying to setup a chat system. And i belive the best way is using an
macro. But a couple of questions regarding using macros pops up.
a) Is there state building up if my macro calls itself recusivly?
Pseudo example:
[macro-chat]
to_many? Macro(chat, next_room)
increase # of users in chat
meeteme(room)
exit from meetme: decrease # of users in chat then Macro(chat, next_room)
exten
2006 Mar 23
6
How to create [new_context] in extensions.conf?
It _appears_ that the only way to create valid [context] is by a
context = line in sip.conf.
Is there another way to create a [new_context] in extensions.conf so I
can dial from it?
Right now most of my extens are in [default] and I'd like to avoid that.
Larry
--
Larry Alkoff N2LA - Austin TX
Using Thunderbird on Slackware Linux
2006 Apr 02
1
Who is on a call?
I would like to know which extension number is engaged in a call.
show channels shows me:
*CLI> show channels
Channel Location State
Application(Data)
SIP/asterisk.elmit.com-0 690@default:2 Up
Echo()
SIP/8807-066 690@newcontext Up Echo()
2 active channels
2 active calls
but it is not
2015 Jun 01
2
[LLVMdev] Linking modules across contexts crashes
> On 2015-Jun-01, at 11:06, Reid Kleckner <rnk at google.com> wrote:
>
> I'm pretty sure module linking is expected to occur in the same LLVM context.
Correct.
> IIRC Duncan had some proposal for how ld64 could do something clever with multiple contexts, but I've totally forgotten what it was.
This was for LTO (probably unrelated to Yuri's scenario?).
1.
2010 Jul 23
1
using listcontrol
hi, i a new to wxRuby, but have been able to create a frame/listcontrol and
fill the list with items.
What I do not understand is why the vertical scroll bar on the list does not
respond?
I have 15 items showing and 50 in the list. Do I need some event to
activatte it?
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
2001 Nov 05
0
Ugh, Does Interfaces not work?
I'm a college student, but I also have an private network behind my
firewall at college, and I have an ipsec tunnel to my office. I had to
recently use the printer port on my firewall, so I ended up installing
samba, and told it only to talk to my office network. Well, it managed to
pick up the browser list..... and it got ahold of a local browser role as
soon as it came up because I have a
2006 Jan 20
4
REST API''s and querying a graph of objects
Hey all,
I am wondering if anyone has given thought to using REST / XPath as
querying mechanism. That way you could have a URL that actually maps
to a collection of records (objects, really) that meet a certain
criteria and that are sorted a certain way.
Mike Pence
2010 Dec 15
3
How to apitalize leading letters & else of personal names?
Dear R world,
Do you know about a function that would capitalize in the correct manner
first and family names?
I found in the cwhmisc only the CapLeading function, but it just does not do
the job, taking care only to capitalize the first letter of a word.
I am looking for a function that would recognize " |'|Mc|-" and capitalize
the first letter following these characters.
An
2005 Jan 21
3
Fw: R Citation
Dear Achim, Thanks for the comment. Here is the publisher's style guideline
(AGU)
"Because the Internet is dynamic environment and sites may change or move,
treat World Wide Web, ftp files, and electronically archived data stored at
data centers other than World or National Data Centers as unpublished, i.e.,
in text only." http://www.agu.org/pubs/AuthorRefSheet.pdf
So by this
2005 Feb 01
2
AGI Script for CID Rewrite and CID Name lookup
I recently changed to all IAX providers for my DIDs, and none of them
offer incoming caller-names. Back in the days when I did have incoming
caller names, I found the names provided by the various phone-companies
fairly useless -- "WIRELESS CALLER", "YOURCITYHERE" etc.
Last Friday I finally set off to roll my own, in order to meet the
following requirements:
- uniformely
2010 Mar 16
2
DID/CID doesn't match "." (dot) in CID field
Hi all,
using Skype for Asterisk I have the following problem.
In my dialplan I need to have a CID matching (example.skype) over a DID
(test.skype) :
[example]
exten => test.skype/example.skype,1, NoOp(nothing)
exten => test.skype/example.skype,n, Hangup()
Where test.skype and example.skype are Skype business account.
In this case, when I get a :
CLI> show dialplan example
I get:
[
2006 Aug 17
8
instance variables in templates
Hey all,
Well... hmm... feeling pretty stupid here...
For some reason my controller instance variables are not displaying
in my templates. I''ve boiled it down to this test case.
class Rss::FilmController < ApplicationController
def display
@time = Time.now
end
end
and the template:
<html>
<head>
<title>Is This Ever Going To Work</title>
2010 Aug 31
1
Logging the CID from the Privacy Manager
Hi folks,
My v1.6 Asterisk system logs all Call Detail Records to a PostgreSQL
database, including those handled by the Privacy Manager.
Unfortunately, even though I can use the CLI to see the information
being submitted by anonymous callers to satisfy the demands of the the
Privacy Manager, that information is not recorded in the database.
Instead, all that is written to it:
clid:
2013 Apr 10
0
Follow Me CID
Hi,
We have recently implemented asterisk as the office PBX, and as a GUI, we
chose Elastix. All seems quite easy and am very pleased with the way
Asterisk is running and handling calls. To summarize briefly, our setup
looks like this:
LAN -> Asterisk PBX (Elastix) -> Asterisk TDM (basic CLI with libSS7)
We get a whole 3 digit number series from our telco. So, like, +1 312 765
7xxx