Questions tagged [refer]

85 questions
1
vote
1 answer

Analyzing tree/structure of XML (tags referencing eachother)

I got several XML -elements referring to eachother using a "parent" subelement. Not all toplevel -elements need copying, so I have a fixed list of (main-)section uniqueNames which do need to be copied. List of mainsections of which subsections…
1
vote
1 answer

What is going wrong in this SIP call? Multiple NOTIFY messages in a row before RTP established

the long string of NOTIFY messages happen after the called number answers. and after about 20-30 seconds the 503 happens and then the call connects fine with audio.
Adam Johns
  • 35,397
  • 25
  • 123
  • 176
0
votes
1 answer

SIP: how to know, for which REFER the NOTIFY came?

Suppose, we have a following dialog: Agent A Agent B | | | F1 REFER | |----------------------->| | F2 202 Accepted | |<-----------------------| | F3 NOTIFY | …
weekens
  • 8,064
  • 6
  • 45
  • 62
0
votes
2 answers

How to do a friends refererred and rewards system in php?

as title said, how to do or what are the practices to do a system, that if the user refer to a friends (up to 10), he will get rewards per person in php and mysql? Do I need to do in cookies or database? What are the required columns if using…
mcfadder_09
0
votes
1 answer

AS3: How to refer an object by his properties

Well, I'm doing a checkers game and I need to refer a piece by its position (x and y, both) and remove it from the screen (no problem with this). I've been traying combinations with "this." but nothing. How would you do that?
0
votes
1 answer

How to refer to a custom slider inside a listview in Xamarin Forms

I have a custom slider and have tried to put it inside a listview with grids so the listview displays the following: Top left: items from a list as strings. Bottom left: (under each item) the custom slider. (To the right/the second column: an…
Monsi
  • 5
  • 4
0
votes
0 answers

Page stucked when href refering to a hash

Hello I have 5 links that needs to refer to another section below in the same page (this sections are different depending the link and are shown using JS changing the displays). The main issue is if a click 2, 3 or 4 times this links then the page…
0
votes
1 answer

Two dataframes connected by index

I have two dataframes. [2500 rows x 4 columns] Kundenname Adresse Ort PLZ 0 Amt Nortorfer Land Niedernstraße 6 Nortorf 24539.0 1 Nord GmbH …
0
votes
2 answers

How to refer from a column to names of other columns and create a new column

I have a table such as +---------+---------+--------+--------+--------+ | Product | Classif | Type 1 | Type 2 | Type 3 | +---------+---------+--------+--------+--------+ | a | Type 1 | 2 | 6 | 8 | | b | Type 2 | 3 |…
0
votes
1 answer

How to refer to a random integer in R.raw method in Android?

I have this code Random x = new Random(44); int l = x.nextInt(); int path = R.raw.l; I know it doesn't work that way,but it explains my situation the most. i.e. Providing l==5, i want to use R.raw.5 as the path. however, R.raw seems to understand…
Abuser
  • 1
  • 1
0
votes
1 answer

Asterisk Refer to new IP address

I am having an issue/trying to make something work within Asterisk. I have a trunk to an Ascom Nurse call system and there is a basic function to dial from a handheld device into a patient room. I am able to establish the call from Asterisk to the…
Matt Saiko
  • 31
  • 8
0
votes
1 answer

Java: How to refer to a class inside the class but of another element?

I'm not to sure on how to explain this but basically I am trying to refer to the List Classes front which is of Element A(can be from any list). But what happens is that when it goes through the Elements of the list it is comparing from two…
Stef
  • 1
  • 1
0
votes
1 answer

Refer a friend through sms getting White screen

Hi I am writing the following code to refer a friend through SMS. When I click on cell, the sms app opens with text but when again I tried for second time, it shows white color screen. Here is my code var controller1 =…
0
votes
1 answer

REFER method- JAIN SIP API - JAVA- Call transfer

Could you please give a idea of how to use REFER method in JAIN SIP API in java. I would like to use REFER method because i would to use call transfer.
0
votes
0 answers

VBA deletes a column and adds a new column, how to refer to the same range area in a formula after these changes have been made?

Image: Formula and range area So I want my formula to count the range $E$27:$S$42 but anytime the macro is run the range referred to in the formula reduces by one column. How can I keep the range $E$27:$S$42 after the macro makes changes? (The…