similar to: chanspy doesn't work properly

Displaying 20 results from an estimated 2000 matches similar to: "chanspy doesn't work properly"

2007 Dec 31
1
app_echo.c
hi, all I have test echo application for just fun. I can'nt understand why this is used below in .c file, format = ast_best_codec(chan->nativeformats); ast_set_write_format(chan, format); ast_set_read_format(chan, format); without this this application work fine. then why this is used. any suggestion?? Bhrugu mehta
2008 Jan 05
2
ASTERISK cd-rom
hi, all i want to create cd-rom with asterisk. how it possible. when i put disk in cdrom it boot automatifcally and auto-start installation like TRIXBOX. any idea. thnks, Bhrugu Mehta
2008 Jan 07
2
zaptel programming
hi, all I am new to zaptel programming. can anybody help me how to start this. or any ref. site or matirial availabel. i want to use c lang. for this. thnks in advance. Bhrugu Mehta
2007 Dec 03
1
Oracle and asterisk
hi, all I want to connect asterisk with oracle database. how to start this , that's i dont know . any pls help me thnks in advance Bhrugu mehta
2007 Oct 17
0
DTMF DIGIT PROBLEM
hi, all I have problem to sense digit in my ivrs. scenario is below: I am using zaptel T410P digium card to competible with my PSTN(CORAL) [ivrs] exten => s,1,Background(welcome-ivrs) exten => 1,1,Playback(welcome) exten => 2,1,Playback(goodby) sound file are .wav files. when i dial no. from analog phone to launch ivrs welcome-ivrs.wav file plays and when i press digit 1 play wecome
2007 Dec 26
0
autoservice.c
hi, all actually i can't understand what is the use of autoservice.c file. can anybody help me. thnks in advance. Bhrugu mehta
2008 Jan 12
0
zaptel digit problem
hi, all I am using asterisk 1.2.12.1 and zaptel 1.2.7 and libpri 1.2.1 version. I have created Ivrs(very big) .It works fine in sip phone , but when i call through zaptel digit sens problem occured. Asterisk doesn't sens any digit pressed.Our pstn is CORAL pbx. any suggesion.. thnks, Bhrugu Mehta(india, gujarat) -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Jul 20
0
No subject
playing with this for two days, so don't jump too hard, gurus.) _____ From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of bhrugu mehta Sent: Monday, January 25, 2010 6:11 AM To: asterisk-users at lists.digium.com Subject: [asterisk-users] queue Hi, all Is ther any way to pass channel queue such a way
2010 Mar 17
2
sip send image
hi, all is there any way to send image on sip channel ? Regards, -- Bhrugu Mehta Sr. S/W Engineer (D&D) VOIP,Telephony Team India -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100317/3cb8322a/attachment.htm
2011 Oct 18
1
Chanspy() not working with group in asterisk 1.4.42
Hi list, I have write down my code on which chanspy not working when I make a group with name of spy. Please help me where is the issue on that. a) caller will call this number to join konference and spy group exten => 43681111,1,Answer() exten => 43681111,n,NoOp(****${CHANNEL}****) exten => 43681111,n,Set(GROUP(${CHANNEL})=spy) exten => 43681111,n,Set(a=${GROUP_LIST(spy)}) exten
2015 Mar 12
0
chanspy for group extension
hello list, i use the code below [macro-chanspy] exten => s,1,Authenticate(${ARG1}) exten => s,n,ChanSpy(SIP/${EXTEN:3},dqs) exten => s,n,Hangup app-chanspy] exten => _0071XX,*1,*Macro(chanspy,1234) exten => _0072XX,*1,*Macro(chanspy,5678) exten => _0073XX,*1,*Macro(chanspy,8910) but when i do 007100 for exemple i spy another agnet 102 or 103 any help please thanks and
2010 Jan 27
2
astdb
Hi, all What is the use of astdb? Is it used to store realtime values like sip etc. Regards, Bhrugu Mehta -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100127/b13d6a62/attachment.htm
2009 Oct 09
3
Chanspy
How can i activate "ChanSpy" to spy on a dedicated extension? I see the following in "/etc/asterisk/extensions_additional.conf" [chanspy] include => chanspy-custom exten => 501**,1,Chanspy(801) exten => 501**,n,Hangup exten => 502**,1,Chanspy(802) exten => 502**,n,Hangup But when i try to call "501**", it doesn't give any response. Thanks.
2007 Mar 14
0
ChanSpy with Record() : Doesnt seem to work for an unbridged SIP call
Hello, I have an incoming Voip call, where an intro message is played (How can I help you today?) and the answer is recorded - with Record(tst:gsm,3,30). The call is not bridged. I also have an internal SIP phone which dials into an extension as soon as the Voip call lands, and spies on the unbridged Voip call, using ChanSpy. All is well before start of Record () - ChanSpy can hear the
2009 Feb 04
1
Stopping chanspy followup
I am still trying to figure out a reasonable way to exit the chanspy application in a dialplan. For the most part I understand how things are working and there is one change I would like to propose. The way the 1.4.23.1 code seems to work is that if there are no channels that match the chanprefix argument the chanspy code stays in a loop waiting for a new channel to come into being that matches
2007 Dec 27
1
application not load
hi, all I creat new application app_myapp.c for asterisk 1.4.15. I add this in asterisk/apps dir. to load. after compiling asterisk app_myapp.o and app_myapp.so has been created but when i run " show applications" at cli> . my application not displayed. what's wrong??? any suggestion!!! thanks Bhrugu Mehta
2007 Aug 31
0
about ChanSpy
hello,everyone! I was setting up ChanSpy in an Asterisk dialplan today and it just wasn't working. Here is the snippet: extensions.conf: [test] exten=>3001, 1, Set(__TRANSFER_CONTEXT=tranfer) exten=>3001, 2, Dial(SIP/3001,10,tr) exten=>2002, 1, Dial(SIP/2002,10,t) exten=>2002, 2, Hangup() exten=>2001, 1, Dial(SIP/2001,10,t)
2007 Sep 05
0
about ChanSpy,thank you!!!
asterisk-usershello,everyone! I was setting up ChanSpy in an Asterisk dialplan today and it just wasn't working. Here is the snippet: extensions.conf: [test] exten=>3001, 1, Set(__TRANSFER_CONTEXT=tranfer) exten=>3001, 2, Dial(SIP/3001,10,tr) exten=>2002, 1, Dial(SIP/2002,10,t) exten=>2002, 2, Hangup() exten=>2001, 1,
2011 Mar 10
1
ChanSpy with alphanumeric SIP channels [1.6.2]
Hi, I'm using SIP users of the form 'ab_12345' (two letters, underscore, 5 digits). ChanSpy is working fine for listening in to conversations initiated by these channels, and I can use '*' to randomly switch channels. However, is there any way in this scenario to be able to switch ChanSpy to a specific channel by typing in a ...# key sequence during a spy session?
2007 Jun 16
1
Chanspy
I am developing a Call Center with AMI, I have already redirect and create a call, but I want to implement a functionality so I can supervise the call (spy). I have been studying the function chanspy of asterisk. Does any one know how to execute the function Chanspy(SIPXXX) throw AMI? Best Regards Carlos -------------- next part -------------- An HTML attachment was scrubbed... URL: