similar to: Asterisk returns 484 ADDRESS INCOMPLETE for incoming SIP calls

Displaying 20 results from an estimated 1400 matches similar to: "Asterisk returns 484 ADDRESS INCOMPLETE for incoming SIP calls"

2006 Feb 23
3
Codec order sent wrong from Asterisk
I'm communicating a softphone (SJPhone) to a Grandstream phone GXP-2000. The codec order on each one is the next: SJPhone: GSM - iLBC - PCMA - PCMU GXP2000: G729 - GSM - PCMA - PCMU (I have a G729 license, so there's no problem with transcoding G729) In my sip.conf, I've defined the following codec order: disallow=all allow=g729 allow=gsm allow=g726 allow=alaw allow=ulaw And my
2014 Dec 21
3
PJSIP ports, multiple IP addresses and wrong owner
Dear list, I am currently trying to send faxes via T.38 using PJSIP (newest version 2.3) with Asterisk 13.0.2. After having configured PJSIP, I have seen several things the cause of which I would like to know. 1) Ports and IP addresses which PJSIP bind to I have configured one transport like that: [tr_wZCMk5MvC2ATNzAr] type = transport protocol = udp bind = 192.168.20.48 Nevertheless, PJSIP
2017 Jul 13
2
Help with R script
Dear R-help Group Scenario 1: I have a text file running to 1000 of lines...that is like as follows: [922] "FieldName: Wk3PackSubMonth" [923] "FieldValue: Apr" [924] "FieldName: Wk3PackSubYear" [925] "FieldValue: 2017" [926] "FieldName: Wk3Code1" [927] "FieldValue: " [928] "FieldValue: K4" [929] "FieldName:
2017 Jul 13
0
Help with R script
Hi Vijayan, one way going about it *could* be this: library(dplyr) library(tidyr) library(purrr) ex_dat <- c("FName: fname1", "Fval: Fval1.name1", "Fval: ", "FName: fname2", "Fval: Fval2.name2", "FName: fname3") data.frame(x = ex_dat) %>% separate(x, c("F1", "F2"), sep = ": ") %>% filter(F2
2017 Jul 13
2
Help with R script
Using Ulrik?s example data (and assuming I understand what is wanted), here is what I would do: ex.dat <- c("FName: fname1", "Fval: Fval1.name1", "Fval: ", "FName: fname2", "Fval: Fval2.name2", "FName: fname3") tst <- data.frame(x = ex.dat, stringsAsFactors=FALSE) sp <- strsplit(tst$x, ':', fixed=TRUE) chk <-
2017 Jul 14
0
Help with R script
@Don your solution does not solve Vijayan's scenario 2. I used spread and gather for that. An alternative solution to insert mising Fval - picking up with Don's newtst - is newtst <- c("FName: fname1", "Fval: Fval1.name1", "FName: fname2", "Fval: Fval2.name2", "FName: fname3", "FName: fname4", "Fval: fval4.fname4")
2006 Jun 12
2
conditional validation
Hi how can I validate a field only if another field is set to a specific value? I tried to use validates_length_of :fieldname, :maximum => 100, :if => :otherfieldname == ''myvalue'' But doesn''t work Thanks Paolo
2009 Jul 30
1
[LLVMdev] LLVM Logo
On Jul 30, 2009, at 1:33 AM, Bill Wendling wrote: >> >> That said, I'm not a graphic artist. I simply down-sampled the image >> to get the "Small" one that I'd like to use on the sidebar. The >> image >> is complex enough that it will probably take someone who knows what >> they are doing to make it look good. Any help is definitely
2008 Dec 11
1
SIP CallerID Question
I have several branch offices all running Asterisk PBX's that register to each other via SIP so that calls can be transferred from office to office. Everything is working great on the office to office transfers, but I'd like to somehow make the CallerID more useful. Currently if an extension at Office1 dials an extension at Office2 the CID on the phone at Office2 says
2008 Aug 29
1
Connecting two asterisks via IAX
Hi, I need to connect 2 asterisks in 2 different countries (A and B) for one company so it's possible to make connections between the 2 offices. For connectivity reasons (NAT traversal) i want to connect the 2 asterisk with IAX so that when a user on office A connects via SIP to user on office B the call is going trought IAX channel. Can anyone give me an ideia how to accomplish
2010 Apr 29
1
incoming call should ring on several dahdi channels
Hi, I need a feature from asterisk with dahdi channels, if there is an incoming call, it should ring on several dahdi channels. My channels look like: OFFICE1=DAHDI/13,,rtT OFFICE2=DAHDI/14,,rtT If I add this line: exten => 12345678,1,Dial(${OFFICE1}&{OFFICE2}) only OFFICE1 rings. If I change it to exten => 12345678,1,Dial(DAHDI/13&DAHDI/14) DAHDI/13 and 14 rings together,
2003 Feb 25
2
Specified User Does not exist ?
Hey all, I hope I'm missing something simple. This is my second PDC install and I'm having some problems getting my win2k machine to join the domain. First I made the machine account: useradd -g 100 -d /dev/null -c "bob's computer" -s /bin/false office1$ Then I lock the password: passwd -l office1$ Next I make the smbpasswd -am office1 name. Finally, I added a
2018 May 30
2
tunnel interface names
>> the fact that ssh insists on tap* and tun* tun/tap-device-names is a >> real nag and prevents from nice and easy solutions in some cases. > > Could you offer some examples? some client: ssh -o "Tunnel Ethernet" -w any office next client: ssh -o "Tunnel Ethernet" -w any office ...and so forth. interface configuration on the hub for all clients:
2013 Jan 31
2
[LLVMdev] Tablegen problem populating TSFlags
Jakob, I think this exactly what's happening. I debugged the resolveReferences for the ADD down into the resolve of TSFlags. It calls VarInit::getFieldInit for the "Val" field of "foo". The code is: Init *VarInit::getFieldInit(Record &R, const RecordVal *RV, const std::string &FieldName) const { if (isa<RecordRecTy>(getType()))
2006 Mar 15
2
Table with a field name ''type'' problem.
I have a table with a fieldname called ''type'' which does not present itself on the CRUD screens. However if I rename it to ''some_type'' it works just fine. Any ideas? Here is my configuration: Ruby version 1.8.2 (i386-mswin32) RubyGems version 0.8.10 Rails version 1.0.0 Active Record version 1.13.2 Action Pack version 1.11.2 Action Web Service version 1.0.0
2006 Jul 02
7
How can I intercept attribute calls?
Hi. I have two types of fields in my database, e.g. "name" and "name_ru". First one is a user''s name in english and the second one is in russian. I want to intercept calls like "c.name" and add "_ru" to it if current language is russian (I have my own Locale class like n Globalize). So I want such thing: -- Locale.set("en-US") c.name
2005 Jul 19
1
Information setting up asterisk with an ISDN NT
Hi Folks, First of all, I've been reading a lot and a lot about asterisk and ISDN-BRI, but is really a complicated world, not like PRI or Analog. I have 2 offices with 2 NT boxes and I want to connect them with Asterisk to route outgoing from one office two the other. At the end I want them to look like this Office2 will have only VoIP phones (not ISDN phones connected to a card in asterisk)
2012 Jan 03
1
geo-replication loops
Hi, I was thinking about a common (I hope!) use case of Glusterfs geo-replication. Imagine 3 different facility having their own glusterfs deployment: * central-office * remote-office1 * remote-office2 Every client mount their local glusterfs deployment and write files (i.e.: user A deposit a PDF document on remote-office2), and it get replicated to the central-office glusterfs volume as soon
2008 Jan 04
3
slow access to matrix dimnames
hello, i have been trying to convert my data frames to matrices in the hopes of speeding up some of my more complicated scripts. to assist with this, i am trying to create a "matrix column operator" like $: "%$%" = function(data,field) { as.numeric(data[,grep(field,unlist(dimnames(data)[2]))]) } the idea here is that you can use a matrix like a dataframe:
2006 Jan 03
3
Global functions and variables.
Hey People, I''m fairly new to Rails and have perhaps an obvious question. I would like to know if there is a place that I can declare variables and methods that are globally available to all controllers. My main reason for this is I like to auto generate select boxes based off of the contents of a hash and would like to be able to do this in all views in all controllers, so that I do not