[asterisk-users] How to work Asterisk with Video Conference

2010-07-06 Thread Hiren Mistry
Hi,

How do I configure Asterisk as a Video Conference purpose. What package 
I need to configure and what steps I need to follow to configure in 
dial-plan to authenticate user.

Regards,
Hiren Mistry

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[asterisk-users] How to work Asterisk with Video Conference

2010-06-30 Thread Hiren Mistry
Hi,

I have installed Asterisk 1.6. I have to configure Asterisk as a Video 
Conferancing purpose. What package I need to configure and what steps I 
need to follow to configure in dialplan to authenticate user.

Regards,
Hiren Mistry

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[asterisk-users] Problem in extensions.conf Configuration ${CALLINGPRES}

2008-10-20 Thread Hiren Mistry
Dear Everybody,

I have to store variable from ${CALLINGPRES} and get birth date  of  our 
client and get back to him his birth prediction as numerology 
(numerology digit value is between 1-9). I have also mentioned below 
example here suppose client's birth date is 27-01-2000 then 
2+7+0+1+2+0+0+0 = 12 and then 1+2 = 3. 3 is result so client can get his 
prediction as this 3 digit.

Please guide me how can I write in extensions.conf

exten = 1,1,SetGlobalVar(A=${CALLINGPRES})
exten = 1,n,NoOp(${A})

How can I store variable from ${CALLINGPRES}. I have also tried 
SetVar(A=${CALLINGPRES}) instead of SetGlobleVar() but I have not get 
any integer variable.

-- 
With Regards,
Hiren Mistry


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] How to make a Outgoing Call from Asterisk ?

2008-09-19 Thread Hiren Mistry

Dear Max,

I have mentioned below dialplan for Outgoing Call from Asterisk.

--
extensions.conf

[default]
exten = 901,1,Answer()
;exten =901,2,set(CDR(userfield)='Kerala-IDEA')
exten = 901,2,Macro(outbound)

[macro-outbound]
exten = s,1,Background(ivr_menu/mainmenu/PORTAL)
;exten = s,n,noop(phonepress=${CALLINGPRES})
exten = s,n,Dial(ZAP/g1/9925152778|60)
exten = t,1,Hangup()
exten = h,1,Hangup()

--
zapata.conf

[trunkgroups]
[channels]
switchtype=national
signalling=pri_cpe ;=to work as extention
rxwink=300  ;= Atlas seems to use long (250ms) winks
flash=200
usecallerid=yes
hidecallerid=no
callwaiting=yes
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
canpark=yes
cancallforward=yes
callreturn=yes
echocancel=no
echocancelwhenbridged=no
busydetect = yes
callprogress = yes
rxgain=0.0
txgain=0.0
group=1
channel=1-15,17-31
callgroup=1
pickupgroup=1
immediate=no

group=2
switchtype=euroisdn
signalling=pri_cpe;=pri_net
channel=32-46,48-62

;=  Used for distinctive ring support for x100p.
;=  You can see the dringX patterns is to set any one of the 
dringXcontext fields
;=  and they will be printed on the console when an inbound call 
comes in.

;=
dring1=95,0,0
dring1context=internal1
dring2=100,95,0
dring2context=internal2

;= If no pattern is matched here is where we go.
context=default
;context=outbound
channel = 32

--
zaptel.conf

loadzone = us
defaultzone=us

span=1,1,0,ccs,hdb3
bchan=1-15,17-31
dchan=16

span=2,2,0,ccs,hdb3
bchan=32-46,48-62
dchan=47

Hear span 1 is connect with pri which is for outgoing and span 2 is 
connect with Samsung OpenServ 500 PBX for PSTN Agent.


With Regards,
Hiren Mistry.


Max Alex wrote:

Hi Hiren,
can you please pass me the whole dial plan of the testing?

Thanks,
Max Alex
Voip Developer



On Thu, Sep 18, 2008 at 5:11 PM, Hiren Mistry 
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
wrote:


Dear All,

 Pl. any one can give me help. B'coz  I have to implicitly
work for Outgoing call from PSTN Agent. I have also may to call
out side the office from exten = s,n,Dial(Zap/4/111,60) on
testing purpose. But, how to dial number via PSTN agent's phone
like zero or nine dialing. I mean how to get dialtone before the
dial and how to enter call number from PSTN agent's phone.

-- 
With Regards,

Hiren Mistry





--
With Regards,
Hiren Mistry

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

[asterisk-users] How to make a Outgoing Call from Asterisk ?

2008-09-18 Thread Hiren Mistry
Dear All,

   Pl. any one can give me help. B'coz  I have to implicitly work 
for Outgoing call from PSTN Agent. I have also may to call out side the 
office from exten = s,n,Dial(Zap/4/111,60) on testing purpose. But, 
how to dial number via PSTN agent's phone like zero or nine dialing. I 
mean how to get dialtone before the dial and how to enter call number 
from PSTN agent's phone.

-- 
With Regards,
Hiren Mistry


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] [Re: Asterisk CDR Problem for Export CSV (Asterisk-stat-v2)]

2008-09-11 Thread Hiren Mistry
Dear Max,

Yes, I have modified line no 5 with include_once(dirname(__FILE__) . 
/lib/fpdf.php');
But I can not also see export to csv or export to pdf option from 
download cdr data as I required within date.

-- 
With Regards,
Hiren Mistry


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[asterisk-users] How to make outgoing call from Pri ?

2008-09-10 Thread Hiren Mistry
Dear Everyone,

I have a one Outgoing pri. And I have to use this pri for 
outgoing call from this premises. Can anyone guide me how it is done and 
what I have to mention in extention.conf If I have to get zero dialing 
facility for out going.

-- 
With Regards,
Hiren Mistry


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[asterisk-users] Asterisk CDR Problem for Export CSV (Asterisk-stat-v2)

2008-09-09 Thread Hiren Mistry





Dear All,

I have configured here Asterisk-stat
(Call Detail Records) for CDR ANALYSER. Here I am facing problem
in web analyser when I Selection of the day as I require
it can get data from asterisk postgres database. But in bottom side I
have not seen graphical chart and I also can't make export file.


CDR (Call Detail Records)





umber of calls : 21534

  


  
 
   
  - Call Logs - 
   
 
   
 
  
  
   
 

  

   
 

  
 
 Calldate   

  
 Channel 

  
 Source 

  
 Clid 

  
 Lastapp 

  
 Lastdata 

  
 
 Dst  

  
 APP 

  
 Disposition 

  
 
 Duration  

  
 Userfield 

  
 Accountcode 

 
   
 
 
   
 1.
 2008-09-01 23:59
 Zap/84-...
 992
 992
 BackGround
 ivr_menu/mainmenu/PRESS_03
 s
 

 ANSWERED
 00:35
 Ij
 

 
   
 2.
 2008-09-01 23:59
 Zap/83-...
 975
 975
 WaitExten
 10
 s
 

 ANSWERED
 00:19
 IP
 

 
   
 3.
 2008-09-01 23:59
 Zap/82-...
 971
 971
 BackGround
 ivr_menu/mainmenu/guj_promp
 s
 

 ANSWERED
 00:34
 IGj
 

 
   
 4.
 2008-09-01 23:59
 Zap/81-...
 7965
 7965
 Dial
 ZAP/R2/501|60
 s
 

 ANSWERED
 06:12
 ATA
 

 
   
 5.
 2008-09-01 23:58
 Zap/80-...
 972
 972
 WaitExten
 10
 s
 

 ANSWERED
 00:20
 Ij
 

  

  
  

  



I have not seen below graphical chart
and I also can't make export file.
-- -- -- --

TOTAL

  ASTERISK
MINUTES
Date  Duration
GRAPHIC CALLS  
 ACT
2008-09-01   3  
   27789  
 





  

   Export PDF file 
Export CSV file 

  



-- 
With Regards,
Hiren Mistry



___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

[asterisk-users] Asterisk CDR Problem for Export CSV (Asterisk-stat-v2)

2008-09-09 Thread Hiren Mistry





Dear All,

I have configured here Asterisk-stat
(Call Detail Records) for CDR ANALYSER. Here I am facing problem
in web analyser when I Selection of the day as I require
it can get data from asterisk postgres database. But in bottom side I
have not seen graphical chart and I also can't make export file.


CDR (Call Detail Records)





umber of calls : 21534

  


  
 
   
  - Call Logs - 
   
 
   
 
  
  
   
 

  

   
 

  
 
 Calldate   

  
 Channel 

  
 Source 

  
 Clid 

  
 Lastapp 

  
 Lastdata 

  
 
 Dst  

  
 APP 

  
 Disposition 

  
 
 Duration  

  
 Userfield 

  
 Accountcode 

 
   
 
 
   
 1.
 2008-09-01 23:59
 Zap/84-...
 992
 992
 BackGround
 ivr_menu/mainmenu/PRESS_03
 s
 

 ANSWERED
 00:35
 Ij
 

 
   
 2.
 2008-09-01 23:59
 Zap/83-...
 975
 975
 WaitExten
 10
 s
 

 ANSWERED
 00:19
 IP
 

 
   
 3.
 2008-09-01 23:59
 Zap/82-...
 971
 971
 BackGround
 ivr_menu/mainmenu/guj_promp
 s
 

 ANSWERED
 00:34
 IGj
 

 
   
 4.
 2008-09-01 23:59
 Zap/81-...
 7965
 7965
 Dial
 ZAP/R2/501|60
 s
 

 ANSWERED
 06:12
 ATA
 

 
   
 5.
 2008-09-01 23:58
 Zap/80-...
 972
 972
 WaitExten
 10
 s
 

 ANSWERED
 00:20
 Ij
 

  

  
  

  



I have not seen below graphical chart
and I also can't make export file.
-- -- -- --

TOTAL

  ASTERISK
MINUTES
Date  Duration
GRAPHIC CALLS  
 ACT
2008-09-01   3  
   27789  
 





  

   Export PDF file 
Export CSV file 

  



-- 
With Regards,
Hiren Mistry



___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Asterisk CDR Problem

2008-08-30 Thread Hiren Mistry

Hi Max,
   In CDR configuration for Pstgres Database, I have copied 
cdr_pgsql.so module file from other Asterisk System. May be that happen 
in this my problem I have Installed Asterisk 1.4 on CentOS-5 (64bit). 
So, exactly what in both system which I have made recently the file size 
of cdr_pgsql.so is different one is 128.2 kb and one is 130.5 kb when I 
copied 130.5 file in /usr/lib/asterisk/modules and cdr_pgsql.so can load 
which is I describe below


localhost*CLI module load cdr_pgsql.so
 == Parsing '/etc/asterisk/cdr_pgsql.conf': Found
Loaded cdr_pgsql.so = (PostgreSQL CDR Backend)
localhost*CLI

--
And OUTPUT on CLI --- Below

localhost*CLI cdr status
CDR logging: enabled
CDR mode: simple
CDR registered backend: csv
CDR registered backend: cdr_manager
CDR registered backend: cdr-custom
CDR registered backend: pgsql
localhost*CLI
Now data are inserting in Postgres Database. Thank you Max for your 
Supports. But is it possible there are two different file size ? And 
when I install Asterisk 1.4 in /etc/asterisk directory no one files are 
copied. Now that problem is solve.


With Regards.
Hiren Mistry

Max Alex wrote:

Hi,
let me know that you have configured properly in res_pgsql.conf in 
asterisk with proper, and it is connected properly to database with 
database details.


Thanks,
Max Alex
Voip Developer



On Fri, Aug 29, 2008 at 10:26 AM, Hiren Mistry 
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
wrote:



Hi ,
I have check zapte.conf in and after make some correction that
problem solve.

But now I am facing other problem. We are using here Postgres
Database and the data from CLI it can't insert in Postgres
Database. I have also here mention below cdr_pgsql.conf,
modules.conf and cdr.conf

cdr.conf -- Below
[general]

[csv]
usegmtime=yes ;log date/time in GMT
loguniqueid=yes ;log uniqueid
loguserfield=yes ;log user field

--
cdr_pgsql.conf -- Below

[global]
hostname=localhost
;hostname=122.160.10.81 http://122.160.10.81
port=5432
dbname=asterisk
password=postgres
user=postgres
table=cdr   
--

modules.conf -- Below

[modules]
autoload=yes
;preload = res_odbc.so
;preload = res_config_odbc.so

noload = pbx_gtkconsole.so
;load = pbx_gtkconsole.so
noload = pbx_kdeconsole.so
load = res_musiconhold.so
noload = chan_alsa.so



--
OUTPUT on CLI --- Below
localhost*CLI cdr status
CDR logging: enabled
CDR mode: simple
CDR registered backend: csv
CDR registered backend: cdr_manager
CDR registered backend: cdr-custom
localhost*CLI

also when I load manually cdr_pgsql.so on CLI then it show error
which is also I describe below
localhost*CLI module load cdr_pgsql.so
[Aug 29 10:22:21] WARNING[8984]: loader.c:362 load_dynamic_module:
Error loading module 'cdr_pgsql.so': libpq.so.5: cannot open
shared object file: No such file or directory
[Aug 29 10:22:21] WARNING[8984]: loader.c:614 load_resource:
Module 'cdr_pgsql.so' could not be loaded.


So, Please guide me for load Postgres module in asterisk for CDR
Database.

Subject:
Re: [asterisk-users] Asterisk CLI Show Error :- (**Unknown**)
instead of (Zap/22-1, )
From:
Max Alex [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
Date:
Thu, 28 Aug 2008 11:48:16 +0530

To:
Asterisk Users Mailing List - Non-Commercial Discussion
asterisk-users@lists.digium.com
mailto:asterisk-users@lists.digium.com


Hi Hiren,
Have you properly configured the zap channels in asterisk,
which device have you configured in asterisk with zaptel?

let me know the dial plan for ivr.

Thanks,
Max Alex
Voip Developer



On Thu, Aug 28, 2008 at 11:40 AM, Hiren Mistry
[EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] wrote:

Hi, Everybody,

I am planning to make a new IVR on Asterisk I have Installed zaptel ,
libpri, asterisk, asterisk-addon on CentOS 5
I also start service of zaptel and asterisk it start successfully. But
when goto asterisk CLI prompt and check this IVR then all call string
with (**Unknown**) instead of (Zap/22-1, ) and I have also 3

[asterisk-users] Asterisk CLI Show Error :- (**Unknown**) instead of (Zap/22-1, )

2008-08-28 Thread Hiren Mistry

Hi, Everybody,

I am planning to make a new IVR on Asterisk I have Installed zaptel , 
libpri, asterisk, asterisk-addon on CentOS 5
I also start service of zaptel and asterisk it start successfully. But 
when goto asterisk CLI prompt and check this IVR then all call string 
with (**Unknown**) instead of (Zap/22-1, ) and I have also 3 other 
Asterisk base IVR which is also on CentOS.
[Asterisk CLI  Executing [EMAIL PROTECTED]:1] Answer(**Unknown**, ) in 
new stack ]

Please Help me for Configuring this IVR.

-- 
With Regards,
Hiren Mistry


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[asterisk-users] Asterisk CDR Problem

2008-08-28 Thread Hiren Mistry


Hi ,
I have check zapte.conf in and after make some correction that problem 
solve.


But now I am facing other problem. We are using here Postgres Database 
and the data from CLI it can't insert in Postgres Database. I have also 
here mention below cdr_pgsql.conf, modules.conf and cdr.conf


cdr.conf -- Below
[general]

[csv]
usegmtime=yes ;log date/time in GMT
loguniqueid=yes ;log uniqueid
loguserfield=yes ;log user field
--
cdr_pgsql.conf -- Below

[global]
hostname=localhost
;hostname=122.160.10.81
port=5432
dbname=asterisk
password=postgres
user=postgres
table=cdr   
--

modules.conf -- Below

[modules]
autoload=yes
;preload = res_odbc.so
;preload = res_config_odbc.so

noload = pbx_gtkconsole.so
;load = pbx_gtkconsole.so
noload = pbx_kdeconsole.so
load = res_musiconhold.so
noload = chan_alsa.so


--
OUTPUT on CLI --- Below
localhost*CLI cdr status
CDR logging: enabled
CDR mode: simple
CDR registered backend: csv
CDR registered backend: cdr_manager
CDR registered backend: cdr-custom
localhost*CLI

also when I load manually cdr_pgsql.so on CLI then it show error which 
is also I describe below

localhost*CLI module load cdr_pgsql.so
[Aug 29 10:22:21] WARNING[8984]: loader.c:362 load_dynamic_module: Error 
loading module 'cdr_pgsql.so': libpq.so.5: cannot open shared object 
file: No such file or directory
[Aug 29 10:22:21] WARNING[8984]: loader.c:614 load_resource: Module 
'cdr_pgsql.so' could not be loaded.



So, Please guide me for load Postgres module in asterisk for CDR Database.

Subject:
Re: [asterisk-users] Asterisk CLI Show Error :- (**Unknown**) instead 
of (Zap/22-1, )

From:
Max Alex [EMAIL PROTECTED]
Date:
Thu, 28 Aug 2008 11:48:16 +0530

To:
Asterisk Users Mailing List - Non-Commercial Discussion 
asterisk-users@lists.digium.com



Hi Hiren,
Have you properly configured the zap channels in asterisk,
which device have you configured in asterisk with zaptel?

let me know the dial plan for ivr.

Thanks,
Max Alex
Voip Developer



On Thu, Aug 28, 2008 at 11:40 AM, Hiren Mistry 
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
wrote:


Hi, Everybody,

I am planning to make a new IVR on Asterisk I have Installed zaptel ,
libpri, asterisk, asterisk-addon on CentOS 5
I also start service of zaptel and asterisk it start successfully. But
when goto asterisk CLI prompt and check this IVR then all call string
with (**Unknown**) instead of (Zap/22-1, ) and I have also 3 other
Asterisk base IVR which is also on CentOS.
[Asterisk CLI  Executing [EMAIL PROTECTED]:1] Answer(**Unknown**, ) in
new stack ]

Please Help me for Configuring this IVR.

--
With Regards,
Hiren Mistry



--
With Regards,
Hiren Mistry

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

[asterisk-users] Asterisk - get Caller String(as per key action)

2008-05-01 Thread Hiren Mistry

Dear Sir,

I have a one query for Asterisk, I want to make a dial plan to the 
conference in Caller, Asterisk and my staff, and my staff will also 
transfer call to return PBX to IVR. and when caller make press key as a 
date of birth then ivr can make calculate sum in one digite (Example :- 
12/12/2000 total is 8 ). So what I have to do in my dial-plan. My 
Asterisk System is transfer call to PSTN line.


With Regards,
Hiren Mistry.

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users