similar to: three way call using sip

Displaying 20 results from an estimated 1000 matches similar to: "three way call using sip"

2005 Jan 21
0
three way call using sip - SOLVED -
Hi, this was my fault, you are right, i tried with a X-lite Professional and the conference (3-way call) is working now, i guess the phone BT-100 doesnt support it, i dont have a BT102D, so i can tell if it works too, bye -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com]On Behalf Of mmiranda@americatel.com.sv Sent: Friday,
2005 May 11
5
Status of FAX
Hi people, what is the current status of send/receive fax on asterisk extensions, i dont want to receive the fax and send an email or viceversa, i want to connect a standard fax machine to a Linksys' ATA (FXS RJ11 port) . Webdoc?, pointers? Thanks
2005 Feb 15
5
dnat problem
Hi, im running shorewall 2.0.16 with centos 3 (iptables v1.2.8), everything is working fine for several days, i have configured a masq lan and all the outgoing traffic is ok, but now i want to redirect (port forward) the external web traffic to an internal machine, somethig like this INTERNET ---------> SHOREWALL -------------------> INTERNAL_MACHINE [public
2005 Feb 07
2
blacklists and rules
Hi People, what files is processed first?, balcklist or rules, i want to globally filter imesh, but at the same time allow managers to connect, i.e. , imesh work on port 1214, i have this: /etc/shorewall/blacklist #ADDRESS/SUBNET PROTOCOL PORT 192.168.0.0/16 tcp 1214 192.168.0.0/16 udp 1214
2004 Aug 19
4
Does Granstream BT100 Conference Button Work?
Hi All, I have tried searching everywhere but I cannot find a definitive answer as to if and how the conference button works on the BT100. Could anyone be kind enough to fill me in on some info on how to use the conferencing feature, as well as any configuration in asterisk thats needed, on this phone? Thank you, James -------------- next part -------------- An HTML attachment was scrubbed...
2003 Jan 22
1
Restricted Access to Internet
Hi list, I am a happy user of shorewall, i have followed the instructions in the shorewall''s web site relative to the squid transparent proxy configuration,all works ok, but i have been instructed to let adicional specified ports (aplications) to be snated (allowed to run) together to the web browsing service,i mean if i snat the network (i have a static ip from my isp), all
2004 Sep 21
1
asterisk voip only solution
Hi people, is there any good document on setup asterisk using only its voip functions , i mean without e1/t1 hardware, i have a cisco 5400 gateway and a cisco 7000 working as gatekeeper, can asterisk register with this GK?, im thinking in using cisco voip phones Any pointer will be apreciated, and sorry for my bad english Miguel
2007 Nov 25
15
Possible Problem with RSpec and
Sorry to be such a pest but I am trying to learn Ruby, Rails and RSpec all at one go and it is a bit overwhelming. I have previously completed the depot tutorial in the Agile Web Dev with rails book and now I am trying do do it again using RSpec. What I would like to know now is why I am getting a rake failure error at the end of every spec:models run. Is this the expected behaviour when a test
2008 Nov 04
9
RSpec and PostgreSQL not playing nicely together
Here is a very simple spec: -- require File.expand_path(File.dirname(__FILE__) + ''/../spec_helper'') describe Product, "The Product model" do describe "When a new blank product object gets created" do before(:each) do @product = Product.new end it "should not be valid" do @product.should_not be_valid
2006 Dec 11
1
FAILED: "test" should equal "test" - what?
I''m trying out rspec_on_rails with a very simple test: ... specify "product name should be ''test''" do Product.find( :all ).first.name.should_equal ''test'' end ... with this fixture: first: id: 1 name: test When I run it: .F 1) ''Given a generated product_spec.rb with fixtures loaded product name should be
2005 Jan 10
3
Multiple gateways for same dial pattern
Hi, How can I setup Asterisk to place calls if the same dial pattern can be routed through several PRI gateways. I have one way that I tried: exten => _9737XXXX,1,Dial(SIP/${EXTEN:1}@172.17.99.5) exten => _9737XXXX,2,Dial(SIP/${EXTEN:1}@172.17.99.6) exten => _9737XXXX,3,Dial(SIP/${EXTEN:1}@172.17.99.7) exten => _9737XXXX,4,Congestion exten => _9737XXXX,102,Busy
2005 Apr 26
3
how to update kernel
Hi I have a trouble with centOS 4 The process kswapd0 eat almost all my memory space, and also this process get almost 100 percent of cpu, and the box go slow I have read that this problem is fix when the kernel is upgrade but I do not know hot to update my kernel. when I type yum list \kernel* I get the following list: [xxx at xxxxxx]# yum list \kernel* Setting up Repos addons
2004 Dec 10
2
BT100 how to pickup a parked call
Does anyone know why the bt100 cannot park and pickup a parked call? attendant announces the call is parked at extension 701 but the call cannot be retrieved by any other phone. also, the bt100 constantly rings when the phone is hung up after parking. anyone experienced this? using the basic features.conf [general] parkext => 700 ; What ext. to dial to park parkpos =>
2004 Aug 04
1
BT100 bad handset?
hello all- has anyone had any problems with the handsets on BT100's. Just picked one up for my lab and the speakerphone works great but I am only getting one way audio (incoming) from the handset. Since the speakerphone works fine, I can't think of any config. reasons why the handset wouldn't other than a faulty handset. Any thoughts or experiences? Jason Kawakami Technical
2004 Dec 22
1
Grandstream BT100 -> Asterisk -> Voipjet ..... No ring ring when making a call
Hi All, I'm sure this is something simple that I have missed somewhere. When I make a call using BT100 over IAX2 with Voipjet terminating I don't get a ringing sound whilst I'm waiting to be connected. The destination party can answer the call (they do get ringing) and conversation can take place. I don't get this problem with X-Lite softphone? Any help appreciated -
2005 May 13
5
centos + kswapd0 error
Hi all I have a box with Centos 4 and qmail with all pathches. since Last month i have had twice the same problem. The process kswapd0 uses all my resources of CPU and RAM memory and the consequence is that my local queue grow up and the box go slow too. The first time i guess the problem was the version of the kernel, so i did an upgrade form kernel.i686 2.6.9-5.0.3.EL to kernel.i686
2007 Jan 14
2
rspec and set_table_name?
Hi there I have a Value class in my Rails app; however ''values'' is a reserved word in MySQL so in my value.rb file, I''ve declared set_table_name as ''vals''. However, in setting up my specs for this model, I''m hitting errors that seem to be resulting from rspec not seeing the set_table_name declaration in my model file. For instance,
2006 Feb 02
1
limit sip sessions
hi, is there a way to limit the sip session per username?. i mean, if i have a sip session with asterisk using xxx as username, nobody can register with that username until my session is terminated. thanks
2007 Aug 21
2
Imap service and quota
Hi, i have just migrated from courier-imap to dovecot. im using it with vpopmail, the pop service is working ok but the imap service for imp webmail is not writing the quota information to the maildirsize file, as recommended in the docs, i have this in dovecot.conf : plugin { # Quota plugin. Multiple backends are supported: # dirsize: Find and sum all the files found from mail
2005 Mar 10
1
Fw: WebGUI Scripts announcement
Thank you Miguel for your comments -- that''s exactly awdwall was intended for... happy to share that point with you too. Best regards, - Andrea > > ----- Original Message ----- > From: <mmiranda@americatel.com.sv> > To: <shorewall-users@lists.shorewall.net> > Sent: Thursday, March 10, 2005 12:34 AM > Subject: RE: [Shorewall-users] WebGUI Scripts