Displaying 20 results from an estimated 4000 matches similar to: "* as sip b2bua?"
2003 Dec 17
2
Residential router w/ QoS support?
Did anybody ever come across an affordable, residential cable/dsl router
with support for QoS?
The ones I've seen so far (Netgear, D-Link and W-Linx) do not seem to
support it. I noticed that even email can damage a G.711 stream on an
128kbit uplink, leave alone file-sharing applications. I understand this
is strictly related to *, but nevertheless of interest to many of us.
Thilo
2003 Jul 25
1
Busy detect on pri channel?
Did anybody figure out how to make dial detect a busy on a zaptel channel on a
pri interface when using overlap dialing? According to the documentation dial
should return to priority n+101, if the called party is found to be busy. I can
see a DISCONNECT message with "user busy" coming from the network when I turn on
pri debugging, but the dial application does not seem to notice.
2003 Apr 29
3
Whats ENUM??
I see in the changelog that ENUM support has been added.. anyone know what this is?
--
______________________________________________
http://www.linuxmail.org/
Now with e-mail forwarding for only US$5.95/yr
Powered by Outblaze
2004 Jan 09
1
Screen Pop & Remote Agents = Telemarketing
-----Original Message-----
From: asterisk-users-admin@lists.digium.com
[mailto:asterisk-users-admin@lists.digium.com] On Behalf Of empire
underground
Sent: Friday, January 09, 2004 1:32 PM
To: asterisk-users@lists.digium.com
Subject: [Asterisk-Users] Screen Pop & Remote Agents
> can I put a .csv file in the sql DB and have it dial from there? and
will I be able to set a
> Dial Plan to
2007 Aug 23
1
[Serusers] why combine ser with asterisk
Asterisk is an excellent PBX system, and makes a very good endpoint in
the SIP chain for all sorts of things -- IVR systems, voicemail
applications, automated messages, etc.
It has an extremely well-written CDR engine, so many people mesh it with
billing applications to produce accurate accounting information. It also
is fully aware of the media stream, which means it's capable of cutting
2008 Jan 04
3
b2bua
Is there a way to disable the b2bua feature in asterisk.
I would like asterisk to work as a sip server and not be involved in the RTP path between phones.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080104/3716b8e2/attachment-0001.htm
2020 Aug 10
2
With ARI, is it possible to create (originate) a call and pass both the caller id name and number?
Hi Dan,
i would do something like this (it is not a copy of what we are doing but
an example of how i would do it)
Important here is the "--data" and "-H" Option as well as the "variables"
section within the Body. I added the callerid function here as well as it
is the sample in the asterisk wiki.
curl -v -H "Content-Type: application/json" -u
2003 Oct 30
1
NAT type router database?
Is anybody aware of a database containing the types of nat
implementation in todays soho/consumer routers? I think it would make
sense for the community to have this database in order to avoid
symmetric nats.
If one such thing does not exist how about starting this database?
A stunclient for linux can be found at
http://sourceforge.net/projects/stun/
I can contribute this information for two
2003 Jul 22
2
enabling dtmf detection on zap channel?
Hi,
is there a way to enable dtmf detection on zap channels? I am trying to
pickup, play a ringtone and the dial out. I.e.
exten => s,1,Wait,1
exten => s,1,Answer
exten => s,2,Playtones(dial)
exten => s,3,DigitTimeout,5
exten => s,4,ResponseTimeout,10
exten => _X,1,StopPlaytones
exten => _X,2,Dial,Zap/g8/BYEXTENSION|10
2009 Jul 21
2
best practices for running asterisk as SIP B2BUA
Hi,
What are the current best practices for running asterisk as SIP B2BUA?
Are there any sample configs online or the books that detail this
configuration for the newbies? I'm going to run it behind 1:1 NAT for
the clients in the public internet so I will use the externip, localnet,
and nat settings. Thanks,
Andrew
2004 Jul 03
2
Multiple E1s over TDMoE?
When I was trying to run mutiple E1s over TDMoE, the zaptel would
drivers complain about too little memory, whenever I added more than 31
channels. Requesting 62 channels in a dynamic span gave me
... span creation failed: Cannot allocate memory
upon loading the zaptel drivers.
How would you go about running, 8 or 16 say, E1s over TDMoE? Would you
create multiple dynamic spans or just one large
2003 Jul 07
1
overlap dialing on a pri span
Hi,
I am lost trying to figure out how to enable overlap dialing for calls
coming in and coing out on a pri span. DISA looked promising at first,
but does not seem to support overlap dialing. Just picking up a call by
and trying to dial out does not seem the way to do it either. I tried:
[dialincontext]
exten => 12341234,1,Goto(dialoutcontext,s,1)
[dialoutcontext]
exten => s,1,Wait,1
2019 Aug 15
4
PJSIP reInvite
Hi All,
We are using asterisk 16.5 and having an issue with the first re-invite
after the call has been established.
We can see the call gets up and you see in the logs the bridge type has
changed and after that a re-invite is triggered.
Is there any possibility to deactivate this kind of reInvite? We have some
race conditions while have multiple asterisk in the call flow and the
different
2019 Sep 20
4
Load issues using AGI
Hi all,
we have just upgraded from Asterisk 11 to Asterisk 16.
After porting all the config to 16 we figured out some major load problems.
the majority running of our Asterisk instances is still having Asterisk 11
so we can compare load handling on both versions.
On the same hardware configuration we see load differences that Asterisk 16
takes four times the load as Asterisk 11 (on 11 we see
2003 Apr 30
2
Eicon driver?
Hello,
Does anyone know what driver to use with an "Eicon Diva Server 4BRI" card?
My modem.conf:
--------------
[interfaces]
context=remote
driver=i4l
msn=16453
device => /dev/ttyds01
--------------
I get the following error:
--------------------------
== Loading modem driver chan_modem_i4l.so => (ISDN4Linux Emulated Modem Driver)
WARNING[8192]: File chan_modem.c, Line 383
2020 Aug 07
3
With ARI, is it possible to create (originate) a call and pass both the caller id name and number?
Hi Dan,
as far as PPI and PAI Header, we use the channel Vars in order to do that.
In Latest Asterisk you can set Channel vars within the create command in
the Body. Just set the PJSIP(add,PAI) as you would do it in Dialplan.
https://blogs.asterisk.org/2020/07/22/ari-create-channel-with-variables/
BR
Jöran
On Fri, Aug 7, 2020 at 7:06 PM Dan Cropp <dan at amtelco.com> wrote:
> An
2020 Apr 27
1
Reload dialplan from bash in strict mode
Hi All,
I hope someone can give me a hint.
We try to reload the asterisk dialplan config using ansible command module.
Using this we just trigger asterisk -rx "dialplan reload"
Now we want ansibe to fail if there is something wrong in the dialplan.
If we put a bad config in extensions.conf dialplan reload prints some
warning in Asterisk console but the command "asterisk
2009 Jul 28
0
Call history problems from B2BUA
Hello, all. Alas, another convoluted question. All the simple things
are, well, simple so I suppose we only need to trouble the list with
squirrely problems!
We've noticed a call history problem when using Asterisk where the call
history on the Snom phones (with which we are very pleased) reflects the
number of the PBX extension used by the B2BUA to dial the end point. I
assume the same
2005 Feb 12
0
Asterisk as B2BUA - New Application!!!
Hello all!
It's my try to make b2bua from asterisk. It's patched asterisk and
some AGI script for it. What it support? Full vovida's b2bua radius
emulation, radius failover, LCR, Call failover, Codec based routing,
Session-Timeout and much other things that can be useful.
Any suggestions and critics welcome!
http://b2bua.berlios.de
Best regards,
Mike
2005 Feb 12
0
Asterisk as B2BUA. New application!!!
Hello all!
It's my try to make b2bua from asterisk. It's patched asterisk and
some AGI script for it. What it support? Full vovida's b2bua radius
emulation, radius failover, LCR, Call failover, Codec based routing,
Session-Timeout and much other things that can be useful.
Any suggestions welcome!
http://b2bua.berlios.de
Best regards,
Mike