similar to: Strange CRCX

Displaying 20 results from an estimated 200 matches similar to: "Strange CRCX"

2004 Dec 22
1
MGCP Transaction identifiers
I know this is not the most appropriated list to this, but I will try: Does anyone know what is the criteria to the generation of the transaction identifiers in MGCP? I mean, are they generated by a randomic method? I'm using Asterisk and MGCP eyeP Phone and observed that the RSIP and NTFY (methods created by the gateway) use high values in the transaction identifiers, while the RQNT, AUEP,
2003 Dec 07
2
Call does not terminate correctly
We are using an MGCP configuration. There seems to be some incompatibilities between our Netergy T2 VOIP chip and Asterisk. This is how our Vendor sees it: Here's what I see. 1. The first call is initiated. (CRCX) The interesting thing here is that the CA (Call Agent) tells us to go directly into sendrecv mode which means that we start streaming audio immediately. All other CAs that
2006 May 15
0
acts_as_list, move_higher, odd indexing behaviour?
Hi, [reposting to list, posting via google groups apparently didn''t work] I''m trying to use acts_as_list for the first time. Can anyone confirm the odd behaviour reported here? http://blog.nominet.org.uk/tech/Web/2006/03/06/Using_acts_as_list_in_... i.e. element access and move_higher require an odd indexing scheme to work. I''m personally finding that I
2005 Jan 09
1
Making a call using MGCP
Sirs, I have a question about CreateConnection (CRCX) at MGCP. For example, I have the phone number "5220107" and want to make a call for it using MGCP through a media gateway. How can I proceed? I know the command I must send to the media gateway should be like this: CRCX <trans_id> <endpoint> MGCP 1.0 "C", "L", "M" and "X"
2007 Apr 30
2
has_many :through polymorphic
Hi All, I have the following arrangement: class PickAndPackRequest < ActiveRecord::Base has_many :transactions, :as => :request has_many :postings, :through => :transactions end class Transaction < ActiveRecord::Base belongs_to :request, :polymorphic => true has_many :postings end class Posting < ActiveRecord::Base belongs_to :transaction end But when I ask for
2013 Nov 08
2
Export CSV
Hi friends, i am using csv export on my application. in my view file code is <%- headers = ["Transaction ID", "Activity ID", "Product Name","Customer Name", "Ticket code"] -%> <%= CSV.generate_line(headers).strip %> <%if !@trans.nil? && @trans.length > 0 %> <% @trans.each do |tran|%> <% if
2005 May 16
1
ShoreTel 210 MGCP phone drops calls with MGCP RSIP
I've got a ShoreTel 210 MGCP phone drops calls. My packet capture indicates that the phone may be trying to renew its registration with *, but reports Restart Method of Disconnected (frame 2), then * seems to take that as a sign that it has lost the connection and closes things down. The phone, meanwhile, seems to think it can continue the conversation until a few ICMP "port
2016 Mar 09
5
2 devices same *actual* extension - can it be done
Hello, My company has invested heavily in Counterpath?s Stretto provisioning platform for Mobile and Desktop VoIP clients . At this time their system allows 2 devices (for example iPhone + desktop computer) using the same software license per user , which many of our users require. Their provisioning system assumes that both devices will use the same SIP extension for auth however. Normally
2008 Mar 17
0
arules - getting transaction data in
Hi All Hoping someone can help me with the "transactions" object. I am struggling to get my data in. I know the answer is in the help somewhere I'm sure, I just cannot find it. Essentially, I have data in this format (though I can change it if it particularly unsuitable) Transaction_id, store , salesman, date_time , items 1 , waterfront, john ,
2003 Dec 24
8
G729 troubles
Hello, I've successfully installed Asterisk from last CVS and configured it for using with DLINK-DG104S as mgcp CPE and PGW2200 as external sip server. All are work fine at G711 codecs, but then I disable all codecs except g729 some calls failed (Not all calls. Some calls passed at g729 succesfully). All my devices configred to use only g729 and I don't see other codecs at mgcp or sip
2003 Jun 25
0
RTP stream missing the target - cisco 5300 + mgcp
Hi! I have strange problem, I hope it's just a configuration problem, but maybe not. I'm trying to make a call between a MGCP gateway and Cisco 5300 talking SIP. Everything is fine except that audio is one way (from 5300 to MGCP gateway only). It seems that during reinvite Cisco gets confused by session ID and version and excpects RTP stream on different port. The call flow on SDP
2004 Oct 04
0
Cisco ATA-188 w/502 Error on CallWaiting
I have a Cisco ATA-188 with two POTS phones and latest stable cvs. In any situations with call waiting (existing connection and calling again) the second call cause both calls to drop. This is the same for "internal" extensions and from external (ZAP and SIP). It seems to be a "502 - The transaction could not be executed, because the endpoint does not have sufficient
2010 Dec 10
3
[PATCH 1/7] staging: hv: Convert camel cased variables in netvsc.c to lower cases
Signed-off-by: Haiyang Zhang <haiyangz at microsoft.com> Signed-off-by: Hank Janssen <hjanssen at microsoft.com> --- drivers/staging/hv/netvsc.c | 852 ++++++++++++++++++++++--------------------- 1 files changed, 445 insertions(+), 407 deletions(-) diff --git a/drivers/staging/hv/netvsc.c b/drivers/staging/hv/netvsc.c index 8022781..1c1ee57 100644 --- a/drivers/staging/hv/netvsc.c
2010 Dec 10
3
[PATCH 1/7] staging: hv: Convert camel cased variables in netvsc.c to lower cases
Signed-off-by: Haiyang Zhang <haiyangz at microsoft.com> Signed-off-by: Hank Janssen <hjanssen at microsoft.com> --- drivers/staging/hv/netvsc.c | 852 ++++++++++++++++++++++--------------------- 1 files changed, 445 insertions(+), 407 deletions(-) diff --git a/drivers/staging/hv/netvsc.c b/drivers/staging/hv/netvsc.c index 8022781..1c1ee57 100644 --- a/drivers/staging/hv/netvsc.c
2006 Mar 10
0
Flash call transfer problem
Hi, I have some problems transfering call from phone to phone with my Asterisk. When I dial Flash I can hear for half a second the dial tone, but it stops suddenly. The other phone hear the on hold music and pressing flash key another time I get back to the previous channel. On the asterisk consolle seems to be all ok, this is whant I can read: asterisk1*CLI> -- Swapping 0 for 1 on
2006 Feb 28
0
Help: Script isn''t sending any email
Hi, I followed the directions to a ''T'' from the following website: http://wiki.rubyonrails.org/rails/pages/HowToSendEmailsWithActionMailer However, the script is dying because it says that the <%= first_name %> value in my notifier view is nil. here is my code: Controller code (abridged): def signup userid = @session[:user].id @user = User.find(userid) @bill =
2003 Oct 22
0
MGCP error for Cisco 7750 FXO card
Can anyone tell me what MGCP error that I'm getting means? The hardware is a MRP200 in a Cisco 7750 PBX. (Its a FXO blade with 2 slots, first one has a 4 port FXO card and the second has 2 port FXO card. It recognises those correctly, at least to the point of this error.) MGCP Debugging Enabled MGCP read: NTFY 13 aaln/S0/SU0/0@MRP200-S1 MGCP 0.1 X: 1adace42 O: L/hd from
2005 Apr 12
2
Transactions, audit trails, and logging (fairly long)
I''m building a system where every change made to the database has to auditable. Every time a change is made I store a timestamp, a user id, and description of the transaction in a db_transactions table. Every other table has a transaction_id field that references what transaction last created or updated it. How I handle updates now is have a DbTransactions model that contains
2011 Feb 26
1
[PATCH 2/6] Staging: hv: Rename vm_device to hyperv_device
Rename the vm_device abstraction as hyperv_device. Signed-off-by: K. Y. Srinivasan <kys at microsoft.com> Signed-off-by: Haiyang Zhang <haiyangz at microsoft.com> Signed-off-by: Hank Janssen <hjanssen at microsoft.com> --- drivers/staging/hv/blkvsc.c | 4 +- drivers/staging/hv/blkvsc_drv.c | 8 ++-- drivers/staging/hv/channel_mgmt.h | 2 +-
2011 Feb 26
1
[PATCH 2/6] Staging: hv: Rename vm_device to hyperv_device
Rename the vm_device abstraction as hyperv_device. Signed-off-by: K. Y. Srinivasan <kys at microsoft.com> Signed-off-by: Haiyang Zhang <haiyangz at microsoft.com> Signed-off-by: Hank Janssen <hjanssen at microsoft.com> --- drivers/staging/hv/blkvsc.c | 4 +- drivers/staging/hv/blkvsc_drv.c | 8 ++-- drivers/staging/hv/channel_mgmt.h | 2 +-