Displaying 20 results from an estimated 100 matches similar to: "Polycoms and paging"
2004 Apr 29
2
conference & sip
Good day all
I've installed asterisk with sip on my LAN,no special cards,if done
sip.conf and extensions.conf and all work 100,I'm using x-lite as a
client.
I'm trying to do conferencing.What I did was to has out the meetme.conf
looks like
[rooms]
conf => 9876
conf => 2345,9938
and extension.conf
exten => 9876,1,MeetMe,9876
When I go onto x-lite and type 9876 it gives me
2009 May 20
2
Manager ExtensionState function
Hi,
I am trying to get the extension status (weather it has dialed
outgoing call via SIP or IAX2), using the following piece of code
however it always returns -1 on all the extensions (valid/invalid).
Am i missing something ? Any help.
Thanks
-----------------------------------
#!/usr/bin/perl
use Asterisk::Manager;
use lib './lib', '../lib';
$|++;
my $astman = new
2005 Jul 08
1
Help needed - Zap Transfer Failing...
Hi.
I have the following line in the default context of all my internal
extensions:
exten => 9876,1,Transfer(125)
When I dial extension 9876 from any sip phone, * dutifully transferrs it to
extension 125, which is just what I want.
Unfortunately when I dial 9786 from my Zap connected analogue phone, the
transfer doesn't go through and the dialplan drops through to a hangup.
debug
2012 Mar 01
1
using AMI and Telnet to place calls
Hello,
I am using a perl script to pull call info from a DB and place calls via
telnet and AMI, all on local machine of course. My problem is that I
need to capture any response from the carier, such as this taht appears
in the CLI:
[Mar 1 12:55:50] == Using SIP RTP CoS mark 5
[Mar 1 12:55:50] -- Got SIP response 503 "No Circuit Available"
back from xxx.xxx.xxx.xxx:5060
[Mar
2007 Feb 01
2
make: expand.c:489: allocated_variable_append: Assertion `current_variable_set_list->next != 0' failed.
hi all
i'm getting the below error when trying to compile asterisk-1.4 on redhat-9.0
any suggestions ?
make[2]: Leaving directory `/usr/local/src/asterisk-1.4.0/menuselect'
make[1]: Leaving directory `/usr/local/src/asterisk-1.4.0/menuselect'
Generating input for menuselect ...
menuselect/menuselect --check-deps menuselect.makeopts
Generating embedded module rules ...
[CC]
2004 Sep 16
3
Creating conference calls from within Astman.
Dear All,
I have a requirement to 'originate' a number of calls to various external
users from within a conference room, so that the end users does not pay for
the call.
I know that within Astman I can define an extension and then originate the
call from that extension. Can I define a conference room (how would I
configure that on astman? What channel would it use?) and then generate a
2005 Feb 20
10
HELP NEEDED! - Asterisk GUI
Hello,
I am trying to setup an Asterisk GUI with the help of astman(please visit
http://astman.sourceforge.net/am-user-guide.html).
I have installed astman and currently assessing my GUI using;
http://ipaddress-of-asteriskbox/cgi-perl/am-main.pl
I am trying to get the menu options in my GUI to work but to no avail.
Currently my parameters are set to;
Asterisk Install Directory:
2011 Jun 16
1
Web based call back
Hi,
I am looking for a simple solution to do this.
I wish to have the user to enter their preferred method of connection i.e.
for the cheapest solution to their desktop phone or mobile phone, then plan
callfile based on the number that user provided and dial to the user.
Any suggestions?
CK
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 May 26
2
Asterisk.NET authentication problem
Hi
I'm very new to Asterisk and this is my first posting to this mailing
list. I got a Asterisk@home V2.8 working, and now I'm trying to use
Asterisk.NET (http://sourceforge.net/projects/asterisk-dotnet) to get
call events to my C# program.
Asterisk.NET comes with a sample program called Asterisk.NET.Test and it
uses the following default constants for login:
const
2013 May 11
1
AMI Originate issue
Hi,
I'm getting an issue while executing AMI Originate.
I'm getting "extension does not exists" on Originate's Response, and on the
other hand Asterisk CLI say "fwrite() returned error: Broken pipe"
Please suggest me what is wrong.
Muhammad Faheem
### my originate code block ...
2006 Jan 25
4
Setting ringtone on Polycoms
Hi,
I'm having trouble setting the ringtone on my Polycom 501.
The relevant entry in extensions.conf is:
exten => 801,hint,SIP/creative1
exten => 801,1,SetVar(ALERT_INFO="Test")
exten => 801,2,Dial(SIP/creative1,20,Ttr)
In the sip.cfg:
<alertInfo voIpProt.SIP.alertInfo.1.value="Test"
voIpProt.SIP.alertInfo.1.class="13"/>
and
<TEST
2005 Mar 26
1
AGI "STREAM FILE" issue
I've tried two completely different scenerios.
1) Debian (sarge) with the Asterisk 1.0.5 package.
2) Redhat 9 with Asterisk CVS 1.0.7+
I can't get the AGI "STREAM FILE" command to work with a simple bash
script. I can get other AGI commands to work like "SAY NUMBER 123" etc.
I've set AGI DEBUG and have started Asterisk with -vvvgc. No error
messages, returns
2003 Nov 05
2
Need info on Gastman/Astman
Has anyone used Gastman/Astman successfully?
I have it up and running (Gastman win32), but have a problem with the
creation of end stations on the map. I'm not sure of the format of the
extension to use when creating a end station icon.
Services like Conference bridge and Musichonhold seem to work ok (I use
555@mainmenu and 666@mainmenu) for the Icon extensions.
IAX softphone seems to work
2003 Oct 07
3
Line going to Zombie
I have a problem that sometimes lines will go into what I call never never land. The Asterisk system will put a line with <Zombi> on it when you type show channels it will make the analog phone line dead. And on the CLI it says:
astsvr*CLI>Zap/1-2<ZOMBIE>(macro-twoline-exten,s,1)Up Dial Zap/1-2|20|r
I have tried to release it with soft hangup Zap/1
& also soft hangup
2007 Mar 01
1
build rpm fails
Hi everyone,
I am trying to get Asterisk 1.4 running on CentOS 4.4 (Kernel
2.6.9-42.0.10.ELsmp) and am having a lot of trouble getting asterisk
running on it. I had a fair bit of success with the ATrpms binaries
(Zaptel worked but asterisk failed to startup because it couldn't find
the speex modules).
I am trying to thus recompile the asterisk rpm for CentOS 4.4 with the
least amounts of
2011 May 19
3
Manager logged on/off messages
Hi
Is there a way I can stop Manager logged on/off messages from going to
the console/logs without losing all the other information I need?
Regards
Ish
--
Ishfaq Malik
Software Developer
PackNet Ltd
Office: 0161 660 3062
2007 Nov 28
2
Billing/Call Control engine : AGI scripts/ AstMan API
Hello ppl,
Have implemented a really nice Billing engine using AGI scripts. So far
it works fine, tho haven't yet put it in the torture cell.
The AGI scripts have been written in PHP, using MySQL for the billing
and profile information.
The major disadvantages I see using AGI scripts :
1. A new process(invocation of PHP scripts) on every new call.
2. MySQL connections on every instance of
2005 Feb 01
2
X100P not hanging up...
I have an asterisk servicer (1.0.5) with 3 X100P cards. Everything is
working fine but two days ago I implemented call forwarding using the example
from voip-info wiki.
Now when I enable call forwarding on my phone and a call comes in it gets
redirected to my cell and everything is apparently working. The problem is
that when we hang up both Zap interfaces (the one where the original
2007 Sep 10
5
online active call watching
Dear all
I have asterisk 1.4.11 i am new in asterisk i want to see online call list how it is possible to see how man call currently active is there any command or tool to see online call ?? from --- to
Regards
---------------------------------
Looking for a deal? Find great prices on flights and hotels with Yahoo! FareChase.
-------------- next part
2004 Sep 02
2
Please help to config tdm11b
I have a TDM400P with 1 fxo and 1 fxs module(TDM11B)
i just wanted to know how to configure the zaptel and zapata &
extension conf to work well
Please help me on that