similar to: Issue with no change of SIP call ID

Displaying 20 results from an estimated 600 matches similar to: "Issue with no change of SIP call ID"

2009 Mar 24
1
Relay Register
Good morning everybody. My question is simple. Is there a way to perform relay register with Asterisk ? More precisely, I want my clients regiter to a Proxy Registrar (OpenSIPS/Kamailio) through my Asterisk : REGISTER REGISTER Client ------------> Asterisk ---------------> OpenSIPS So Asterisk keep a list of registered clients and only allows them to
2012 Mar 20
1
Cut off + sign in telephonenumber
Hello, I'm trying to cut off the "+" sign if part of a telephone number, but not succeeding : exten => test,n,Set(cid=+99999600) exten => test,n,Set(regx="([0-9])") exten => test,n,Set(cid2=$["${cid}" : ${regx}]) exten => test,n,NoOp(cid2=${cid2}) cid2 is empty afterwards... What I want is to make sure there are only numbers and no other
2009 Mar 04
1
MultiWAN & Vlans
Hello, I''m trying to setup an 8 port wan configuration (pptp+pppoe) with one vlan trunk. My internal networks are : LAN(eth9): 10.0.0.0/16 VLAN10(eth9) 10.10.0.0/24 VLAN20(eth9) 10.20.0.0/24 VLAN30(eth9) 10.30.0.0/24 VLAN100(eth9) 10.100.0.0/24 I would like to post my configuration here since i don''t success to do the following: 1. Communicate between VLANxx to LAN
2009 Feb 28
0
VPN PPTP setup question
Hello,   I setup a PPTP service on a Windows 2003 in LAN. Shorewall used NAT and macro and rules, for example:   nat:   1.1.1.1   eth2:11         172.16.1.246 macro.VPN:   PARAM   -       -       tcp     1723 PARAM   -       -       47 rules:   VPN/ACCEPT       net             dmz:172.16.1.246   or don''t use macro   DNAT            net             loc:172.16.1.246 tcp 1723       -
2009 Mar 07
0
can't figure out how to shape the traffic
hello gentelmen could somebody to share with me a working configuration, of course if you have such one, for the following conditions: i have: 1) a ppp0 interface (ADSL modem working as the bridge, connected to eth0 (broadcasting)) 2) my local PC, all connection passes through (working as router) 3) on my local PC 3 additional interfaces are up: br0 - bridge (192.168.0.1 - dhcp), vbox0 (obtains
2009 Mar 09
3
Shorewall Rules and Configurations
Hi, I need a help... I''m a beginner with shorewall. I have two shorewall firewalls, each with a link. FW (a) - w/ openVPN eth0 = 192.168.150.5/24 eth1 = 192.168.200.5/24 eth2 = public IP eth3 = 192.168.120.5/24 tun240 = 10.240.255.1 /etc/shorewall/zones all zones declared as ipv4 /etc/shorewall/interfaces #ZONE INTERFACE BROADCAST OPTIONS tlm eth0
2015 Apr 14
0
Update peer IP address
On Tue, Apr 14, 2015 at 09:38:22AM +0200, Daniel Heckl wrote: > Sebastian, > > Your code sounds good, I'm curious how it goes on. > > First the linux machine had the Google Public DNS 8.8.8.8 as DNS > server. After I changed it to the via PPPoE assigned DNS servers, i > had no changes any more. But we should be prepared for changes. > > You must enable the dnsmgr.
2010 Apr 13
0
Revolutions blog: March Roundup
I write about R every weekday at the Revolutions blog: http://blog.revolution-computing.com and every month I post a summary of articles from the previous month of particular interest to readers of r-help. (Sorry this week's roundup is a little later than usual -- I've was preempted by last week's release of REvolution R Community 3.2, and a webinar I'm giving tomorrow on parallel
2015 Sep 14
2
Update peer IP address
On Tue, Apr 14, 2015 at 08:26:07AM +0200, Sebastian Kemper wrote: > On Thu, Apr 02, 2015 at 11:33:38PM +0200, Daniel Heckl wrote: > > I do not want set allowguest=yes. The problem is, there is no official > > list with ip addresses of Telekom Germany. But I think all ip > > addresses comes from the ip range 217.0.0.0/13. > > Hello Daniel, > > Judging by the lists
2010 Jun 04
1
originating a sip call from the CLI
Hello again! I just got a SIP account and it seems - from a config on the net -, that I've configured it correctly. But I get no call to the outside. Registration was OK. I tried: channel originate sip/1/echo at iptel.org Application ... I see the channel active for a while, but no call gets established. In my config I have defined the section [iptel] for the outgoing call and I
2005 Feb 22
0
Do ser + asterisk_b2bua work ?
Dear ALL: I find a program named "asterisk_b2bua" on http://developer.berlios.de/projects/b2bua/ And I also download them(two components) and try to test it. But I have not enough knowledge about asterisk. It seems a Software PBX. Does asterisk_b2bua work? Does anybody ever try it? I have questions about my scenario. |======================> UA2
2009 Feb 12
2
Getting ip_conntrack: table full, dropping packet on shorewall-lite
I have a bunch of servers, where I''ve deployed shorewall-lite. For us is very useful to have a centralized repository of the firewall rules deployed in our servers. One of this servers is pretty busy, handling lots of connections. In that server I''m getting from time to time this message: ip_conntrack: table full If I where working in a custom made iptables firewall I will
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
2011 Aug 03
0
[PATCH] update valid_hostname regex checks
rhbz#720956 Signed-off-by: Joey Boggs <jboggs at redhat.com> --- scripts/ovirt-config-setup.py | 22 +++++++++++++--------- scripts/ovirtfunctions.py | 10 +++++++--- 2 files changed, 20 insertions(+), 12 deletions(-) diff --git a/scripts/ovirt-config-setup.py b/scripts/ovirt-config-setup.py index 8c6c8af..a8f85cf 100755 --- a/scripts/ovirt-config-setup.py +++
2003 Jul 14
2
Subsetting a matrix
I'd welcome some comments or advice regarding the situation described below. The following illustrates what seems to me to be an inconsistency in the behaviour of matrix subsetting: > Z<-matrix(c(1.1,2.1,3.1,1.2,2.2,3.2,1.3,2.3,3.3),nrow=3) > Z [,1] [,2] [,3] [1,] 1.1 1.2 1.3 [2,] 2.1 2.2 2.3 [3,] 3.1 3.2 3.3 > dim(Z) [1] 3 3 >
2009 Dec 07
0
[Fwd: fordib some users and machines ( solved !)]
Ahem ... not solved the passdb mechanism forbid ALL users -------------- next part -------------- An embedded message was scrubbed... From: Frank Bonnet <f.bonnet at esiee.fr> Subject: [Dovecot] fordib some users and machines ( solved !) Date: Mon, 07 Dec 2009 14:03:20 +0100 Size: 2810 URL: <http://dovecot.org/pipermail/dovecot/attachments/20091207/825d84a5/attachment-0002.eml>
2006 Jun 13
0
HTTP validation regexp, possible solution
There was an old email thread from the end of January 2006 discussing regular expressions for matching URLs. I took some of the sample expressions and tweaked them a bit to the point where I think they are pretty useful. They pass all of my tests anyway. :-) For a reminder, here''s a sample message from that thread. My code is below it. On Jan 26, 2006, at 5:28 AM, Nathaniel S.
2009 Jan 30
0
Duplicate Radius accounting in Asterisk.
Hello list. I'm having some problems with the CDR Radius in my Asterisk 1.4. I'm using two TC400B cards for transcoding. When I reach nearly 100 simmultaneous calls, the CDR radius packets are being duplicated and I'm getting this message in the asterisk console : cdr_radius.c:227 radius_log: Failed to record Radius CDR record! I'm also using the radiusclient-ng 0.5.6