Displaying 20 results from an estimated 400 matches similar to: "Asterisk + CRM"
2003 Jun 27
2
Making calls from snom 100
Hello,
I`m trying to make a call from the snom 100( SIP mode) but whatever
number I dial I get a 404 error from Asterisk. Here are my configs and a
dump from "sip debug" . But if I make a call from a Zap line (see
extension 2382031), it rings the snom phone
sip.conf:
------------------------------------------------------------------------------
;
; SIP Configuration for Asterisk
2003 Dec 10
2
app_queue bug with call transfer
--- Jonathan Tew <jonathan@ultracart.com> wrote:
We've got the app_queue configured to supposedly allow for a call to be
transferred. When the call comes in and an agent answers it (using
X-Lite Pro) and then decides to transfer the call (using the SIP phone
interface) they get disconnected from their call and after left logged
in to the queue system. Obviously we're doing
2003 Nov 28
4
call waiting disable in sip
Hello,
is there a way to disable call waiting in sip? I`m using grandstream 101
and even when the phone is in use I hear ringing in the headset. It is
pretty annoying , is there some way to disable this? I cant find
anything like it in the grandstream docs.
Thanks
--
Anton Yurchenko<phila@dg.net.ua>
Digital Generation
2003 Dec 12
2
Dlink DG-104SH
Hello,
Anybody has it working with asterisk? Could you share your experience (
good/bad)
Thank you
--
Anton Yurchenko<phila@dg.net.ua>
Digital Generation
2003 Dec 02
2
incominglimit stuck in app_queue
Hello,
Right now I have app queue working with incominglimit=1, there is no
call waiting signal, but after a while( like couple of hours) some
phones randomly get stuck. The * thinks that they are in use and doesnt
ring them, when they are infact not in use.
sip show inuse, shows that they are inuse. typing reload on the console
resets this and they are again available for working.
anybody
2003 Nov 24
3
strange SIP authentication/authorization behaviour
When I have an ip hardphone username setup in my sip.conf :
[109]
type=friend
username=ipphone9
secret=bla-la
host=dynamic
dtmfmode=rfc2833 ; Choices are inband, rfc2833, or info
defaultip=172.20.0.139
mailbox=109 ; Mailbox for message waiting indicator
callerid=ipphone9 <109>
callgroup=1
pickupgroup=1
and this user has a wrong password then calls are denied, but
2003 Jul 03
3
Using switch =>
hello,
I have a test setup with 2 asterisk servers, each having a one snom 100
via sip using it. I`m experimenting on how trunking between them would
work. I have them setup for RSA authentication which I plan to use in
the future.
So I`ve setup the keys and servers seem authenticate to each other. One
is named phila and other hurricane.
Here is what I see on phila:
-- Registered
2003 Nov 28
4
Mute button in Grandstream?
Hello,
Has anybody been able to get the Mute button work on grandstream? it
simply does nothing. Only Hold is avalable, which is not that good.
Thanks
--
Anton Yurchenko<phila@dg.net.ua>
Digital Generation
2003 Dec 25
1
return of the transfer to a busy number
Hello,
Can such thing be done through dialplan , that say I transfer a call to
an extension but it is busy, so that this call returns back to me.
Thanks
--
Anton Yurchenko<phila@dg.net.ua>
Digital Generation
2003 Jun 23
1
Setting up the E100P
Hello,
I have an E100P, and in the zaptel.conf I have:
span=1,1,0,ccs,hdb4,crc4,yellow
fxsks=1-10
the light on the card is green( BTW what do all those states of the card
that zttool reports YELLO, RED, BLUE ..., is there a doc for zttool?, or
for the card?)
in the asterisks` zapata.conf I have:
[channels]
context=default
switchtype=euroisdn
signalling=fxs_ks
usecallerid=yes
hidecallerid=no
2003 Dec 29
1
transfer with MGCP
Hello,
I`m try to make the attended transfer work Dlink DG-104S via FLASH, when
somebody calls my phone I pickup and press flash to get a second line to
call another extension. When I press flash I hear no dialtone, and only
a long and then small beep. When I try to dial digits I hear again those
long+short beeps, but the extension dialed is not ringing. If I pres
flash again I get back to
2003 Jun 25
6
snom 100 and GSM codec
Anybody has figured out why asterisk + snom have such bad quality using GSM?
When I use GSM I see such messages dumped on asterisk console:
WARNING[14351]: File dsp.c, Line 1198 (ast_dsp_process): Unable to detect
process 2 frames
WARNING[14351]: File dsp.c, Line 1198 (ast_dsp_process): Unable to detect
process 2 frames
WARNING[14351]: File dsp.c, Line 1198 (ast_dsp_process): Unable to detect
2003 Jul 28
2
"immediate=yes or Compleate recieved" with intcoming calls with new CVS
I just downloaded the cvs version CVS-07/28/03-14:45:19 and now I cannot
recieve the the calls from the zaptel interface which is a E100P with
pri signaling.
That is something with asterisk becouse rolling back to version from
06/23/03 using the new libpri and zaptel fixes the problem.
Here is an exept from the config:
[macro-stdexten];
;
; Standard extension macro:
; ${ARG1} - Extension
2005 Dec 25
4
Use of TCP_CORK instead of TCP_NODELAY
We're abusing icecast in a true narrowcasting setup (personalized stream per
mountpoint). The streams itself are created in a piece of proprietory
(spelling?, i'm dutch) software, icecast merely relays them.
However, the intended endpoint is an embedded device. This device has
trouble with tcp/ip packets not matching the max. packet size (MSS or MSS
minus header). After eleborate testing,
2003 Nov 27
1
App queue and all Agent busy
I have a queue defined as
[blabla]
member = SIP/101
member = SIP/102
and in extensions.conf
this:
exten => 101,1,Queue(blabla,t)
exten => 101,102,Congestion
but when both Agents are busy then still the called party does not get a
busy signal.
What I`d want is when both Agents are busy that the caller gets a busy,
not the long tones, like the phone is ringing, but nobody answers it (
2003 Dec 23
2
gnophone transfer
hello,
Is there a way to transfer the call via gnophone, without calling other
user and pressing conf on both calls, it seems that all traffic is still
going through the gnophone, not that optimal i guess.
thanks
--
Anton Yurchenko<phila@dg.net.ua>
Digital Generation
2005 Dec 28
2
Use of TCP_CORK instead of TCP_NODELAY
>
> p.s. For an in depth analysis of TCP_CORK read Christiopher Baus' excelent
> article: http://www.baus.net/on-tcp_cork
Thanks for this pointer. I'd been meaning to reply on this thread, but
hadn't got around to it, primarily because I didn't really understand
TCP_CORK (the linux manpage is, as usual, fairly unclear on what
exactly it does). Now I understand!
>
>
2004 Jan 26
0
Anyone run * on OS X ?
With the 1U Apple G5 server at a good reliability/storage/pricepoint
level... got to thinking about compiling Asterisk on OS X.. at least for SIP
phone call switching, voicemail, etc. Has anybody attempted this? Email me
off list if this is too dev-heavy for the user list.
Thanks,
Ted W
-----Original Message-----
From: asterisk-users-request@lists.digium.com
2010 Sep 22
2
Anyone please make Wine permissive?
Sir,
I am rishikeshan. I am a 14 years old student. I am interested in permissive open community. I hate copyleft.
Don't fear of commercialization. It is needed to the earth. Actually, GPL is blocking the development. I will definitely help you if you make it permissive. Maybe you can make YOUR code permissive. How permissive nature help you?
How can I get old BSD release?
1.Some commercial
2004 Dec 08
2
NEC Univerge
hi * users,
anyone out there ever come across, worked with or heard anything about
NEC's Univerge SV7000 Telephony Server? Link is at
http://www.univerge.nec.com/products/list/sv7000/sv7000.html
I'm just wondering whether it's as flexible, programmable and
configurable as Asterisk.
It also looks like they've got a whole range of IP phones