Displaying 20 results from an estimated 8000 matches similar to: "Generate anonymous SIP Calls"
2007 Dec 03
2
Hoteling
I'm sure this has been discussed many times, but I have a question about
hoteling.
My understanding would be this:
A phone sitting on a desk. A user hits 9000 and it asks what extension
you'd like to become. You type "1001" and then it asks for your
password. You type 1234, and it says you're "logged in". You now are
accepting calls at your phone and you're
2007 Feb 21
2
How does Asterisk use SIP info command
What Asterisk command I can use to send a SIP INFO command? Thanks for
pointers.
Yuan Liu
2007 Feb 26
1
deprecated - CLI help vs. source code
Could someone with inside knowledge comment on that? If the
source code says "deprecated" but the CLI help does not mention
that - whom do I trust?
-------- Original message --------
Subject: Re: [asterisk-users] Ex-Girlfriend syntax and RealTime Extensions
From: Philipp Kempgen <philipp.kempgen@amooma.de>
Thomas Kenyon wrote:
> Philipp Kempgen wrote:
>> You might use
2007 Nov 28
2
cvs or svn
Hi All;
Which is better (to have more stable or release
versions) of zaptel, libpri and asterisk: to use cvs
or svn?
In case of using cvs, why I need to type:
export
CVSROOT=:pserver:anoncvs:anoncvs at cvs.digium.com:/usr/cvsroot
In other words: what is the use of pserver, anoncvs,
... with cvs checkout?
Note: How can I know all the variables needed for cvs
checkout so I might need to do
2007 Nov 14
1
"Whats New at Digium the Asterisk Company" -- Junk?
Is the "Whats New at Digium the Asterisk Company" message I got from
digium at en25.com really from Digium?
If so I suggest to send it from digium.com and not to use those
shady Eloqua redirect URLs.
Regards,
Philipp Kempgen
--
amooma GmbH - Bachstr. 126 - 56566 Neuwied - http://www.amooma.de
Let's use IT to solve problems and not to create new ones.
Asterisk?
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
2008 Jan 14
2
CID blocking ...
Hey all, when you guys have requests from clients to block their CID
from showing through, what are others doing? I had a coworker throw in
some "Name Here"<0> garbage which none my carriers like. I don't want to
do "Private"<12345678910> so any suggestions.
--
====================================================
J. Oquendo
SGFA #579 (FW+VPN v4.1)
SGFE
2007 Mar 09
2
AEL #include file
Hi,
Does anyone know how to include a file in AEL using the
#include "filename"
syntax in .conf files?
Regards,
Philipp
--
amooma GmbH - Bachstr. 126 - 56566 Neuwied - http://www.amooma.de
Let's use IT to solve problems and not to create new ones.
Asterisk? -> http://www.das-asterisk-buch.de
Gesch?ftsf?hrer: Stefan Wintermeyer
Handelsregister: Neuwied B
2007 Mar 18
2
camp on off-line phone
When phone A registers, I want phone B to ring, when picked up, it should
call phone A and connect the phones.
Translated: When GF in Mexico powers up laptop where soft iax-phone
registers automatically, I want to talk to her asap :-)
How to?
Leif
2007 Oct 25
2
Advanced Dial Plan
Hi Guys,
I Have this peers on my sip.conf
[provider-302333-3000]
type=friend
context=provider
secret=xpto
username=3023333000
host=sip.provider.com
fromuser=3023333000
insecure=very
canreinvite=no
[provider-302222-3001]
type=friend
context=provider
secret=xpto
username=3022223001
host=sip.provider.com
fromuser=3022223001
insecure=very
canreinvite=no
I Have in my sip.conf two extension 3000
2007 Oct 14
4
ResponseTimeOut() and t extension
Hi List;
Can someone advise me why in the below context, it
does not run the Background step? Once I dial 1000,
then it hangup and give congestion signal? If I
comment the ResponseTimeOut, then it run the
Background but it does not wait till caller enter the
digits, once the sound file finish, then it hangup
(congestion signal), also in all the situation, it
does not go for the t extension, why?
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
2008 Sep 17
1
chan_iax2.c: No more space
Just a quick question
---cut---
[Sep 17 15:52:14] WARNING[8232] app_dial.c: Unable to create channel of type 'IAX2' (cause 34 - Circuit/channel congestion)
[Sep 17 15:52:14] WARNING[8232] chan_iax2.c: No more space
[Sep 17 15:52:14] WARNING[8232] chan_iax2.c: Unable to create call
[Sep 17 15:52:14] WARNING[8232] app_dial.c: Unable to create channel of type 'IAX2' (cause 34 -
2007 Dec 19
5
Using * in extension name
I am trying to setup an extension of *7XXX that will allow me to dial
*7 and then any extension and use the Pickup application to pickup a
ringing phone. Ideally it will also check if the phone is ringing
somehow and then either dial the extension or pick it up if it is
ringing. But I can't get that far. If I use *7268 specially it works
fine, but as soon as I introduce any wild
2007 Oct 27
2
Uniden UIP200 phones
I am trying to get distinctive ringing going again with these phones,
depending on the outside line the call comes in on.
I had a working 1.0.x Asterisk setup using:
SetVar(ALERT_INFO=<http://127.0.0.1/Bellcore-dr2>)
Which used the short quick rings.
In Asterisk 1.4, I have tried several things, but I think the correct
syntax is:
Set(_ALERT_INFO=<http://127.0.0.1/Bellcore-dr2>)
But
2009 May 22
1
/etc/asterisk/startup.d
Does anybody think it would make sense for /etc/init.d/asterisk
to run /etc/asterisk/startup.d/*.sh on start like safe_asterisk
did?
Philipp Kempgen
--
AMOOMA GmbH - Bachstr. 126 - 56566 Neuwied -> http://www.amooma.de
Gesch?ftsf?hrer: Stefan Wintermeyer, Handelsregister: Neuwied B14998
Asterisk: http://the-asterisk-book.com - http://das-asterisk-buch.de
Videos of the AMOOCON VoIP
2008 Dec 12
5
ring back tone
Hi all,
I would like to ask please if there is a way to play a ring back tone from
asterisk when the customer try to make a call...I already added the ringing
function to the context in extensions .conf and it work perfectly...But the
issue that the asterisk server is stoping playing back his own ring back
tone as soon as it detect a ring back tone coming from the carrier side...
Is there a way
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!
2007 Nov 27
4
Snom phones, blinking lights and call pickup
Hi!
I have the following questions/problems with * 1.4.
We have several Snom phones (320 and 360). Hints are configured in
extensions.conf (core show hints shows the correct values). My Snom phone
is registered to some numbers (validated by using sip show
subscriptions). I see the lights blinking if someone calls the subscribed
number and steady lights if the call is established.
So far, so