similar to: Call Waiting on SIP phones

Displaying 20 results from an estimated 200 matches similar to: "Call Waiting on SIP phones"

2006 Jun 11
2
Finding a record and showing it -- how?
I''d like to prompt a user for the value of a Name field, then display the record. Rails tells me that it cannot do a find without an ID. I guess it must be that I''m not passing back properly the data from the view to the controller. Thanks for the help joshi The find_user.rhtml view: <div class="find-name-form"> <fieldset> <legend>Enter User
2006 Apr 19
4
Another DRY question
I have some code working that lists only items from a particular user. The code in my list action finds the user and then conditionally lists only his/her items: def list user = User.find(session[:user]) user_id = user.id @product_pages, @products = paginate :products, :per_page => 10, :conditions =>[''user_id = ?'', user.id]
2006 May 22
2
good practice or waste of time?
I have what I hope is a simple question regarding a security practice I''ve been using in my first Rails app. I want to know if it''s worthwhile or if the extra typing isn''t worth it. I have 3 models that are related to each other. class User < AR:Base has_one :library end class Library < AR:Base belongs_to :user has_many :items end class Item < AR:Base
2003 Sep 03
8
Asterisk Jitters
Hi, Every time I dial into my asterisk box i hear nothing but asterisk jittering. The following is an example of what I get on the asterisk CLI Thanks *CLI> DEBUG[81926]: File chan_sip.c, Line 3826 (check_user): Setting NAT on RTP to 0 DEBUG[81926]: File chan_sip.c, Line 4807 (handle_request): Check for res DEBUG[81926]: File chan_sip.c, Line 952 (find_user): Call from user
2004 Mar 05
3
dropped calls
Hello list, I'm getting droped calls on an asterisk installation. When on GS phone dials another one, the call is dropped after some (usually random) time but most of the tome within 3 to 20 seconds. I think the cause is stated on the logs, see bellow, and is related with the message "Didn't get a frame from channel: SIP/3805-df43", but I can't figure why. asterisk logs:
2003 Oct 23
6
Problems with * and IAXTel/FWD
Hi all I've been trying to make * work with IAXtel to no avail, all seems ok in the config but am not getting anywhere This is what I'm getting from console (user/pass/dest # changed for obvious reasons): DEBUG[1133735216]: File chan_sip.c, Line 3841 (check_user): Setting NAT on RTP to 0 DEBUG[1133735216]: File chan_sip.c, Line 4891 (handle_request): Check for res for phone1
2003 Oct 13
1
out going calls
I am not having any luck placing out going calls I dial the number 08 82420173 ( our outside line ) But all I get is engaged signal and log this. Oct 14 08:40:14 DEBUG[16401]: File pbx_wilcalu.c, Line 65 (autodial): Entered Wil-Calu fd=20 Oct 14 08:40:14 DEBUG[8201]: File chan_sip.c, Line 657 (create_addr): Setting NAT on RTP to 0 Oct 14 08:40:14 DEBUG[8201]: File chan_sip.c, Line 548
2004 Jun 23
0
UPDATE Patch for postgres enabled app_voicemail.c
I forgot to take out the portion that would read in the voicemail boxes from the text file. If you want to leave it in then you could have some voicemail boxes defined in the text voicemail.conf. I do not, so I have removed it. Below is the new patch: *** app_voicemail.c 2004-06-23 07:55:54.000000000 -0600 --- app_voicemail.c.new 2004-06-23 07:55:47.000000000 -0600 *************** *** 49,61 ****
2004 Jun 23
0
Patch for postgres enabled app_voicemail.c
Hello all, I am just getting going on building my system, but I thought I'd send you all a patch that I wrote so the command: show voicemail users issued from the CLI works properly when there is a postgres backend for the voicemail. The current version of the app does not display the voicemail boxes found in a database. It is called in the load_config function. I haven't done
2004 Jul 15
3
SIP to H323 call timeout
Hi all, I have the following setup: UAs ------------SER ------------------------ ASTERISK ---------------------GNUGK --------------- GWs SER is configured to route call requests from UAs to Asterisk. Asterisk is configured to receive the call on SIP channel and dial out to GNUGK over H323 channel. The problem I'm facing is that asterisk sends out the call request to GNUGK and times out
2008 Mar 27
1
Problem when leaving voicemail
Hi, I am investigating an issue with voicemail and realtime. What we are seeing is the following: 1. Caller calls in and goes to an IVR 2. Presses 101 to go to voicemail 3. app_voicemail start and tries to connect to the database trhough res_config_mysql. However, it takes too long to be able to connect (~15 minutes) It seems like it first attemots to connect to the database on 16:25:03 and
2008 Nov 11
1
AsteriskNOW 1.5 - app_voicemail_imapstorage.so won't talk to IMAP server
I'm having some issues getting app_voicemail_imapstorage to talk to my IMAP server. From imapstorage.txt, I've got the voicemail.conf configured properly, but if I leave a voicemail for extension 9999, I see no indication that the module is trying to reach the IMAP server. What am I missing? # voicemail.conf [general] imapserver=172.16.17.2 [default] 9999 =>
2004 Jul 09
4
Cisco MC3810 -> Asterisk
Hi Everyone, I've got a Cisco 3810 rig with 6 analog FXS ports, and ethernet. I'm wondering in anyone has got one of these suckers to work with asterisk in such a way that each FXS port has it's own extension. It speaks SIP, and I can send calls from asterisk out to it, but can't figure out how to get it to pass username & pw to asterisk when I try to configure it as a
2004 Jan 13
2
Asterisk and Festival (* dies with no info)
Hello, I have Asterisk running on a RH9 box; Everything seems to be working as it should, except for Festival. Every time that Festival is called from Asterisk, Asterisk silently shuts down. Festival doesn't give any error indication and Asterisk just plain dies without a peep. Festival was installed per the Wiki, using source and patched with festival-1.4.3-diff; it works fine at the
2004 Aug 23
1
Problem with mysql and with asterisk
Hi Every one and Lerale Erwan I have briefly describe my problem and I have provide the steps as follows: I have intalled redhat properly and from the konsole I checked with mysql. "rpm -qa | grep mysql" and the konsole provide me the message: mysql-3.23.54a-11 mysql-server-3.23.54a-11 Then I have download the asterisk and addons: By the using of : cd /usr/src export
2006 Jun 20
0
ooh323 issues
Hi all. Trying to setup H.323 via Asterisk between a PLANET H.323 box and my SIP phones. When calling from the SIP phones, it connects but quickly disconnects citing the following error message: **** --- build_peer +++ build_peer +++ reload_config +++ ooh323_do_reload -- Executing Dial("SIP/yyy-2965", "OOH323/203@xxx") in new stack --- ooh323_request - data
2003 Oct 21
1
Hangup
Hi, Some calls I make trough my PSTN asterisk gateway just hangup after some minutes. Even if I'm using sip or iax. I have callprogress=no busydetect=no in my zapata.conf. Anyone help? Or tell me what to look at /var/log/asterisk/debug. I didn't find anything wrong. [endpoint]---iax or sip----[asterisk]----E&M----PSTN. As endpoint I had tested another asterisk box (with a FXS),
2003 Nov 06
0
SIP nat not working with budgetone (long)
I've been looking at how our budgetone's have been failing and have found the following: A quick layout -- Latest CVS as of tonight. Sip phone behind NAT. * server with public IP address. -------from sip.conf for my phone: [1747xxxxxxx] username=xxxxx secret=xxxxx host=dynamic type=friend nat=yes ------- -------from the * log messages Nov 6 01:50:07 DEBUG[4101]: File chan_sip.c,
2009 Jun 13
2
removing Mocha; 'spec spec' fails but the specific model file passes
I happened to mix ryan bates'' authentication scaffold with rspec_scaffold on a demo project. and ran into the problem of mixing mock frameworks...ryan uses mocha. So, as a learning experience, I choose to redo ryan''s tests without mocha but ran into a strange problem with tests of the User model. With debugging you can see.... If you run just the user_spec.rb file, everything
2006 Apr 04
1
asterisk-ooh323, asterisk 1.2.6 and netmeeting
has anyone managed to get these three beasties to work together ? we're using ooh323 from asterisk-addons-1.2.2, asterisk 1.2.6 and microsoft netmeeting default from windows xp. the symptoms are that calls from a SIP client to NetMeeting rings on NetMeeting, but upon answering the call in NetMeeting, no audio is passed between the two. eventually, the call times out and hangs up. on a