Displaying 20 results from an estimated 1000 matches similar to: "Call Not Disconnecting"
2004 Dec 21
10
Codec Selection
Hi,
I have 2 g729 licences - what I want to do is use g729 by default but if
I get more than 2 calls at a time, use gsm for the others.
So, I put this on all my sip providers:
disallow=all
allow=g729
allow=gsm
However, this just seems to use gsm for everything. If I comment out the
gsm line, it then uses g729.
I thought it would use the codec's in the order they are allowed - is
this
2008 Jan 08
4
Bugs??
Good Day All,
I am facing a serious problem since I started to use asterisk. I don?t know if it is a bug or some one already solved this.
Currently I am running 120 VoIP SIP channels on my asterisk server but each day 2, 3 calls got hanged in asterisk, and on asterisk CLI ?show channels? showing us as call UP but in real there is no call.
When asterisk restarted the hanged calls removed from
2008 Jan 12
2
Perl-AGI process
Hi All,
i have created one prepaid PERL AGI script to integrate asterisk users in our current Oracle Billing System. I am using $AGI->exec('Dial', $dialstr); in script after getting the MAX time out for the priticular call.
But when the channels increase on my asterisk more than 50-60 asterisk get crashed and i am suspecting the cause is of AGI Script. because when i check ps on
2008 Jul 16
0
ISDN Call Droping only for outgoing
I have been trying to sort this out for a while now but with no luck
I have isdn <-> asterisk<-> pabx on a te205
incoming calls work fine
outgoing calls seem to work fine but the call is dropped when answered
I think it is to do with the line
[May 8 17:51:55] WARNING[4762] channel.c: Unexpected control subclass '5'
that is causing the problem but I don't know how to
2006 Feb 10
2
OH323 Peer
Hi all,
I have H.323 Gateway, and i want to make a peer to
route calls to this GW. But i don't know is oh323.conf
supporting to add peer type entry with all feature.
Please let me know how i can add H.323 GW type peer?
--------
Yours,
Abdul Lateef
Computer Programmer
HATIF COM
Mob: +974 - 5405022
ICQ: 276994704
MSN: abdulzu@hotmail.com
GoogleTalk: lateef.np@gmail.com
YM!: abdul_zu
Doha
2006 May 23
3
AGI ?
Hi All,
I have been attempting to get an AGI LCRdialout script to work.
Basically what I need to have happen is when someone dials out a number
the script check to see if it is local if so, go out the ZAP channel. If
the ZAP channel is busy, go out the IAX channels, if IAX is all busy, go
out the SIP channels. Here is a sample of what I have in my script.
#!/usr/bin/perl
use strict;
use
2006 Feb 01
1
SetCDRUserField not working in A@H?
I have A@H 2.1, running * 1.2.1. I am trying to put information into the
userfield with SetCDRUserField and AppendCDRUserField. However, the field
is never populated in the cdr - I've checked the csv files and the MySQL
asteriskcdrdb table. The field is defined in the MySQL table, but is always
empty. The csv files that get created don't have a userfield at all, that
is, there
2010 Sep 20
0
Routed Xen HVM on Centos 5.5 64bit
Hello people, first of all this is my first mail and I am new to Xen
so be nice with me :-)
OK, I installed a Centos 5.5 in a system.
Used yum groupinstall "Virtualization" to install anything related to Xen.
Those packages installed:
2006 Dec 20
0
asterisk run on vxworks for hardware pbx
Hi
My hardware PBX run asterisk on vxworks,Because the vxworks not support
perl.
Now I want to add a callback function to my pbx.
now it can store Caller and Called party numbers in queue when Called party
is busy
Then I malloc a new ast_channel to call.It is should use
ast_get_channel_by_exten_locked() or ast_channel_alloc() ,
my program as follow,But it isn't work, anyone know how to
2007 Jun 15
2
combining AGI with dialplans
On 2007-05-15 Tony Mountifield wrote (wrt using AGI scripts to dial out):
> Can't comment on this one, as I never use AGI to dial.
> My AGIs just set the context, extension and priority,
> and exit to the dialplan to do any dialling.
(http://article.gmane.org/gmane.comp.telephony.pbx.asterisk.user/185537)
I would like to do this, but I am having trouble figuring out how. I have
2005 Oct 07
1
ASTCC -- semantic note of 'callstart' in cdrs?
Looking at the code, it would appear that the 'callstart' column of the cdrs table should really be
called 'callend':
$dialstr = "IAX2/$res->{path}/$phone|30|HL(" . ($maxtime * 60 * 1000) .
":60000:30000)";
$res = $AGI->exec("DIAL $dialstr");
$answeredtime =
2006 Feb 20
1
Dial from AGI = no ring back ??
Hi everybody,
I sent an e-mail this morning regarding SIP / IAX2
with no ring-back, I now succeeded to pin-point the
problem, here it is, if I dial a provider directly from
extensions.conf I get ring-back, if I dial from an AGI
script I don't get the ring-back but it calls anyway.
I use 1.0.9.
Any hint would be appreciated ! Thanks,
Frederic
;Calling this one does not give me ring back
2006 Jun 24
2
Playing sound before dialing
Hi,
I have configured asterisk now with ENUM lookups which are working
really perfect.
Now I want to play a small soundfile before dial the number to inform
the caller which protocl is used (SIP, IAX2 or ISDN).
How can I do this?
With Playback it doesn't seems to work:
[iax2-sipport-out]
; with leading 3 using IAX-sipport
exten => s,1,NoOp(Dialing ${DIALSTR} with iax2-sipport-out)
exten
2005 Sep 03
1
Current status on _outgoing_ Swedish/Dutch DTMF CLIP for TDM400 FXS interfaces?
Hi all,
I have been looking at the code for both the zaptel driver (wctdm.c/wcfxs.c)
and the asterisk channel driver (chan_zap.c) trying to figure out how much
of this that has been implemented. So far I can see that the current stable
1.0.9.1 zaptel driver don't have the SETPOLARITY ioctl that would be
required to properly signal the Swedish/Dutch CLIP, but the 1.2 beta1 has
this
2006 Apr 28
2
problems with ssh (2)
I can ping from A to B, but i can`t form B to A, even when i changed the DNS of A.
if anyone can help me, `cuase i saw there was the samw problem in another linux user.
-----------------------------------------------------------
Sign up and get your 30GB webmail at www.30gigs.com now!
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 May 12
1
enum agi interesting problem
Hi,
I am having a strange problem with enum and AGI.
Here is what happens:
I have in my agi something like that:
foreach my $resolver ("e164.arpa", "e164.info", "e164.org") {
my @enums = get_enums($phone, $resolver);
foreach my $enum (@enums) {
$dialstring = $enum .
2006 Jan 18
0
SIP IP Phone is not registering [urgent]
Hi guys,
I have one serius problem, some time our customers IP
Phones are not able to register, when i start to
geting the following logs.
WARNING[30665] channel.c: Avoided initial deadlock for
'0x9106ef8', 10 retries!
I am usuing realtime for sip registration the ttl of
phone is 10 or 20.
Please advise me to solve this issue, i will be
appricate for your replies.
--------
Yours,
2006 Jan 04
0
Some WARNINGS
Hi all,
I am getting some warnnings in Asterisk's logs. I am
not familiar with this error, could anyone please tell
me what is this error, is it danger..?
Jan 4 17:58:35 WARNING[30665] channel.c: Avoided
initial deadlock for '0x9106ef8', 10 retries!
Jan 4 17:58:40 WARNING[5478] channel.c: Avoided
initial deadlock for '0x9106ef8', 10 retries!
Jan 4 17:58:41 WARNING[30665]
2006 Feb 24
0
What's with Indications/SetLanguage/Zaptel/RingBack ?
Good morning everybody,
Can someone explain to me the interconnection between
these four things: indications.conf, SetLanguage(), zaptel.conf
and ring-back ? If there is any !! :- )
I am having this case where some users cannot hear ring back
from a DeadAGI script and it seems to be interconnected to these items.
These users are from the iaxfriends table, they _can_ hear ring-back from
a
2020 Jun 15
3
Re: New Rust bindings for nbdkit
On Mon, Jun 15, 2020 at 02:22:32PM +0100, Richard W.M. Jones wrote:
> On Thu, Jun 11, 2020 at 04:19:08PM -0600, alan somers wrote:
> > The existing Rust bindings for nbdkit aren't very idiomatic Rust, and they
> > are missing a lot of features. So I've rewritten them. The new bindings
> > aren't backwards compatible, but I doubt that's a problem. Most