Displaying 20 results from an estimated 3000 matches similar to: "SIP configuration in realtime static and realtime dynamic"
2014 Jul 21
1
TLS, STRP and ARA
Hi
I'm just about to upgrade to version 1.8.29.0 and have compiled with SRTP.
However, we exclusively use the asterisk realtime architecture using the
mysql connector.
Looking at tutorials we have to set encryption=yes and transport=tls for
any peer we want encrypted traffic for.
Having a look at contrib/realtime/mysql/sippeers.sql from the source code
shows that the encryption column is
2014 Jun 10
1
Asterisk realtime peer registration
Hello there
I'd like to use sip users and peers realtime.
I think I done all I need to get asterisk works fine in realtime:
res_odbc.conf configuration.
extconfig.conf
sippeers => odbc,asterisk,sipclient
sipusers => odbc,asterisk,sipclient
sip.conf
[general]
rtcachefriends=yes
The sipclient table as suggest in this article: SIP Realtime, MySQL table
structure (
2009 Jul 17
1
Realtime difference sipusers sippeers
Hi,
I would have expected that peers of type friend ( for example an
SIP-phone) registring at Asterisk will be searched in sipusers.
But the peers will be searched in sippeers.
May be sombody can explain the difference?
Asterisk 1.4
thanks
Thomas
2013 Dec 05
1
Lync and Asterisk Realtime Architecture
Hi guys
We're using asterisk 1.8.23.1 on CentOS 5 and are trying to create a trunk
to MS Lync server.
If I create the peer in sip.conf the trunk connects with no problem.
However, we prefer to use ARA.
Whenever we define the peer in our peers table, the trunk does not work,
even if we use sip show peer <peer-name> load.
Has anyone got any experience of connecting to Lync using ARA?
2014 Nov 04
1
queue log realtime mysql
Hello,
I have 5 Asterisk servers all using mysql realtime to store queue log
information.
There is 1 out of 5 servers which stores the data in 4 columns : 'data1'
--> 'data 5'.
All other servers store data in 1 column 'data' with the data seperated
by pipe.
I see no difference in my configuration of extconfig.conf and
logger.conf. Maybe a hidden default value ?
2013 Oct 16
1
Use Asterisk Realtime Extensions with Switch-statement and include-statement
Hello,
Is it possible to use the switch => statement in extensions.conf
(http://www.voip-info.org/wiki/view/Asterisk+RealTime+Extensions) to
point to a database and in the database use the include-statement ?
In extconfig.conf I would have :
extensions => mysql,asterisk,extensions_table
In extensions.conf I would then have :
[includecontext]
switch => Realtime/includecontext at
2015 Jan 08
2
queue reload command
Hi
I'm using asterisk 1.8
Does anyone know how to use the queue reload command. The built in help
doesn't really help.
queue reload {parameters|membe Reload queues, members, queue rules, or
parameters
Regards
Ish
--
Ishfaq Malik
Department: VOIP Support
Company: Packnet Limited
t: +44 (0)845 004 4994
f: +44 (0)161 660 9825
e: ish at pack-net.co.uk
w: http://www.pack-net.co.uk
2015 Jun 09
2
Manipulate extension state in 1.8.x
Hi
Is there any way to set the presence state of a peer to in-use in asterisk
1.8?
The idea is to integrate DND buttons on phones to BLF.
Regards
--
Ishfaq Malik
Department: VOIP Support
Company: Packnet Limited
t: +44 (0)161 660 2350
f: +44 (0)161 660 9825
e: ish at pack-net.co.uk
w: http://www.pack-net.co.uk
Registered Address: PACKNET LIMITED, Duplex 2, Ducie House
37 Ducie Street
2014 May 02
1
CDR billsec issue with calls forwarded through the Local channel
Hi
I'm using asterisk 1.8.23.1 but I've seen this same issue in previous
versions of 1.8. I have created some work arounds but the behaviour is
incorrect.
This is the scenario:
Call comes in and goes to appropriate dialplan
In the dialplan the call is forwarded to another number using a Local
channel (and using /n ) e.g.
Dial(Local/<my-number>@outbound-context/n,60)
The number is
2009 Aug 20
8
mysql sip realtime
Hi
I have some question about mysql realtime.
1) Anyone know exactly if there is a specific order to declare sip table
column for realtime ? In which file can I find that order ?
2) In my extconfig.conf, [settings] are :
sipusers => mysql,general,siptable
sippeers => mysql,general,siptable
so means that I use realtime dynamic exactly ?
Is it normal if some parameters from sip.conf still
2009 Dec 11
2
sip realtime question
Hi everybody,
First of all i am sorry my English :)
i want to configure my asterisk server as a sip server that stores sip users in the mysql database connecting directly over odbc driver. My odbc configuration works as below
[root at ao042 asterisk]# isql -v asterisk
+---------------------------------------+
| Connected! |
| |
|
2013 Jul 31
2
Asterisk - ODBC engine not available
Hi,
I am using ubuntu-12.04 and installed asterisk from repository (apt-get
install asterisk).
I have configured it to work with odbc,
*CLI> odbc show
ODBC DSN Settings
-----------------
Name: asterisk
DSN: asterisk-connector
Last connection attempt: 1970-01-01 05:30:00
Pooled: No
Connected: Yes
But it still show me the following error
[Jul 31 12:36:18]
2015 Sep 21
2
Call waiting for Queue Agents.
Hi All,
I have a question about the Queues.
I'm using Asterisk 11.13.0 , and I want to configure the following setup :
When there is an incoming call to the queue all agents should ring even
those that are already in call, they should receive a second call.
Is this doable in any Asterisk version ?
Thanks in advance.
-------------- next part --------------
An HTML attachment was
2016 May 11
2
How is Queue avg holdtime and avg talktime calculated
2015 Mar 13
2
ringing in queues
We use the ringall strategy for a small queue with 4 members. When a call comes in, if one of the members is busy, all the phones except the busy phone rings (as intended). While the other phones are ringing, if this busy phone becomes available again, we would like to have it start ringing. Right now it just sits idle.
Is this possible? I played with ringinuse (queues.conf) and callcounter
2014 May 13
0
Realtime peers and sendrpid
Hello all
If I look at the sip peers table definition as provided with the source
of asterisk-1.8.23.0/ (looking at
contrib/realtime/mysql/sippeers.sql) for the sendrpid column it's an enum
with 2 possible values, yes and no.
However, the sip.conf allows 4 values, no, yes, rpid and pai.
Is this discrepancy an oversight? Is it possible to set the system default
to pai but an individual peer
2014 Jun 30
2
Sippeers realtime with minimum table
Hi there
It's possible configure realtime mysql in Asterisk with a non standard
sippeers table?
I need using a sippeers table from other system (non Asterisk). This table
has a minimal configuration.
Thank's
Att,
*Rafael dos Santos Saraiva*
<http://br.linkedin.com/pub/rafael-saraiva/52/aab/230>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2015 Jul 06
2
Asterisk how to setup alarm too many outgoing calls from same user
Hello,
I would like to setup a mechanism to trigger an alarm if user is deal
too many numbers within a very short period of time. Safeguard against
users hacked accounts.
can someone help?
Thanks,
2015 Feb 16
1
Asterisk 11.6. SIP realtime lost peers after 'sip reload'
Hi, list.
We have a problem with loss peers after 'sip reload', our configuration:
Asterisk 11.6-cert1, SIP realtime peers, sip.conf:
- rtcachefriends=yes
- rtsavesysname=yes
- rtupdate=yes
- rtautoclear=yes
When we do 'sip reload' , peers are removing from available.
Before `sip reload` :
srv-pbx2*CLI> sip show peers
Name/username Host
2014 Jan 10
1
CTI
Hi people
I'm just mailing to see what people are using for CTI solutions with
asterisk. Aslos, has anyone managed to integrate asterisk with Salesforce?
Thanks in Advance
Ish
--
Ishfaq Malik
Department: VOIP Support
Company: Packnet Limited
t: +44 (0)845 004 4994
f: +44 (0)161 660 9825
e: ish at pack-net.co.uk
w: http://www.pack-net.co.uk
Registered Address: PACKNET LIMITED, Duplex 2,