similar to: No subject

Displaying 20 results from an estimated 700 matches similar to: "No subject"

2006 Dec 20
0
asterisk run on vxworks for hardware pbx
Hi My hardware PBX run asterisk on vxworks,Because the vxworks not support perl. Now I want to add a callback function to my pbx. now it can store Caller and Called party numbers in queue when Called party is busy Then I malloc a new ast_channel to call.It is should use ast_get_channel_by_exten_locked() or ast_channel_alloc() , my program as follow,But it isn't work, anyone know how to
2010 Oct 10
1
Modifying cid.cid_name in app_parkandannounce.c
Hi List, I need to modify the callerID name of the call coming back when a parked call returns to the extension that parked it when it times out. Looking at app_parkandannounce.c /* Now place the call to the extention */ snprintf(buf, sizeof(buf), "%d", lot); memset(&oh, 0, sizeof(oh)); oh.parent_channel = chan; oh.vars =
2006 Mar 16
0
SCCP problem with ATA188, Asterisk@home and chan_sccp
Hi, This is a message I already posted on the chan_sccp mailing list, but since this list has a lot of active members, I'm hoping someone might be able to help (And my problem is * related, so I guess it's ok if I post it here also ;) ). I'm trying to get SCCP ATA188s to run with Asterisk. The Asterisk box uses the latest Asterisk@Home image (Version 2.6). I have compiled and
2005 Jan 04
0
cid_num with Asterisk CVS 1.0.12
Hello, How can I access caller's number with Asterisk CVS 1.0.12? In new version there are structure cid with field cid_num. And in 1.0.12 only callerid field which is equal to cid_name. I also tried to get it from chan->cdr->src but this is also the same as cid_name or callerid. Mindaugas Kezys -------------- next part -------------- An HTML attachment was
2005 Oct 11
2
Re: [Chan-sccp-users] Need help with hint and callgroup
I don't think that will fix my problem. The hints on the individual user extensions (101, 102, 103 and 104 below) are working just fine. sccp.conf example of 1 user: [devices] type = 7970 description = User1 tzoffset = -6 autologin = 101,401 speeddial = 102,User2,102@wct-internal speeddial = 103,User3,103@wct-internal speeddial = 104,User4,104@wct-internal device => SEP000F90CEF9D3
2010 Oct 22
0
CEL ODBC problem in 1.8.0
Hi, I have been experimenting with CEL in a trunk version of asterisk for some time and have upgraded my test machine to 1.8.0 today. Made a few calls and it looks like the eventtype field is missing in the CEL insert query when using ODBC. I see the following errors on the console: [Oct 22 21:46:09] WARNING[952]: res_odbc.c:634 ast_odbc_prepare_and_execute: SQL Execute returned an error -1:
2005 Sep 09
0
Doesn't finishes callerid spill
Hi, I am a beginner in asterisk. Implementing it in my dept in India using TDM400b card with asterisk, zaptel, libpri version latest of CVS HEAD Callerid on my system is coming tough. Asterisk doesnot finishes the callerid spill and Cancells it. After going through code in Callerid.c and chan_zap.c I found that my line is providing caller id of length 8867. Flow enters in zt_call and
2006 Apr 12
1
Cisco 7960 won't dial (sccp)
I'm trying to setup a couple of Cisco 7960's in asterisk. I have asterisk working fine for sip clients, and can call the 7960's just fine, but I can't seem to dial out on them. As soon as I enter the first digit, the phone attempts to dial it without waiting for the rest. I've changed timeout settings, etc but can't seem to get it to work. Any ideas? Asterisk
2007 Aug 31
1
Cisco 7960 Won'
I'm having a wierd problem with a Cisco 7960 (sccp2) and asterisk (1.4.2) If the call that I'm trying to make goes through, everything works fine. But if there's any sort of error (like me messing around in my extensions.conf, etc). I can't get the connection to drop. ie: If I get the conjestion tone and hang up the phone, I can do a sccp show channels I can see that the
2007 Apr 10
6
Help w/ Asterisk Cisco IP phone and SCCP
I have a new asterisk installation (1.4.2) that is working fine with SIP. Now I'm trying to add 2 cisco ip phones (7960) running SCCP (latest chan_sccp). I have the phones booted, and the tftp directory all setup, etc. But the phones do not quite work right. When I lift the handset I only get a dial-tone 1 out of 5 or so times I try, though hitting the speaker button works. I can dial
2006 Mar 29
0
Installing Cisco IP phone 7910
Hello, I have tried to install this phone for hours now and I can't get it working. Maybe someone can help me :) I have searched for more info from everywhere but there isn't much about 7910 :( >From the CLI I get this: NAME ADDRESS MAC Reg. State ================ =============== ================ ========== telefon --
2009 Jul 06
1
false answer on zaptel
Hi, I have an x100p zaptel card with asterisk 1.4. I'm using the system for outgoing calls. My problem is that Answer() is falsely returning while the call is still ringing and was not really answered yet. I've been digging google, wikis but have not found what might be causing this. SIP works fine, this problem seems to be only zaptel specific. I could use the NVLineDetect application
2007 Jan 02
1
Double quotes in CDRUserField?
Question: I'm trying to put a double quote into the CDRUserField. What I end up with is a pair of double quotes. Example: exten => s,n,SetCDRUserField(data) exten => s,n,AppendCDRUserField(") exten => s,n,AppendCDRUserField(moredata) My record will look like this: data""moredata What I want is: data"moredata The wiki mentions using a backslash in order to
2007 Jun 26
1
CDR Records "s" as dst
I am using VoiceOne http://voiceone.it/ as my management interface. I am not 100% sure when it started, but my CDR is now full of "s" as the DST instead of the actual dialed number. As I understand it - it is because it is being recorded in the CDR while in a macro (as below). Is there any work around so that I can record the actual dialed number? [macro-dialout] exten =
2006 Mar 14
3
Attended Transfer - transfer timeout, how to change?
Hi, We are trying to use attended transfer with Asterisk 1.2.5, but when we do the transfer and dial the new number, it times out after 3 rings and then the callee is put back to the original agent. Where can I adjust the timeout which applies to the number we are transferring to? I have changed the extension for this number to timeout at 60 seconds, but that seems to make no difference. --
2006 Nov 15
2
some questions about atxfer usage
Hi all. I have enabled the attended transfer feature in features.conf. I'm using it and I want to resolve some questions, I hope someone can help me :) When I transfer a call to an extension: - The extension rings during 15 seconds and the call returns to the "transferer". Is there any possibility to recover the call before the timeout of 15 seconds expires? I mean, I would like
2013 Aug 08
2
Freeswitch with Digium T316 timed out, T316 timed out
Hi I am trying to deploy freeswitch with Digium TE121 card for my office setup, but it is continuously showing Signaling is up and channels are down except D channel. Our Architecture is like We have freeswitch installed with libpri1.4 and Dahdi. I am from India and here we are having E1 trunk. Dahdi Configuration is cat system.conf # Autogenerated by /usr/sbin/dahdi_genconf on Wed Aug 7
2007 Dec 10
0
diferents events between ast1.2 & ast1.4 ??
Hi all, I'm new in the list, and I have a problem upgrading from asterisk 1.2 to asterisk 1.4: There is a diference from asterisk1.2 to asterisk1.4 in AMI events. When I do a call to a queue (with the same extensions.conf dial plan) with ast1.2 and ast1.4, in ast1.2 apper 3 newcallerid event in ast1.4 apper only 2. It is normal? anyone knows it? what is the reason? I
2005 Mar 27
0
Re: Using call.sample on Zap hardware - Answering problem
> From: "Patrick Healy" <pjhealy@healyville.com> > Subject: [Asterisk-Users] Using call.sample on Zap hardware - > Answering problem > I've got a X100P connected to a POTS line and am using it to call out to > play a recorded message. I drop a copy of sample.call into > /var/spool/asterisk/outgoing and Asterisk picks up the line and initiates > the call.
2005 May 25
2
Manager and Callerid problems
Guys. Anybody knows why this is happening? Seems every time I make an internal call, the manager shows this and I don't get the callerid on my identapop but rather the calledid.. Event: Dial Privilege: call,all Source: SIP/intruder1-85f0 Destination: SIP/test-f037 CallerID: 201 CallerIDName: Anton Krall SrcUniqueID: 1117038116.7 DestUniqueID: 1117038116.8 Event: Newchannel Privilege: