Displaying 20 results from an estimated 1000 matches similar to: "Stripping numbers at the end of a dial pattern => extension"
2003 Nov 25
4
* Configuration
Hi,
I am a beginner to Asterisk. Can anybody clear my following doubts regarding
the configuration needed?
1) What is the ideal system configuratin required?(like processer, RAM, h/d
space etc)
2) How many connections it can handle at a time?
3) How many Virtual PBXs it can handle?
4) Whether Postgres or Mysql is best suited?
5) How many IVR's it can handle simultaneously?
6) How many
2003 Dec 02
7
Meetme Recording
Hi,
Can anybody explain me in configuring Asterisk to record a conference?
Regards...
Girish
_________________________________________________________________
Add zing to Hotmail. Get FREE newsletters.
http://server1.msn.co.in/features/general/Newsletters/index.asp Subscribe
now!
2004 Apr 01
2
H323 - SIP Interoperability
Hi there,
I would like to communicate H323 IP phones with SIP phones. My H323
phones are registered to a gnugk GK, and the SIP phones are registered to a
asterisk SIP proxy.
I could not create a dialplan that works. Inside my extensions.conf file I
created the following two entrances:
exten => 4,1,Dial(SIP/4)
exten => 5,1,Dial(SIP/5)
This allows SIP phones call each other.
2004 Jan 02
3
* Stresstool Help required
Hi all,
I am trying to write a program that sends SIP requests to asterisk. My aim
is to make asterisk record as many voicemails it can at a time. The design
of the program is like this:
There are two processes: One main process and a child process (No flames
pls. I have very little idea about pthreads and dl modules)
The main program asks the user to input the number of test instances. When
2004 Jan 23
1
exten=>h and ResetCDR
Hi friends,
I have the entry exten => h,Hangup in my extensions.conf, and I am trying to
record the call details for billing. From the wiki i found out that the use
of "exten=>h,..." is not suggested for the CDRs. What impact will the use of
'h' make on CDRs? Also, what is the advantage of using ResetCDR with
exten=>h?
Regards...
Girish
2004 May 02
6
Simple SIP X-Lite Configuration Failing
I keep getting the following Auto-congesting message whenever I try to dial from an X-Lite SIP phone to another one within my LAN. It's a real basic configuration but I am unable to figure out what is happening:
localhost*CLI>
-- Executing Dial("SIP/jay-de1b", "SIP/jtest|20|tr") in new stack
-- Called jtest
May 2 11:47:58 NOTICE[1133742896]: chan_sip.c:1019
2004 Jan 21
2
Starting with MGCP and Asterisk
Hi.
I'm trying to start a MGCP configuration in Asterisk but i have some
basic problems. I hope that someone can help me.
First ..how do set two call agents in the configuration files?
How is the extensions.conf for MGCP?!
I'm trying to start the Asterisk, and obtain this:
[root@server3 asterisk]# ./asterisk -vvvc
== Parsing '/etc/asterisk/asterisk.conf': Not found (No such
2004 Aug 23
0
How to recover the problem with pgsql and asterisk
Hi
Please help to store datas of call history into the pgsql. When I have run
./asterisk -vvvvc then I have faced
"== Parsing '/etc/asterisk/cdr_pgsql.conf': Found
Aug 23 16:11:38 ERROR[1076245120]: cdr_pgsql.c:299 my_load_module:
cdr_pgsql: Unable to connect to database server localhost. Calls will not
be logged!
Aug 23 16:11:38 ERROR[1076245120]: cdr_pgsql.c:300
2003 Nov 26
3
Virtual PBX (*)
Hi,
I have received some replies for my previous mail (* configuration), asking
for my goals in configuring Asterisk. So here they are:
We are planning to host an Inter continental virtual PBX service that will
enable our users to register for an account which give them a toll-free # or
a DID.
Once registered using a web based interface, that user can add as manay
extensions he/she wants
2004 May 17
4
Asterisk Proxy Type
Perhaps stupid question but, is Asterisk a statefull or stateless proxy?
Ignace
2004 Apr 23
0
Samba Network error
Hi all,
I was installing redhat Linux 9 some days back in my test machine.
And later i tried to configure samba into that so that i could share my
linux directories in windows machines. After the configurations are done i
was able to see the linux machine in the Network Neighbourhood. when i click
that linux machine there was an error message like this:
//Local host is not
2004 Jan 13
7
Parking extension not working
I have the standard parking.conf but extension 700 doesn't show up in my
dialplan.... Why? I can dial 701 which tells me that I don't have any
calls parked there. 700 just gives me invalid extension noise....
Should I have extension 700 defined elsewhere?
Thanks
parking.conf
[general]
parkext =a 700 ; What ext. to dial to park
parkpos => 701-705
2004 Aug 13
11
asterisk in india
Does anyone know if the E1 cards that digium sells work in India. Also are
there any distributers for those cards in India. By E1 cards I mean E100P,
TE410P or TE405P
--
regards
Vikram (http://www.vicramresearch.com)
2011 Dec 21
2
[LLVMdev] Stop MachineCSE on certain instructions
Hi, Jim.
In my case the target (Tilera) doesn't have a full 32-bit mult operation and to do so it has to accumulate results from three 16-bit mults, by retaining operands and the result across in the same registers. However the ISel DAG thinks its a CSE case. Please note this is not a MAdd/MSub triad.
How could I do this by defining such a sequence or the pattern in the .def file itself for
2004 Mar 31
1
sip-msmessenger
Can anyone please help, I can't tell why it will not connect.
I do not know how to read this debug file to were it is wrong.
Thanks
Sip read:
REGISTER sip:192.168.1.101 SIP/2.0
Via: SIP/2.0/UDP 192.168.1.100:9082
From: <sip:2203@192.168.1.101>;tag=97442d5b-75b7-4e23-9021-b8605797eb56
To: <sip:2203@192.168.1.101>
Call-ID: ea352d6f-a879-4db6-a361-365487a20d4a@192.168.1.100
CSeq: 1
2004 Jun 09
1
Using asterisk as voicemail system for SER
I ma new to Asterisk.
I'd like to setup * as voicemail system for SER.
Let's say I have an phone number registered in ser as 5554321. When somebody dial to ser for this number and nobody answer, the ser will forward the call to asterisk and get into voicemail box 5554321. I already have asterisk up and running with mysql setup for asterisk voicemail.
Can somebody show me how to do it? Or
2011 Dec 23
1
[LLVMdev] Stop MachineCSE on certain instructions
Hi Jim.
I'm doing custom lowering but here I have a very basic issue and the situation is like this -
[Original Op]
Mul Dest, Src1, Src2
[Expanded from EmitInstrWithCustomInserter]
Step1 Dest, Src1, Src2 <=== BuildMI(..., Step1, Dest).addReg(Src1).addReg(Src2)
Step2 Dest, Src1, Src2 <=== BuildMI(..., Step2, Dest).addReg(Src1).addReg(Src2)
Step3 Dest, Src2, Src1 <===
2006 Oct 08
2
FreeBSD 6.1 OpenSSH broken
Hi,
I know this subject is better suited to the freebsd mailing list but I send it here bcoz this mail is further to the mail I sent a couple of weeks ago about weird DH problems with FreeBSD OpenSSH.
It turned out that reinstalling OpenSSL solved the issue.
For those of you working on FreeBSD this is the solution.
# cd /usr/ports/security/openssl
#make deinstall
#make reinstall
I will
2011 Dec 21
0
[LLVMdev] Stop MachineCSE on certain instructions
Ah, OK. I think I understand much better now. Thanks! You shouldn't need bundles for that sort of thing. A custom lowering or a fancy pattern should be sufficient, depending on the details of how your target is defined.
For patterns, looks at the various targets use of the Pat<>, Pattern<>, ComplexPattern<> and related classes in the .td files.
For examples of custom
2011 Dec 20
2
[LLVMdev] Stop MachineCSE on certain instructions
Hello Jim.
Just out of curiosity, won't such mechanism work via the patterns from instructions defs?
Thanks.
Girish.
>________________________________
> From: Jim Grosbach <grosbach at apple.com>
>To: Johannes Birgmeier <e0902998 at student.tuwien.ac.at>
>Cc: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu>
>Sent: Monday, 19 December 2011 10:33 PM