Displaying 20 results from an estimated 1000 matches similar to: "Load balance outgoing calls"
2012 Sep 27
1
CAM Target Layer and Linux (continued)
Hi All,
With the help of Chuck Tuffli, I'm now able to use CTL to export a zvol over FC to a Linux host:
LUN Backend Size (Blocks) BS Serial Number Device ID
0 block 4185915392 512 FBSDZFS001 ORA_ASM_01
lun_type=0
num_threads=14
file=/dev/zvol/tank/oracle_asm_01
1 block 4185915392 512 FBSDZFS002 ORA_ASM_02
2010 Feb 26
2
How to tell if asterisk is handling media or not?
I'm trying to get my asterisk server to reinvite. I have two asterisk
servers with public IP's. My users (behind NAT) register on one server
(I'll call it server 1), and for some calls they are transfered over
to the other server (server 2), because that server has the E1's.
I want server 1 to be in the signaling path for billing reasons, but
handling the media stream is killing
2010 Apr 20
6
Calls drop after 20 seconds
Hi all,
This issue is giving me a lot of grief with my customers. I have 5
asterisk servers running in production, each one with almost 70
simultaneous calls at peak hour. Most of my customers complain that
their calls drop after 20 seconds or so.
After running through my cdr's, I see that the number of 20 second
calls is MUCH larger than any other number. (see below)
billsec count(*)
1 924
2010 Feb 14
2
agi debug in Asterisk 1.6?
Much to my surprise I tried to debug an AGI script today with "agi
debug" on the Asterisk CLI and it did not work. Plus, I could find no
reference on lie of it being removed.
Is there another name for that command? I scanned the CLI help but
found nothing similar. Both my 1.6 boxes do not have the command but
my 1.4 box does.
Thanks!
Alex
2001 Nov 01
2
Internal Network Routing
Hi,
I have a dial up box (1.4) and another as an dns server.
The default route on 1.4 is for the dial out for the other
hosts. If I want to establish an connection (http) from
the dialout box I can''t establish it (Network unreachable).
The other hosts are configured with an default gateway
192.168.1.4 and have no such problems.
Routing tables
Internet:
Destination Gateway
2010 Apr 21
1
Time difference in CSV CDR's and MySQL CDR's
Hi all,
I am having a curious problem. I use two cdr backends, csv and MySQL.
These are my settings:
Call Detail Record (CDR) settings
----------------------------------
Logging: Enabled
Mode: Batch
Log unanswered calls: Yes
* Batch Mode Settings
-------------------
Safe shutdown: Enabled
Threading model:
2007 Aug 03
0
Several doubts on Asterisk as an UAC
Hi,
I'm new to Asterisk and I've been trying to configure it to talk to
several SIP providers (such as FWD). I found that, although there are
some "recipes" on how to do it, there are few documents that really
explain *why* the settings are used, and overall I found very little
documentation on sip.conf.
I've been using this page as a reference:
2004 Jan 09
1
At last!!! :)
I can smile now. I made my * work with my Cisco. Finally. First problem was Ethernet on my Linux. After installing * on a different machine, I got rid of that "icmp udp unreachable" error. My next problem was the call stays on on Cisco gateway, but the ATA drops it. I figured out it was my mistake on dialplan in extensions.conf --- (it took me a day to notice it.. damn!). my config
2010 Mar 11
2
How to add custom CDR fields to MySQL
Hi all,
I've been trying to add a custom mysql field to my CDR's, but I must
be doing something wrong.
I am using asterisk 1.4 and asterisk 1.6, in extensions.conf I add:
exten => h,1,Set(CDR(q931)=${HANGUPCAUSE})
This extension is executed, I can see it in the asterisk console.
I have added a new column in my MySQL database called q931. However,
the new field does not show up in
2017 Apr 03
3
Define SIP fromuser field in Dial()-command
Hello
how can I set the fromuser field of the SIP INVITE when using the
Dial()-command in the dialplan ?
None of the below Dial() command give the correct result :
exten => _XX.,n,Dial(SIP/${EXTEN}:passwdk5j6::user762 at myprovider.biz)
exten =>
_XX.,n,Dial(SIP/${EXTEN}:passwdk5j6::user762 at myprovider.biz/${EXTEN})
exten =>
_XX.,n,Dial(SIP/user762:passwdk5j6::user762 at
2016 Sep 17
2
Ast 13.11.2 : bridgepeer variable empty ?
Hello
a call goes out and is answered :
[Sep 17 11:29:52] VERBOSE[23420][C-00000051] app_dial.c:
SIP/myprovider-0000010b is making progress passing it to
SIP/mysippeer-00000108
[Sep 17 11:30:05] VERBOSE[23420][C-00000051] app_dial.c:
SIP/myprovider-0000010b answered SIP/mysippeer-00000108
[Sep 17 11:30:05] VERBOSE[23522][C-00000051] bridge_channel.c: Channel
SIP/myprovider-0000010b joined
2011 Apr 24
1
Realtime and priority labels
In the following example
exten => _1NXXNXXXXXX,1,Set(GROUP(outbound)=myprovider)
exten => _1NXXNXXXXXX,n,Set(COUNT=${GROUP_COUNT(myprovider at outbound)})
exten => _1NXXNXXXXXX,n,NoOp(There are ${COUNT} calls for myprovider)
exten => _1NXXNXXXXXX,n,GotoIf($[ ${COUNT} > 2 ]?denied : continue)
exten => _1NXXNXXXXXX,n(denied),NoOp(There are too many calls up)
exten =>
2020 Jan 16
1
Asterisk16 - PJSIP - Error 401 on outbound registration
Le 15/01/2020 à 19:50, C.Maj a écrit :
> On 2020-01-15 11:24, Administrator wrote:
>
> 8<'s
>
>> One of the provider took a pcap and told us that expiration was set to 0
>> that's why they don't accept the registration. We took a pcap on our
>> side when SIP packet goes out of our server and we see that the
>> expiration parameter is setted to
2006 Feb 12
0
[ANNOUNCE] PKCS#11 support in OpenSSH 4.3p2 (version 0.07)
Hello,
The version 0.07 of "PKCS#11 support in OpenSSH" is published.
Changes:
1. Updated against OpenSSH 4.3p1.
2. Ignore '\r' at password prompt, cygwin/win32 password
prompt support.
3. Workaround for iKey PKCS#11 provider bug.
4. Some minor cleanups.
5. Allow clean merge of Roumen Petrov's X.509 patch (version
5.3) after this one.
[[[ The patch-set is too large for
2016 Sep 19
2
Ast 13.11.2 : bridgepeer variable empty ?
Hello
I can confirm that the variable DIALEDPEERNAME contains the information
that I would expect in the variable BRIDGEPEER.
But I read nowhere that DIALEDPEERNAME has replaced BRIDGEPEER as of
Asterisk version 13 ?!
So if this is not the intention, then yes this is probably a bug and
should be reported.
Kind regards.
Jonas.
On 18-09-16 19:58, Ludovic Gasc wrote:
> Hi,
>
>
2007 Aug 07
1
Use of context=... in [default] section of sip.conf
Hi,
If I have [myprovider] section with context=something. When I do an
outgoing call by using Dial(SIP/myprovider/464646)", does context=...
affect anything? As I understand it, it only affects incoming calls, but
I might be wrong.
Another thing, the setting of context=... on [default] section will
affect all [provider] sections without context=..., right? What if I
don't specify any
2009 Nov 04
3
Asterisk 1.6.1.6 crashing
Hello all,
I have a pretty much standard installation of an Asterisk 1.6.1.6 with no
PRI cards of any type (full VoIP).
Occasionally (it happens every 2 weeks or so), it just stops running. I was
using safe_asterisk but it seems that safe_asterisk did not restart it. I do
have the core dump file at /tmp/core.myservername-2009-10-20T18:36:20+0200
but it seems it's from an earlier crash. When
2010 Nov 24
2
SPA942 on speaker phone does not hang up?
Hello all,
I am using Linksys SPA942 in my current installation activity. I see a
peculiar behavior: A call is made and the SPA942 uses its speaker. When the
far end of a call hangs up , the SPA942 stays off hook, and after a time
plays a fast busy. The user then has to press the line presence button to
hang up the phone.
I think I must be missing some sip.conf parameter. My sip.conf is pretty
2004 Jun 24
1
ZyXEL Prestige 2000W and DTMF
I've just seen this post:
http://www.mail-archive.com/asterisk-users@lists.digium.com/msg41132.html
and it took me back to play again with my dust collecting 2000W. Does
anybody got DTMF to work?
My sip.conf looks like this:
[400]
type=friend
context=from-sip
username=400
secret=verysecret
disallow=all
allow=g729
dtmfmode=rfc2833
host=dynamic
nat=yes
qualify=300
canreinvite=no
My phone is
2020 Jan 19
2
Asterisk16 - PJSIP - Error 401 on outbound registration
Le 19/01/2020 à 00:31, Joshua C. Colp a écrit :
> On Sat, Jan 18, 2020 at 1:14 PM Administrator <admin at tootai.net
> <mailto:admin at tootai.net>> wrote:
>
>
> Le 17/01/2020 à 11:54, Administrator a écrit :
> >
> > Le 15/01/2020 à 19:24, Administrator a écrit :
> >> Hi all,
> >>
> >> we face a strange