similar to: Local channel Help required

Displaying 20 results from an estimated 2000 matches similar to: "Local channel Help required"

2009 Jul 22
3
ExecIf and empty variables (early evaluation)
Imagine that you have this code: exten => _X!,n,Set(foo=${QUEUE_WAITING_COUNT(${QueueName})})) If ${QueueName} happens to be unset, this will cause a warning: [Jul 22 14:26:17] ERROR[8114]: app_queue.c:5187 queue_function_queuewaitingcount: QUEUE_WAITING_COUNT requires an argument: queuename The obvious solution: exten => _X!,n,ExecIf($["${QueueName}" !=
2010 Feb 25
1
Got Anonymous from DID incoming call and can't re-send to another asterisk with new callerid
Hi, I have two asterisk servers with the same version of 1.4.29.1. The first server named it as MYE1. MYE1 is an incoming server that can accept incoming calls from PSTN(ZAP E1). The second server is a pbx functions server and named it as MYPBX(SIP). The sip.conf of MYE1 likes below: [MYPBX] type=peer host=mypbx.abc.com nat=no disallow=all allow=g729 canreinvite=yes qualify=no context=default
2004 Jan 10
0
Record calls where to put line?
Here is what I have now. Where should the line " exten => _.,1,macro(record-on,${EXTEN},${CALLERIDNUM})" go should it be under [sip]? Right now if I call sip to sip monitoring starts and the calls connect but I only get 44 byte files. If I call and iaxtel number monitoring starts but call never gets placed and again 44byte files with nothing in them. Thanks for the help. [iaxtel]
2005 Jun 23
1
USB UPS Question...
Hello, I have been trying to get a TrippLite Internet Office 750 UPS to talk to my Linux PBX for a couple of evenings now and I'm getting nowhere... I tried searching the list archives before posting here (I'm sure I'm not the first one to try to get this going) but they seem to be offline... The UPS is unfortunately USB based but I thought I'd give it a try anyway. Here is
2003 Aug 07
1
MWI bug ?
Hi Lee, You need to specify the VM context that you are using.. so using your examples.. extensions.conf entry.. exten => 1000,1,Dial(SIP/1000,20) exten => 1000,2,Voicemail2(u1000) exten => 1000,102,Voicemail2(b1000) exten => 1000,103,Hangup should be.. exten => 1000,1,Dial(SIP/1000,20) exten => 1000,2,Voicemail2(u1000@sip) exten => 1000,102,Voicemail2(b1000@sip) exten
2004 Jan 10
2
Record all phone calls
I want to record all phone calls made inbound and outbound. I'm new so having a hard time getting this started. Here is what I have so far but isn't working. Can someone help me out? Thanks, [macro-record-on] exten => s,1,SetVar(CALLFILENAME=${DATETIME}-${ARG2}-${ARG1}) exten => s,2,Monitor(wav,${CALLFILENAME}) [sip] include => macro-record-on include => iaxtel exten
2005 Jan 30
4
Processing incoming calls with multiple contextst over PRI
So I have a problem. A customer of mine wants a PBX, owns an office building. I want to sell him on asterisk. He has 4 tenants. I am using my asterisk box to simulate it. My asterisk box has a TDM400P card, not a PRI card. Don't know if it makes any difference. Anyway, I want to route incoming phone calls to different contexts based on the phone number being called. Here is my
2003 Sep 22
1
Can't get simple config working!
Hi all. I'm trying to get a simple configuration working so I can later expand it to something more interesting. I'm using kphone to call an extension on the * server. When I try to connect, I get this error: DEBUG[81926]: File chan_sip.c, Line 3562 (check_user): Setting NAT on RTP to 0 DEBUG[81926]: File chan_sip.c, Line 527 (__sip_ack): Stopping retransmission on
2011 Nov 30
1
Installing asterisk on a server vs appliance(e.g digium mypbx)
Hi, I am looking into advising a client on the pro's and cons of using Installing asterisk on a server vs appliance(e.g digium mypbx). the appliance seems cheaper initially.
2005 Mar 21
2
Ext matching problems
Hello everyone... I'm trying to get up a testing pbx installation. Following instructions of what've read from the handbook and from asterisk's wiki, I wrote the dial plan as follows: [general] ; ; static = yes ;[globals] ; [default] ; exten => 0,1,Answer() exten => 0,2,Playback(fcopba1) exten => 0,3,Hangup() exten => *0,1,Answer() exten => *0,2,Record(fcopba1:gsm)
2003 Jul 07
0
Follow-up -- Using Asterisk with Nikotel
Hi thanks to everybody who has been assisting me in solving the various problems I had to dial out from Asterisk to a PSTN number with SIP using Nikotel's VoIP service. I have drafted a mini-how-to which is available at http://www.akabeni.com/benjk/Using_Asterisk_with_Nikotel.pdf This is a first draft, I will amend this further, in particular the "verify and debug" section
2004 Aug 25
2
asterisk & chan_sccp
ive got asterisk running with chan_sccp and three cisco phones (2 7910's and 1 7960). lots of bugs. when i press the speed dial button on either 7910, asterisk dies. also, if i dial from the 7910 to 7910, everything works fine. i can dial from or to the 7960 once, and then one of the 10's and the 60 die and try to reregister. if i take the 7960 out of the mix and remove its
2009 Jan 27
2
Module res_odbc is not loading
Hi, I have remove the comment defor res_odbc.so and res_config_odbc.so in my modules.conf, but the module is still not loading when I do: module show like odbc I have o module returned anybody knows why? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090127/0963b5a4/attachment.htm
2010 Mar 23
4
Safe_asterisk doesn't exists???
Hello my friends, I'm very worry about a problem i'm having...my asterisk got freez some times, every 5 or 6 days with NO trace in /var/log/asterisk/messages What i want to know is if safe_asterisk has something to be with this? This is what i have on my server: [root at mypbx ~]# ps -A | grep asterisk 9118 ? 00:01:30 asterisk [root at dreampbx ~]# ps aux | grep asterisk root
2009 Jan 07
5
recommendation for German sound files
Hi! http://www.voip-info.org/tiki-index.php?page=Asterisk+sound+files+international#German lists a plenty of sound files for German. Can someone recommend one for Asterisk 1.4 (any maybe 1.6 soon). thanks klaus
2009 Jan 26
2
custom cdr userfiled
Dear, I added new field to cdr table , named "service" and type varchar(20), but in extensions.conf with the following command, nothing to be saved. exten => _X.,1,Set(CDR(service)=OUT) does asterisk support this ability ? is any setting must be changed, before that ? best Mani
2009 Jun 12
1
AmooCon video recordings online
JFYI and slightly off-topic: All of the videos we recorded at AMOOCON open-source VoIP conference (Rostock, Germany, May 4-5) are now available on the web site: http://www.amoocon.com/ All of them are available in different qualities and formats, including Quicktime 7, versions for the iPhone and iPod and h.264 which IIRC can be played in MPlayer etc. 100 GB in total. :-) Philipp Kempgen
2009 Nov 10
2
Hangup
Hi, is it possible to hangup a channel from another channel? I want to finish a call from another channel, but if I put exten => h,n,HangUp(channelname) it doesn't hangup... Is that correct? Thanks, _________________________________________________________________ -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 May 24
7
Asterisk, SQL Database Update
Is there any method in Asterisk to enable the updating process into another SQL database through entering IVR options during the call. Thanks a lot. _________________________________________________________________ Invite your mail contacts to join your friends list with Windows Live Spaces. It's easy!
2009 Feb 09
2
InUse&Ringing
Hello, I'm just wondering if anyone has fixed the 'InUse&Ringing' problem. * v1.4.23.1 Ta