Displaying 20 results from an estimated 2000 matches similar to: "Snom 200 Programmable Keys"
2004 Dec 09
1
res_perl module loading problem
On a new * asterisk install onto new install Gentoo 2003.4 upon startup
of asterisk:
WARNING[16384]: loader.c:248 ast_load_resource:
/usr/lib/asterisk/modules/res_perl.so: undefined symbol: PL_thr_key
WARNING[16384]: loader.c:429 load_modules: Loading module res_perl.so
failed!
perl -v = v5.8.5 built for i386-linux-thread-multi <= I installed
ithread support in perl
Have not been able to
2004 Jul 29
5
Astricon Conference Call?????????
I know this is probably way out there but............
Would it be possible to set up a (Asterisk based) conference call (per
se) with the presentations at the upcoming Astricon conference via
IAXtel (or something similar) so that people who are not able to attend
could join a Meetme conference (listen only) and listen to the content.
There maybe bandwidth issues but this would certainly be an
2004 Jul 12
8
Gogoif with variables acting funny?
Using an example provided by "The Hitchhiker's Guide to Asterisk", I
made the following addition to my extensions.conf file:
[inbound-analog]
exten => s,1,Wait(1)
exten => s,2,SetVar(counter=0)
exten => s,3,Answer()
exten => s,4,Wait(1)
exten => s,5,DigitTimeout(15)
exten => s,6,ResponseTimeout(10)
2004 Jul 13
2
IAX2 calls through IAXTEL.com
I created an account at IAXTEL.com to route 1-700-XXX-XXXX calls
through. IAXTEL.com gave me a number (example) of 700-555-6226. I have
made the following changes to my:
/etc/asterisk/extensions.conf:
[iaxtel700]
exten =>
_81700XXXXXXX,1,Dial(IAX2/myusername:mypassword@iaxtel.com/${EXTEN:1})
exten =>
_81800NXXXXXX,1,Dial(IAX2/myusername:mypassword@iaxtel.com/${EXTEN:1})
2003 Mar 14
3
SIP registrations
Can asterisk act as a SIP registrar or location server?
I would like to be able for a user agent(client) to register with
whatever client they are using as "username@domain-name.com". Rather
than the entry/username/password that is setup in the sip.conf file.
That way a user could log into any SIP enable client and their calls
would follow them around.
I have read the sip.conf man pages
2004 Jul 29
2
Astricon Dev Meeting On Line
Friends,
Please send all offers for help *off list* to us at info@astricon.net. Do not disturb
the list with offers of your services, please.
I repeat:
Only the Developer's Meeting will be considered for broadcast at this time. In order
to enjoy the conference, you will simply have to be there. It's an IRL experience
- meeting all the other Asterisk user's from around the globe,
2004 Sep 30
6
No Asterisk Sounds on SUSE ES 9/Linux 2.6
I installed SUSE LINUX Enterprise Server 9 that uses a Linux 2.6.5
kernel. When I installed the OS, I chose a minimal package install. I
compiled the latest asterisk out of CVS. So far things have gone OK. I
can establish phone calls (SIP, TDM, etc) and the quality is good.
Only problem is that I can get no sound out of Asterisk itself: prompts,
comedian mail prompts, etc. I can see messages on
2004 Jul 29
2
Aastra 480e phone ADSI config
There isn't much documentation on adsi, but I called NETXUSA (the vendor
of my 480e) and they helped me along.
My experience:
1. I really had no experience with ADSI so I had (probably still have)
some misconceptions on how the configuration is loaded onto the phone.
2. I set the following in my /etc/asterisk/asterisk.adsi (most of this
is the stock asterisk.adsi script):
;
2003 Mar 11
8
SIP registration
I have a test SIP account set up with WorldCom and I have been trying to
have Asterisk register to the WorldCom server with no luck. It appears
that the SIP headers are different coming from Asterisk. I have included
a packet capture from a successful login with a Windows Messenger client
for reference. I have also copied in the SIP packet I captured with sip
debug turned on. In my sip.conf file,
2006 Jan 09
1
snom programmable buttons
Hi,
I want to pick up a call with the snom's programmable buttons(snom190
-SIP 3.60x, snom360-SIP 4.1) with asterisk server (v 1.2.0), I tried
with the option 'Destination' and when the incoming call arrive to
another snom phone the button blinking.
In this way I can only pick down it pressing the blinking button.
The solution is call the *8 or parcking the call but my pbroblem
2005 Feb 08
1
Snom programmable leds / keys usage for pickup groups?
Would it be possible to use the programmable led+keys on the Snom phones
to signal that there is an incoming call that is ringing a call group or
pickup group?
We use this on our existing PBX if for example the accounting dept. is out
for lunch but nobody can hear their phones. This way you can see an
incoming call (and we hate voicemail) :)
Thanks!
2005 Jun 04
3
SNOM extension lights programmable, eg. based on asterisk variable setting?
Hi all,
I've programmed on a SNOM function key the destination "**77"
which in my extension plan reprograms/toggles an asterisk DB variable
which I use in the extension plan for some call routing decisions.
I would like the SNOM extension light to permanently
reflect the current toggle status of my application logic/asterisk DB
variable.
Is something like that possible to do in
2004 Aug 31
0
Snom Programmable button Mini Howto and ringstate patch
It's very possible that the Polycom IP600 will work with this. As it is
just an implementation of a SIP standard for subscribing to the state of
other extensions.
As for the feature improvements you might see them from me, but not very
likely. It is easier for me to train my customers to hit *8 (I will
probably just program a pickup button for them) than it is for me to
figure out what I
2004 Aug 30
1
Snom Programmable button Mini Howto and ring state patch
The snom 200 and 220 have five programmable buttons. Each button has a
led that can be used to indecate if an extension is idle, in use, or
ringing. A button pannel for the 220 is also comming out soon that will
have 20'ish programmable buttons on board.
This is a killer app for any company that has receptionists handle
calls, and pretty usefull for everyone else.
As a matter of fact,
2020 Feb 20
3
Unknown setting error with dovecot-sql.conf.ext
Hi All,
I am trying to install Dovecot connecting to MySQL and all seems to be
working until I try to send/receive.
I'm getting a "Unknown setting" error for anything that is inside
dovecot-sql.conf.ext
dovecot-sql.conf.ext is inside /etc/dovecot and is referenced from
/etc/dovecot/conf.d/auth-sql.conf.ext
The error I get is:
auth: Fatal: sql
2008 Aug 24
5
uninitialized constant "Console"
I just upgraded webgen, and it broke. Here''s what I get when I run webgen:
chadmac:thewoolleyweb.com woolley$ webgen --version
An error has occurred: uninitialized constant Console
chadmac:thewoolleyweb.com woolley$ gem list webgen
*** LOCAL GEMS ***
webgen (0.5.2, 0.4.7)
2008 Mar 31
2
Rails and Partials
Excuse my ignorance on partials but.....
I am trying to use partials to create a uniform display box built with
html tables. The only way I have thought about accomplishing this is to
create two partials:
_start_box.erb
----------------
<table id="box" width="<%= width %>"><tr><th><%= h(label_text)
%></th></tr><tr><td>
2004 Jul 29
1
snom 200 and call parking?
Has anyone used the programmable buttons on the SNOM 200 with Asterisk
call parking? Do they work "nicely" together - i.e., do the LEDs show
which parking spots are in use, and does the press-to-park button
function work?
- Mike
2005 Oct 12
3
Icecast logging
Hi Guys,
My first post here so hello to all :-))
Anyway, my question: Does anybody know if there is a tool out there that can
process the icecast log files and return a graph of listener numbers over a
set period?
I'd like to be able to know when our most busiest time was.
Thanks very much in advance,
Andy
2008 Jan 02
5
anchor tags?
Hi,
Is there a cool webgen way to do anchor tags? I''ve just been doing this:
<span id="anchor_name"/>
...but is there a better way?
Thanks,
Chad