search for: arpit

Displaying 19 results from an estimated 19 matches for "arpit".

Did you mean: arpith
2009 Feb 27
5
Polymorphic association..explain the extra query ?
Can anyone explain to me the sql query done in the last step : http://pastie.org/402200 -- Arpit Jain --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group,...
2007 Dec 06
2
Print CALLERID in CLI during "pri debug "
...[1e 02 81 82] > Progress Indicator (len= 4) [ Ext: 1 Coding: CCITT (ITU) standard (0) 0: 0 Location: Private network serving the local user (1) > I would like to print '1234567890 Message type: CONNECT (7) ....... ....... ' where 1234567890 is the callerid Thanks Regards -- Arpit Mehta Graduate Student Department of Computer Science Columbia University Tel: 1-646-387-5998
2007 Oct 04
5
Setting caller id value on outgoing calls using .call files
...t working as it still displays unknown number. I want set the callerid on the 1.call which is made. exten => _.,4,Set(CALLERID(all)=Joe <911>) exten => _.,5,system(cp /var/spool/asterisk/1.call /var/spool/asterisk/outgoing/) Any suggestions how to do that. Thanks a lot. Regards -- Arpit Mehta Graduate Student Department of Computer Science Columbia University Tel: 1-646-387-5998 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20071004/5289593a/attachment.htm
2007 Oct 04
1
Asterisk Caller ID Info
...B' gets joined to the same conference also. 'B' somehow receives the caller ID 'Unknown' and not the number of 'Asterisk', is this a feature not supported in Asterisk or is there a problem in my network ? Any hints or suggestions would be really helpful ? Regards -- Arpit Mehta Graduate Student Department of Computer Science Columbia University Tel: 1-646-387-5998 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20071004/ae5255b8/attachment.htm
2007 Dec 21
3
error installing gems
...Error installing gem xml-simple-1.0.11.gem[.gem]: install directory thname:e:/ruby/lib/ruby/gems/1.8/gems/xml-simple-1.0.11> not absolute Ruby Version = 1.8.4 Rails Version = 1.2.5 Gems Version = 0.9.4 can anybody provide any pointers??? Thanks Arpit. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send...
2007 Jul 08
2
Auto Fall Through when kicking users in MeetMe
...(unmonitored)00:00:45 User #: 04 john john Channel: SIP/john-b7800468 (unmonitored) 00:00:11 3 users in that conference. Now if I kick user 4 it works fine. Can anyone suggest any reasons why this is happening ? Also what does auto fall through mean ? Thanks Regards -- Arpit Mehta -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070707/036ef809/attachment.htm
2007 Nov 02
3
use dial plan passed arg value in C agi code
...,1,AGI(simple_c_prgm|123|789) ; 123, 789 are arguments being passed and simple_c_prgm is C code Now how will I receive these variables within C code ? Is it by the same way arguments are passed in command line to C by using argc and argv or there is more to be done than that? Thanks Regards -- Arpit Mehta -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20071102/d2a9666c/attachment.htm
2007 May 17
2
Call to an arbitrary outbound number by asterisk
...Zap/23-1 ############### Goes to the voicemail -- Native bridging Zap/23-1 and Zap/1-1 -- Channel 0/23, span 1 got hangup request -- Hungup 'Zap/1-1' == Spawn extension (incoming, 17689, 1) exited non-zero on 'Zap/23-1' -- Hungup 'Zap/23-1' Regards -- Arpit Mehta Graduate Student Department of Computer Science Columbia University Tel: 1-646-387-5998 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070517/15495b95/attachment.htm
2007 Sep 18
2
ISDN PRI debug in Asterisk
Hi all, Does Asterisk contain a full fledged ISDN packet sniffer. By giving the command " pri intense debug span 1 " , does it debug every packet received (control and voice/data packets) ? Thanks -- Arpit Mehta Graduate Student Department of Computer Science Columbia University Tel: 1-646-387-5998
2007 Oct 07
0
Getting DTMF digits
I forgot to add that this is a T1 ISDN PRI line on which I am sending the DTMF digits. Regards Arpit On 10/5/07, Arpit Mehta <arpitm at gmail.com> wrote: > Hi, > > Is there any way to get the DTMF digit preferably in the > extensions.conf . The dtmf digits would be entered by the user > like"1234567890P1234#" . It doesnt matter whether to put 'P' or '#...
2007 Nov 26
2
Get IP address of an incoming or outgoing SIP call
Hi * Users, What is the way from the dial-plan to get the IP address of an incoming or outgoing SIP call? I can see the IP address of the SIP call using 'sip show peers' from the CLI. Thanks Regards -- Arpit Mehta Graduate Student Department of Computer Science Columbia University Tel: 1-646-387-5998
2007 May 19
1
Call someone to instantly join conference using MeetMe
...dy defined in meetme.conf and there is one person already joined the conference. Currently MeetMe requires a person dialing into it and the joining the conference. How could this be done using MeetMe or any other conference application? Any suggestions/hints/links are welcome. Thanks Regards -- Arpit Mehta Graduate Student Department of Computer Science Columbia University Tel: 1-646-387-5998 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070519/20599c1f/attachment.htm
2007 Nov 02
1
Get value from linux terminal to dialplan in Asterisk ?
...ple way in which I could read some file from a console (say by using system command) and based on that either return true or false back to dialplan. Is there any built in command in Asterisk for that ? What are the options do I have ? Are there any sample code to do so ? Thanks a lot Regards -- Arpit Mehta Graduate Student Department of Computer Science Columbia University -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20071101/43df3055/attachment-0001.htm
2007 May 31
2
How to read SIP debug?
Hi all, i need to study the SIP protocol. can anybody tell me about any ebook which could halp me understand the sip protocol, architecture, and how to read and understand the sip signalling when i use "sip debug" in asterisk? -- Rizwan Hisham Software Engineer AXVOICE Inc. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 May 31
1
Compilation after Source code changes in Asterisk
hi, This might be the most obvious thing to you. I need to change some parts of the source code of Asterisk. I was wondering if we have to compile the whole source code again everytime using the commands (which i think might take some time to compile again) cd /usr/src/asterisk-version make make install or is there a faster and better way to do things Thanks a lot for all the help i have
2007 Dec 01
1
REFER mesage extraction using SIP_HEADER
Hi * users, I would like to extract the information present in the SIP REFER message that comes to asterisk. Would SIP_HEADER() allow me to do that ? I have used SIP_HEADER() for extracting the to and from SIP headers previously. Thanks Regards -- Arpit Mehta Graduate Student Department of Computer Science Columbia University Tel: 1-646-387-5998
2008 Jan 11
1
Merging flv files
Hi , i need to merge two flv videos , i have tried using this command: mencoder -oac copy -ovc copy -idx -o c.flv a.flv b.flv, the resulting file is of expected size , but somehow i am not able to play it .... Please let me know your thoughts Thanks Aprit --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google
2010 Sep 10
0
Virtualization Digest, Vol 60, Issue 17
Hi, Can someone please point me to where I can find this early version of the IEEE802.1Qbg implementation? When I downloaded the 0.9.38 version of lldpad, it does not have the latest set of code mentioned below. Thanks. Arpit. -----Original Message----- From: virtualization-bounces at lists.linux-foundation.org [mailto:virtualization-bounces at lists.linux-foundation.org] On Behalf Of virtualization-request at lists.linux-foundation.org Sent: Wednesday, August 25, 2010 8:42 AM To: virtualization at lists.linux-foundati...
2010 Sep 10
0
Virtualization Digest, Vol 60, Issue 17
Hi, Can someone please point me to where I can find this early version of the IEEE802.1Qbg implementation? When I downloaded the 0.9.38 version of lldpad, it does not have the latest set of code mentioned below. Thanks. Arpit. -----Original Message----- From: virtualization-bounces at lists.linux-foundation.org [mailto:virtualization-bounces at lists.linux-foundation.org] On Behalf Of virtualization-request at lists.linux-foundation.org Sent: Wednesday, August 25, 2010 8:42 AM To: virtualization at lists.linux-foundati...