Displaying 14 results from an estimated 14 matches for "gopinath_girish".
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!
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
2004 May 09
1
Stripping numbers at the end of a dial pattern => extension
Hello,
>From: "Hermann Wecke" <hermann@wecke.com>
>Subject: [Asterisk-Users] Stripping numbers at the end of a dial pattern =>
>extensions.conf
>Date: 8 May 2004 22:03:57 +0000
>
>Is it possible to strip some numbers from the *end* of a number?
>
>I know that ${EXTEN:1} will remove 1 position from the beggining... but
>how to remove N numbers from
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 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 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 Jan 26
0
Anyone run * on OS X ?
...dtmftone settings
correct - inband (also tried others to make sure), however asterisk shows
'username not entered'. Any clues how to tackle this ? Chenking voicemail
from x-lite for example I dont have problems.
regards,
Dave
--__--__--
Message: 3
From: "Girish Gopinath" <gopinath_girish@hotmail.com>
To: asterisk-users@lists.digium.com
Subject: Re: [Asterisk-Users] Has Nufone gone belly-up
Date: Mon, 26 Jan 2004 17:55:26 +0530
Reply-To: asterisk-users@lists.digium.com
>And I don't care about your network, your services, or your contributions
>to Asterisk. Your behav...
2003 Dec 21
1
SJphone, Asterisk and DTMF tones ...
Hi,
I am using SJPhone here for testing ivr with Asterisk. I haven't seen any
problem here yet.
I have tried different things for that and finally got it working. I am not
an expert to explain more about that, but here is the general section form
my sip.conf. dont know whether it will help...
[general]
port = 5060 ; Port to bind to
bindaddr = 0.0.0.0 ;
2004 Jan 15
0
Parking extension:700
Hi all,
> >From Andy Powells Getting Started With Asterisk (V 0.1a)
> > http://www.automated.it/guidetoasterisk.htm
> >
> > "" parking.conf file has this number set at 700. I've changed mine to
> > 701 because I was having an issue with Asterisk - although it would
> > 'see'
> > (looking at the console) I had tried to transfer to
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 05
0
Asunto: Re: Syntax
Hello,
>From: klky3@fibertel.com.ar
>To: asterisk-users@lists.digium.com
>Subject: Asunto: Re: [Asterisk-Users] Syntax
>Date: Wed, 5 May 2004 17:06:56 -0300
>
>Somebody knows a Howto that have the examples, but with comments ( the
>cookbok
>in the digium's page is quite diffcultly !!! )
>
>Best Regards
>
>Ivan
Checkout this url:
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 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