Displaying 20 results from an estimated 5000 matches similar to: "Dialing out through a Hardware PBX"
2003 Sep 07
2
Call Time out Problem-Very Urgent!
hi,
I have a problem in call time out,
An ISDN PRI E1 from PSTN and another ISDN PRI E1 from a
Nortel PBX is conneted to my server.
But when i do a Dialout(from both E1s)the calls do not timeout.
For ex.
Dial(Zap/g4/123456|20|t)
suppose other side is ringing and is not answering.
even after 20 seconds, call doesn't get timeout
pls gv me a solutions..
its really urgent..
Surajee
2003 Jul 05
3
Activate MySQL logging
<P>hi,</P>
<P>Can anybody pls tell me how to activate loggin CDR on mysql db. I tried editing the /etc/asterisk/cdr_mysql.conf file and recompiling asterisk, it didn't work. Normal loggin on Master.csv file works fine.</P>
<P>Thank you inadvance,</P>
<P>Surajee</P>
<P> </P><br>
--------------This mail sent
2003 Jul 06
9
Accurate Billing
<P>hi everyone,</P>
<P>I know this issue has been raised many times before, i think still the problem remains. When a call is made through a Zap channel, whether it is actually made or not (irrespective of whether, engaged, busy, or actually answered), asterisk logs it in CDRs as a call made. This makes it impossible to do an accurate billing. Has anybody found a way to overcome
2003 Jul 11
7
ISDN PRI E1 configuration with E100P
<P>hi Everyone,</P>
<P>We are configuring an ISDN PRI E1 with an E100P card, when you load the drivers, and starts the asterisk, cards also starts fine, givin following output,</P>
<P>*CLI> <BR> == D-Channel on span 1 up<BR> -- B-channel 1 successfully restarted on span 1<BR> --
2003 Jun 01
6
Call Transfer Problem
hi All,
We are working on Soft-PBX using Asterisk. This relates to CALL TRANSFERRING aspects of Asterisk.
We were able to do one type of call transfering, ie, the called person can transfer the original call to another person.
but we were unable to do the other, that is, call initiator him/her self couldn't transfer the call. Eventhough the documentation for Dial application intructs to
2003 Aug 07
1
Warning Messages
hi,
i have connected a SNOM 200 to the asterisk. here are my settings,
Codecs
-------
Default codec - g.711u/g.711a
Packet size - 20ms
Negotiation - Interoperable
Type - 160
DTMF
----
Inband - negotiate
Outband - negotiate
Payload Type - 101
when a call comes to the SNOM or when making an outdial, following warning
messages are coming on asteisk,
WARNING[1209214400]: File dsp.c, Line 1198
2003 Oct 16
1
Prob with Ringing multiple Channels
hi,
The prob is when we ring 2 channels simultaneously, only 1 channel is actually ringing.
In our configuration, the Asterisk box is connected to an E1 channel bank,
where 15 analog extensions are conencted to channelbank inturn.
We tried following,
Dial,Zap/g4/444&Zap/g4/448|20|t
Heres the output,
-- Executing Dial("IAX2[trunk10@trunk50]/1",
2005 Jul 25
1
sendDTMF at pickup
Hi everyone:
The following code dials our prefix, sends a beep, and sends a DTMF "c"
tone, then dials the phone number.
I need to send the DTMF only if the phone is answered.
[voip]
exten=>i,1,NoCDR()
exten=>i,2,Hangup()
exten=>s,1,Wait(2)
exten=>s,2,Background(beep||)
exten=>s,3,DigitTimeout(6)
exten=>s,4,ResponseTimeout(10)
exten=>s,5,SendDTMF(c)
2003 Sep 06
6
What is the best IP phone?
hi,
Can anybody suggest me a good, reliable, robust, SIP supported hardware IP phone?
Surajee
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030906/ed1d46cf/attachment.htm
2003 Jun 02
1
(no subject)
hi!
I wanna do some arithmatic operations (addition and substraction -integer
operation) inside extensions.conf. Is there a simple way to do this. If I do
yy = ${xx} + 1 // say "xx" is initialized to '0'
the resulting "yy" will show
"0 + 1"
Obiviously not the result I need. Any help !!!!!
denzel.
2003 Aug 07
2
Problem -ATA-711-723-Oh323-Asterisk
Hi List,
I am facing the reverse problem as stated here.I am
using ATA 186 to make
and recieve call to * through OH323 driver.
When I use G711 codec in the ATA to make call then
then as soon as i dial an
extension the * crashes with 'segmentation fault'.
But the same scenerio works fine when i use 723 codec
in the ATA .I can dial
the number and extension very well/(I have 723 support
in
2004 Mar 28
3
two-stage dialing
I am trying implement two-stage dialing.
Scenario is following:
1. * Dials SIP agent
2. SIP agent answer the phone and provide dial tone
3. * Sends DTMF string
4. "Bridge" channel with calling party
I thought that something like:
exten => _2XX,2,Dial_but_not_connect_(SIP/BYEXTENSION,10)
exten => _2XX,3,Wait,1
exten => _2XX,4,SendDTMF($DTMF_DIGITS)
Should do it.
Thank
2003 Dec 07
3
FARFON lives!
Some of you have been following our progress on
http://farfon.convergence.com.pk as we blundered our way through the
development of a low-cost ethernet IP phone that does IAX and augments the
client options currently available for the kick-assterisk server.
With help from the denizens of #asterisk and kind words of advice from Mr.
Spencer and the rest of the gang ... we're proud to have
2003 May 19
1
Wildcard E100P and E400P
hi All,
quit new to asterisk,
can anybody tell me whether Wildcard E400P and Wildcard E100P support R2 CAS protocol.
if they do, what is the value, i should set to 'signalling' parameter in the zapata.conf file?
Surajee
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2003 Sep 09
2
DBPut and DBGet performance
hi,
This question is about DBPut and DBGet,
Can i put about 1000 keys in a single family, (only once for the lifetime)
for ex.
exten => _X.,5,DBput(family/key1=${val})
...
exten => _X.,5,DBput(family/key1000=${val})
like above and if i later retrieve it, randomely, with inbound calls,
will it affect performance?
Surajee
-------------- next part --------------
An HTML
2009 Oct 31
1
Long pause during dialing to IVR
To insert long pause during dialing and submitting multiple DTMF tones, is there better solution then below:
exten => _51,1,Dial(SIP/18778794590 at pstn-5665,300,D(wwwwwwwwwww1www),D(wwwwwwww005893884053811#))
I think submitting multiple DTMF tones is not allow from one command line. The first part D(wwwwwwwwwww1www) worked, but not the second one
D(wwwwwwww005893884053811#)
I'm trying
2007 Aug 07
2
Outbound dialing
Hello all. I am just getting back into Asterisk and I am setting up my
Linksys SPA3102. I have incoming calls working fine, as is the phone
plugged into the unit. My problem is I cannot get the SPA3102 to dial
a phone number automatically. I can call the extention of the PSTN and
I get a second dialtone, and I can then manually dial. I'd like to be
able to have Asterisk pass the
2003 May 30
1
A Major Problem!
hi,
we are experiecing the following probem, if anybody have come across such a problem or a solution to this please let us know.
our set up is, an Asterisk server equipped with, 4 port station interface card ,single port fxo card and several soft sip phones
we have found problems with the following scenarios,
outside caller (calling through fxo interface) <------------------------------>
2006 Nov 03
1
SendDTMF() behaves strangely
Hi, everybody:
As part of a paging macro I'm using SendDTMF to send digits to the
called party.
The section looks like this:
exten => s,1,Wait(0.5)
exten => s,n,SendDTMF(9531290)
exten => s,n,Wait(1.0)
exten => s,n,Set(MACRO_RESULT=CONTINUE)
To test I direct the call to a live extension just to hear what's
happening -- what actually happens is that only the 9 is sent, and
2009 Dec 22
2
getent passwd problem
Hi,
I am having a weird issue with samba where once a week approximately at the
same time users will lose connectivity,
if i run
wbinfo -u all users are displayed
wbinfo -g all groups are displayed
However running getent passwd only shows local-users, no remote users are
shown..
To fix the issue I have to change the name of my idmap config and restart
samba and winbind and everything works