search for: jaswinder

Displaying 20 results from an estimated 36 matches for "jaswinder".

2012 Jan 03
1
[PATCH] AUTHORS: add the email address for each authors
...4 insertions(+), 24 deletions(-) diff --git a/AUTHORS b/AUTHORS index 0d6fb3c..702de5d 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,24 +1,24 @@ -Angus Salkeld -Ani Peter -Charles Duffy -Daniel Berrange -Daniel Cabrera -Douglas Schilling Landgraf -Erik Nolte -Geert Warrink -Guido G?nther -Hilko Bengen -Jaswinder Singh -Jim Meyering -Karel Kl?? -Matthew Booth -Maxim Koltsov -Michael Scherer -Nikita A Menkovich -Piotr Dr?g -Rajesh Ranjan -Richard W.M. Jones -Sandeep Shedmake -Shankar Prasad -Thomas S Hatch -Wanlong Gao +Angus Salkeld <asalkeld at redhat.com> +Ani Peter <apeter at redhat.com> +Cha...
2009 Jul 08
1
[PATCH 33/44] includecheck fix: drivers/xen, evtchn.c
fix the following 'make includecheck' warning: drivers/xen/evtchn.c: linux/errno.h is included more than once. Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput at gmail.com> --- drivers/xen/evtchn.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/xen/evtchn.c b/drivers/xen/evtchn.c index af03195..79bedba 100644 --- a/drivers/xen/evtchn.c +++ b/drivers/xen/evtchn.c @@ -38,7 +38,6 @@ #in...
2009 Jul 08
1
[PATCH 33/44] includecheck fix: drivers/xen, evtchn.c
fix the following 'make includecheck' warning: drivers/xen/evtchn.c: linux/errno.h is included more than once. Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput at gmail.com> --- drivers/xen/evtchn.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/xen/evtchn.c b/drivers/xen/evtchn.c index af03195..79bedba 100644 --- a/drivers/xen/evtchn.c +++ b/drivers/xen/evtchn.c @@ -38,7 +38,6 @@ #in...
2009 Jul 08
1
[PATCH 33/44] includecheck fix: drivers/xen, evtchn.c
fix the following 'make includecheck' warning: drivers/xen/evtchn.c: linux/errno.h is included more than once. Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput at gmail.com> --- drivers/xen/evtchn.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/xen/evtchn.c b/drivers/xen/evtchn.c index af03195..79bedba 100644 --- a/drivers/xen/evtchn.c +++ b/drivers/xen/evtchn.c @@ -38,7 +38,6 @@ #in...
2007 Jul 03
4
Google acquires Grand Central
Ooops did Google just become a carrier :) http://googleblog.blogspot.com/2007/07/all-aboard.html I hear stocks crumbling worldwide as I type. Cheers, Dean -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070703/92218fc6/attachment.htm
2009 Aug 25
1
[PATCH] XEN: remove undefined functions
...s calling them. This fixed following compilation warnings : drivers/xen/events.c:134: warning: ?mk_pirq_info? defined but not used drivers/xen/events.c:180: warning: ?gsi_from_irq? defined but not used drivers/xen/events.c:190: warning: ?vector_from_irq? defined but not used Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput at gmail.com> --- drivers/xen/events.c | 27 --------------------------- 1 files changed, 0 insertions(+), 27 deletions(-) diff --git a/drivers/xen/events.c b/drivers/xen/events.c index abad71b..d43957a 100644 --- a/drivers/xen/events.c +++ b/drivers/xen/even...
2009 Aug 25
1
[PATCH] XEN: remove undefined functions
...s calling them. This fixed following compilation warnings : drivers/xen/events.c:134: warning: ?mk_pirq_info? defined but not used drivers/xen/events.c:180: warning: ?gsi_from_irq? defined but not used drivers/xen/events.c:190: warning: ?vector_from_irq? defined but not used Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput at gmail.com> --- drivers/xen/events.c | 27 --------------------------- 1 files changed, 0 insertions(+), 27 deletions(-) diff --git a/drivers/xen/events.c b/drivers/xen/events.c index abad71b..d43957a 100644 --- a/drivers/xen/events.c +++ b/drivers/xen/even...
2009 Aug 25
1
[PATCH] XEN: remove undefined functions
...s calling them. This fixed following compilation warnings : drivers/xen/events.c:134: warning: ?mk_pirq_info? defined but not used drivers/xen/events.c:180: warning: ?gsi_from_irq? defined but not used drivers/xen/events.c:190: warning: ?vector_from_irq? defined but not used Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput at gmail.com> --- drivers/xen/events.c | 27 --------------------------- 1 files changed, 0 insertions(+), 27 deletions(-) diff --git a/drivers/xen/events.c b/drivers/xen/events.c index abad71b..d43957a 100644 --- a/drivers/xen/events.c +++ b/drivers/xen/even...
2007 Aug 15
1
CDR billsec greater than duration
Hi all, I have a strange situation on a Asterisk 1.2.17 with FreePBX 2.2.1 Doing a select in the CDR table I noticed there are some calls with billsec greater than duration, duration is always 0 in those calls. How can this happens ? Am I missing something ? Tnx in advance Regards Edoardo Serra WeBRainstorm S.r.l.
2007 May 03
3
0 duration but non-zero billsec in mysql cdr
I was just going through my call records ( stored in mysql database by cdr_MYSQL module ) and saw a record having duration = 0 and billsec of more than 50 seconds . I did a query on cdr where duration < billsec and saw that there were infact some 250 records with duration less than billsecond ( table had around 4,00,000 records) . Did anyone came across this ? I also checked csv files and they
2016 Feb 09
3
[RFC] Lanai backend
...l be the maintainer of this backend. >> >> Please leave code comments on the Phab patches, while discussing >> high-level comments about the backend on this llvm-dev thread. >> >> Thanks, >> >> Jacques >> >> [1] David E. Culler, Anoop Gupta, and Jaswinder Pal Singh. 1997. Parallel >> Computer Architecture: A Hardware/Software Approach (1st ed.). Morgan >> Kaufmann Publishers Inc., San Francisco, CA, USA. >> >> _______________________________________________ >> LLVM Developers mailing list >> llvm-dev at lists.llvm...
2016 Feb 09
10
[RFC] Lanai backend
...actively developing the backend and have many optimizations in mind. I'll be the maintainer of this backend. Please leave code comments on the Phab patches, while discussing high-level comments about the backend on this llvm-dev thread. Thanks, Jacques [1] David E. Culler, Anoop Gupta, and Jaswinder Pal Singh. 1997. Parallel Computer Architecture: A Hardware/Software Approach (1st ed.). Morgan Kaufmann Publishers Inc., San Francisco, CA, USA. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160209/1ca9350...
2009 Aug 09
0
[PATCH] XEN: includecheck fix for drivers/xen/evtchn.c
fix the following 'make includecheck' warning: drivers/xen/evtchn.c: linux/errno.h is included more than once. Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput at gmail.com> --- drivers/xen/evtchn.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/xen/evtchn.c b/drivers/xen/evtchn.c index af03195..79bedba 100644 --- a/drivers/xen/evtchn.c +++ b/drivers/xen/evtchn.c @@ -38,7 +38,6 @@ #in...
2007 May 29
2
channel_find_locked: Avoided deadlock
Hi i have 20 people calling agents calling when ever they calling i get this below error May 30 00:46:57 WARNING[2840]: channel.c:785 channel_find_locked: Avoided deadlock for '0x8b2f50', 10 retries! and the voice go choppy, and voice breakages iam using Latest SVN, any suggestion to come over this problem ram -------------- next part -------------- An HTML attachment was scrubbed...
2007 Jun 12
2
No audio after Dial with G option
I'm using the Dial application in the extensions file with the G option to execute an AGI script after the Dial (I need to track the call status) as follows: exten => _X.,3, Dial({DIAL_STRING},,G(_X.^4)) exten => _X.,4, Answer() exten => _X.,5,AGI,agiScript.php The problem is that testing between two internal phones (with two ATA) I loose the audio when I include the G option in the
2007 Jul 27
2
SIP "Max Channels" Setup
I'm running Asterisk without FreePBX or any of the other managers. I'm trying to figure out how to set the maximum number of channels allowed on a single line? I'd just rather not have Asterisk try the line when I know I'll recieve a CONGESTION back from the SIP phone provider (ViaTalk in this case). Is there a configuration option I can't find that sets the maximum number
2009 Aug 09
0
[PATCH] XEN: includecheck fix for drivers/xen/evtchn.c
fix the following 'make includecheck' warning: drivers/xen/evtchn.c: linux/errno.h is included more than once. Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput at gmail.com> --- drivers/xen/evtchn.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/xen/evtchn.c b/drivers/xen/evtchn.c index af03195..79bedba 100644 --- a/drivers/xen/evtchn.c +++ b/drivers/xen/evtchn.c @@ -38,7 +38,6 @@ #in...
2009 Aug 09
0
[PATCH] XEN: includecheck fix for drivers/xen/evtchn.c
fix the following 'make includecheck' warning: drivers/xen/evtchn.c: linux/errno.h is included more than once. Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput at gmail.com> --- drivers/xen/evtchn.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/xen/evtchn.c b/drivers/xen/evtchn.c index af03195..79bedba 100644 --- a/drivers/xen/evtchn.c +++ b/drivers/xen/evtchn.c @@ -38,7 +38,6 @@ #in...
2007 Jul 05
2
Asterisk console filtering and logging
Hi, Is it possible to filter messages on asterisk console, which was started with -vvvv, to see messages only for one extensions? By default there are all messages for any extensions displayed so dialplan debuging is very difficult. Is it possible to log such console messages: ... -- Executing Set("SIP/10.0.0.1-0061f5d0", "CDR(userfield)=2422718") -- Executing
2012 Nov 27
1
[PATCH] Add the .mailmap and change the method to generate AUTHORS
...cn.fujitsu.com> <wanlong.gao at gmail.com> diff --git a/AUTHORS b/AUTHORS index 6588c61..eb1e296 100644 --- a/AUTHORS +++ b/AUTHORS @@ -10,7 +10,7 @@ Geert Warrink <geert.warrink at onsnet.nu> Guido G?nther <agx at sigxcpu.org> Hilko Bengen <bengen at hilluzination.de> Jaswinder Singh <jsingh at redhat.com> -Jim Meyering <jim at meyering.net> +Jim Meyering <meyering at redhat.com> Jiri Popelka <jpopelka at redhat.com> John Eckersberg <jeckersb at redhat.com> Karel Kl?? <kklic at redhat.com> @@ -25,7 +25,7 @@ Olaf Hering <olaf at ae...