similar to: caller's identity

Displaying 20 results from an estimated 9000 matches similar to: "caller's identity"

2005 Jan 13
1
SIPGetHeader
I'm tring to use the function named sipgetheader in asterisk, but I downloaded the asterisk version 1.0.3 in which this function doesn't appear. What the simplier solution to my problem? May I download something else? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050113/761194e1/attachment.htm
2005 Jan 14
0
SOS !!!
Can anyone help me to solve the next problem???? I need to get the caller's identity from the Sip messages. I tried to use the command SIPGetHeader, but the downloaded version 1.0.3 doesn't work. Does a new asterisk version exist which solves my problem? I'm looking forward to having a prompt reply from you! -------------- next part -------------- An HTML attachment was scrubbed...
2005 Jul 01
1
SIPGetHeader application in asterisk-1.0.9
hello i want to use SIPGetHeader application in asterisk-1.0.9. Jul 2 00:04:33 WARNING[19575]: pbx.c:1293 pbx_extension_helper: No application 'SIPGetHeader' for extension (default, 2000, 1) Any one using this __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
2005 Jul 02
0
PortaOne's Radius client for Asterisk
hello i m trying to use radius with asterisk http://www.voip-info.org/tiki-index.php?page=PortaOne+Radius+auth how to fix this patch 8. Make sure that your Asterisk includes all related bug fixes and patches, namely: - SIPGetHeaders for chan_sip (derived from chan_sip2 ) i m using asterisk-1.0.9 extensions.conf exten => _X.,1,SIPGetHeader(SIP_Authorization=Proxy-Authorization)
2007 May 09
1
Replaces header
I'm tying to use park and announce for call park on Asterisk 1.4.2 but I'm having trouble getting it to work properly. This use to work with an older version of Asterisk. A telephone on the PSTN calls an IP phone. The IP phone is assigned extension 3-8396. 3-8396 answers the call and attempts to perform a blind transfer to x700, the parking lot number. The transfer gets to Asterisk,
2013 Nov 22
0
Caller's phone keeps ringing after 200 OK
Hello Everyone, I have a strange issue where the caller's phone keeps ringing even after the 200 OK. I am using the latest version of Asterisk 1.8, and wanted to know if anyone could give me any pointers before posting the SIP debug messages. Kind Regards, Nick from Toronto.
1999 Nov 20
1
Sv:
Thank you to Peter Dalgaard, who provided help for some of this solution. It is still not ideal since the dots which are equidistant in the x-direction ideally should respect the reciprocal scale in the y-direction. op <- par("cex"= 0.7) x<-y<-NA plot(x,y,xlim=c(0,10),ylim=1/c(2000,70), axes=F) box() axis(1)
2004 Dec 31
2
Host IP address, Crash on startup, Console grabs soundcard - Newbie needs help
I'm an asterisk newbie, so initially tried to install it on a Mandrake 10.1 (see config below) and with a bit of messing about using sample config, have been able to make the test call to device 1000, and also through to the IAX test number at Digium. However, operation is extremely flaky - I cannot reliably startup and use the system on a regular basis. I have several problems listed below
2005 Mar 08
1
samba WINS problem on 2 networked LANS using a VPN connection
Hello Samba experts, Please read all email because i'm desperate!!!!! I have problem on joining to LAN-s using Samba. Finally i got a solution to "see" booth workgroups on "Entire Network", but i'm having problem with stations located in LAN2. From any station located in LAN1, I can see LAN2 workgroup and the browse list with stations located in LAN2, but when
1999 Jun 02
0
Sv: lme problem ?
Dear Douglas Bates. I just downloaded the compiled version (I'm a poor Windows devil, not yet having found the time to move to a more advanced platform...) from NT- the files are dated 30.5-1999 so they are not old - and the problem persisted....wonder what I did wrong ? R : Copyright 1999, The R Development Core Team Version 0.64.0 Patched (May 3, 1999) R is free software and comes with
2011 Feb 16
1
How to know Caller's last position in Queue?
Hi group, I have a simple call center scenario set up on Asterisk. Customer calls the DID and gets placed in Queue waiting for their turn to talk to the available agent. Sometimes Customer hangs up in between and in this case I want to get the last position of customer in Queue. I know there is a variable called ${QEORIGINALPOS} that gives us original position of caller in Queue, but there
2009 Jan 21
1
getting caller's environment
Hello, I'm writing a function like this: f<-function(x,y,...) { ... assign(x,y,envir=?) } I need the caller (of f) 's environment for the "?" so that the assignment is done at the right place. To be specific, when the code "f(x,1)" appears in environment A, I need the assignment of 1 to x happen in environment A. So my question is how to get the correct
2003 Dec 01
0
How do I get caller's number in oh323 ?
We have an h.323 based IVR platform. When we make a call to it using an h.323 phone, it can see the callers number (ANI), but when we make a call to it via asterisk, the call goes through OK, but we don't get the number. How can I make this work? h323.conf ======= [general] port = 1720 bindaddr = 0.0.0.0 disallow=all allow=alaw dtmfmode=inband [ivr] type=h323 context=default extensions.conf
2008 May 22
1
Why can't I define vars in caller's binding using eval?
In other words, why can''t I do this? def f(b) eval("x = 10", b) end f(binding) puts "x = #{x}" Is there any way to make that code work (besides obviously setting x to something before calling f). Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"
2011 Feb 03
3
get caller's name
Hi, Suppose a function that checks an object: stop.if.dims <- function(x) { if (! is.null(dim(x))) { stop("cannot handle dimensional data") } } This would be used by other functions that can only work with dimensionless objects. The problem is the error message would need to include the name of the function that called stop.if.dims, so that the user knows which function got
2004 May 21
4
dial application - continue in context
Hi All, I'm tring to do some DB operations before and after a call. I see the 'g' option in dial to continue in context if the destination hangs up, but what if the originator hangs up? Basically I do a DB get/put before the call is placed. After the call is completed I want to do another get/put; however the dial application dies when the originator hangs up. Any way to get around
2009 Jan 06
1
history: recording
Hi, I'm using windows xp and R 2.8.0 - I wonder what is the command to put in a script that has the same effect as when in a plot you choose menu "History" and "Recording". Best wishes Troels -- Troels Ring - - Department of nephrology - - Aalborg Hospital 9100 Aalborg, Denmark - - +45 99326629 - - tring at gvdnet.dk
2005 Jul 27
2
oh323 geting voice problem g729 xeon 2.8 , fedora 1 , asterisk 1.0.6
Abwesenheitsnotiz: [Asterisk-Users] oh323 geting voice problem g729 xeon 2.8 , fedora 1 , asterisk 1.0.6Hi All I am using oh323 with 6.6 virsion , and runing under xeon 2.8 dual with 2 gb ram, with g729 for i686 , (fedora 1). my problem is sip - oh323 - h323 (quintum) - pstn , sip party can listen otherparty realtime voice , but other party geting sip party's voice 1 sec later (not
2006 Jul 20
3
sort_by with via a parent models child
I am having a problem with ruby''s sort_by function. I want to sort a list of parent model objects based on the children of the parent models. Normally you might say sortedList = modelList.sort_by { |model| model[''someAttribute''] } What I am tring to do is sortedList = modelList.sort_by{ |model| model.children.find(:first, order=>"price desc" ).price}
2010 Mar 26
2
R loop help
Hi, I am tring to write a loop to compute this, ========================== x1=c( rep(-1,4), rep(1,4) ) x2=c( rep(c(-1,-1,1,1),2) ) x3=c( rep(c(-1,1),4) ) x1*x2 x1*x3 x2*x3 ======================== suppose i have x1,x2,x3 i want to compute their ' two factor interactions', x1x2,x1x3 and x2x3, I wrote ======================== for(i in 1:2){ for( j in i+1:3){ xij=c()