similar to: Crashed Asterisk

Displaying 9 results from an estimated 9 matches similar to: "Crashed Asterisk"

2008 Nov 07
1
Help with asterisk and avaya SIP trunking
Hi * Users, I ran into a problem when I was trying to communicate an avaya IP Office talk to asterisk with SIP Trunking. I had successful calls from asterisk to Avaya but not from avaya to asterisk. Can someone provide me insight on how to address it or the path to resolve it. The error I get is mentioned below: (dialing 32564 from avaya to asterisk) "[Nov 6 17:14:23] WARNING[6227]:
2008 Nov 07
0
asterisk - avaya ip office SIP trunking
Hi * Users, I ran into a problem when I was trying to communicate an avaya IP Office talk to asterisk with SIP Trunking. I had successful calls from asterisk to Avaya but not from avaya to asterisk. Can someone provide me insight on how to address it or the path to resolve it. The error I get is mentioned below: (dialing 32564 from avaya to asterisk) "[Nov 6 17:14:23]
2010 Nov 05
2
How to append custom option to Contact: header on outgoing SIP INVITE msgs?
Hi list, My need is to append a site specific parameter to the Contact: header on all INVITEs exiting * via a SIP trunk. I'd like it to look something like this: Contact: <bob:3125551212 at 10.10.10.10;SITE-ID=us.here> where SITE-ID=us.here is set in a config file that * parses on startup. Or in a Dial() command option? Or I don't care exactly how. :-) It is possible to
2003 Oct 27
0
Asterisk behind nat with hole, hardcoding solution
Hi, A brief 6-step guide on how to hardcode a change in the Asterisk source that will allow it to work from behind a nat device. I know it?s messy, but it may prove useful to some people. 1. First punch a whole in your nat device. I just forwarded the port 5060 (for sip) and all ports between 10000 to 10020 (for rtp) to my asterisk gateway. 2. Now make sure your /etc/asterisk/rtp.conf correctly
2009 Nov 06
0
Nested objects not propagating from view
I thought I had this fixed, but apparently not. It works okay from the console, but not from the view. I have the following: # partial schema create_table "users", :force => true do |t| t.string "login", :null => false t.string "first_name" t.string "last_name" t.string "email", :null => false
2003 Sep 13
1
Caller-ID name delivered in double-quotes
I did some searching in the archive, but found only one message with this same question and no answer. Hopefully it's a simple config problem. When the Caller-ID is delivered, it is surrounded by double-quotes, like this: "ATA-57 1" On long caller-id strings, the last character is cut off to make room for the leading double-quote: "BudgeTone 1234 instead of BudgeTone
2003 Oct 15
1
chan_skinny core dump
Hi all: I've got some core dumps with chan_skinny. The client is ATA186 with v2.16.1.ms ata18x (Build 030814a). The * version is CVS-10/05/03-16:03:26. When I make a call, the phone connected with ATA rings only 1 time and * dies. Maybe I have some errores in ATA config. If someone has proven configs for ATA, please send me the details. Thanks in advance, Gus The logs: *CLI> Version
2003 Oct 13
1
chan_h323 - Segmentation fault (core dumped)
Hi all: I've got some core dumps when I use chan_h323. I dial an extension using h323, routed thru an E100P (like a H323-ISDN_PRI gateway). Sometimes * hangs, sometimes not. The client used for test es SjPhone (http://www.sjlabs.com/). This is the data for one core dump: (gdb) bt #0 ast_rtp_get_us (rtp=0x0, us=0x5074759c) at rtp.c:790 #1 0x41f8879c in create_connection
2010 Jun 08
9
[Rails Heroku] Problem with saving object (on heroku hosting)
Hi All, I have some strange problem which appears only on heroku hosting 2.3.5 default stack (not on my local computer) I have some models. Here they are: class Contact < ActiveRecord::Base belongs_to :user belongs_to :type, :class_name => "ContactType", :foreign_key => "type_id" validates_presence_of :name, :on => :create, :message =>