similar to: DID forwarding ?

Displaying 20 results from an estimated 20000 matches similar to: "DID forwarding ?"

2005 Jul 28
8
dialplan defenition
Hello list, Im writing my dial plan, in witch every SIP phone begins with 74 and has more 3 numbers (like 74XXX). So, I want to route all 74XXX calls to my sip channel. For this I wrote this line: exten => s,1,Dial(SIP/74118@193.136.252.5,30,r) but this way all calls go to 74118@193.136.252.5 ..... Then I tried: exten => s,1,Dial(SIP/${EXTEN}@193.136.252.5,30,r) but this way, the
2006 Jan 30
3
adress book
Hello to all Im using X-lite, eyeBeam and Cisco 79XX phones and I would like to know the best way of implement a centralized address book system. Maybe the solution is LDAP, but these clients doesnt seem to support LDAP.Who should contact the LDAP directory? the SIP clients or the SIP server? Thanks Joao Pereira
2009 Oct 22
2
ChanSpy in Asterisk 1.2.24
Hello I have an old Asterisk where I need to listen to Agent calls. So I created this code: exten => _555,1,ChanSpy(Agent) exten => _555,n,Hangup() But I always get: 2009-10-22 16:00:38 WARNING[5695]: pbx.c:1720 pbx_extension_helper: No application 'ChanSpy' for extension (default, 555, 1) It seems that Asterisk doesn't have ChanSpy enabled... is this possible? Which
2005 Jan 07
7
Problem with call pickup
I have configured call pickup, and this works fine. Although there are 2 problems, perhaps anyone would know a solution to this; - When I pickup a call from another set, the *8 code keeps being displayed in my screen (Snom 220). I would like it to show the phonenumber of the person calling me. - When a caller that I've answered through Call-Pickup disconnects, my phone does not close
2006 Oct 31
3
Snom or Cisco Phones?
Hello I need to buy IP Phones to work with Asterisk, and I'm in doubt between Snom and Cisco Phones. Can you gurus, please, give me your impression of these 2 brands? I need to focus more in SIP and Asterisk compatibility and less in pricing (yes, I know the Cisco are more expensive). Are there any features that Snom has, that Cisco doesnt? And are these features important? Thanks Joao
2007 Dec 04
4
enable eyeBeam to accept only one call
Hello I'm using eyeBeam, and Asterisk keeps sending my clients a second call, when they are still in one call (because eyeBeam has lots of channels). I was using X-Lite (with 3 channels) and Asterisk never sent the client a second call. How can I force Asterisk (or eyeBeam) just to send one call at each time. Is this a configuration I need to do in eyeBeam or Asterisk? Thanks Regards Joao
2006 Apr 12
2
billing with PostgreSQL
Hello to all Im looking for a billing tool for Asterisk, that works with PostgreSQL. All the tools I found in www.asteriskbilling.com just work with MySQL :( Do you know a nice billing tool for Asterisk with PostgreSQL? Thanks Joao Pereira
2009 Jul 28
2
AGI with queues status
Hello I'm trying to use an AGI that returns the queues status (numbers of available agents, etc ), but I'm having some problems with it (it's still very buggy). Is there any AGI repository with source code samples? Had anyone used an AGI to check queues and agents status? Thanks regards Joao Pereira -- StarTel - A Rede Livre Joao Gomes Pereira www.startel.pt +351 304500650 sip:
2009 Dec 01
2
Asterisk registers with private IP
Hello I'm trying to register an Asterisk working behind Nat. Here is the trunk: register=username:password at sip.startel.pt [startel] type=peer host=sip.startel.pt username=username fromuser=username secret=password qualify=yes disallow=all allow=ulaw allow=alaw allow=gsm insecure=very port=5060 nat=yes canreinvite=yes The problem is: Asterisk is registering with its
2009 Jul 27
2
Asterisk and Kamailio NAT problem
Hello Im using Asterisk as a SIP client of Kamailio with RTPproxy. Asterisk is behind NAT. X-Lite and SNOM phones behind NAT work fine. But when I try to connect with an Asterisk behind NAT, the Asterisk client doesn't receive sound. I already tried in 2 different NATs, with no firewalls. This is my Asterisk config: [kamailio] type=peer host=xxx.xxx.xxx.xxx disallow=all allow=ulaw
2009 Aug 26
1
TE4XXP: Version Synchronization Error!
Hello to all I'm using asterisk 1.4 and dahdi. I had everything working fine, and I could place calls through my R2 channel. But now the channel is always "RED" and Im getting this error message: TE4XXP: Version Synchronization Error! Here is my chan_dahdi.conf------------------------------ [channels] language=en context=incomingr2 signalling=mfcr2 mfcr2_variant=ar
2006 Mar 01
2
OT - Cisco IP Phone and PC in diferent VLANs (with 802.1x)
Hello to all I would like to know If some of you have already configured an Cisco IP Phone (7940 or 7960) to work in a different VLAN than the PC that is connected through the phone switch? I know that this can be done with the Skinny firmware, but I dont if it works with the SIP firmware. The Cisco technical staff told me that these phones dont support 802.1x but can work as pass-through.
2006 May 26
3
using a billing system
Hello to all, Im trying to use DeadAGI to implement billing with Asterisk2Billing. Before the billing, I had something like: exten => _2XXXXXXXX,1,Dial(SIP/${EXTEN}@voiprovider) Now, with Asterisk2Billing would be something like this? exten => _2XXXXXXXX,1,Answer exten => _2XXXXXXXX,2,Wait,2 exten => _2XXXXXXXX,3,DeadAGI,a2billing.php exten => _2XXXXXXXX,4,Wait,2 exten =>
2009 Jun 07
2
Call recording in - out
Hello to all I'm trying to record the calls going to my queues, but asterisk creates 2 files, one with the inbound and another with the outbound sound. I know Sox should mix the 2 files automatically in the end, but this isn't happening. I have sox installed in my server. How can I force Sox to mix the files? Here is my config: queues.conf----------------------------- [general]
2007 Oct 22
1
dial-out call queue
Is it possible to implement a dial-out call queue in Asterisk? My idea is to give Asterisk a list of numbers, and then he makes the calls and delivers the calls to a call queue. Then, the agents will answer the calls. Is this possible? Thanks Regards Joao pereira
2007 May 10
1
asterisk SIP domain (in LAN or DMZ)?
Hello I want to use Asterisk to implement a SIP Domain allowing my clients to do URI dialing and receive calls from the Internet through URIs and ENUM. My question is, should I put my Asterisk outside the firewall (in the DMZ) to allow connections to the Internet? Or should I have it inside my local network and put a SIP Proxy (like Openser) in the DMZ to implement the SIP domain? Thanks
2010 Mar 19
4
Call Drops while doing assisted transfer from remote location
Hi all, We have our system hosted publicly and 4 phones are connected remotely at employee's home, and when they try to do a assisted transfer to one of the employee at the main office, the call is lost. For ex: person A calls person B, person B calls person C for assisted transfer, and as soon as person B hits transfer button again to transfer person A to C, the call is lost. But in the
2009 Jul 21
2
Channel Variables in a Call file?
Hey gang, I'm trying to find a) If you can put channel variables into a Call file and b) what the appropriate syntax is. Any ideas? Thanks, PB -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090721/cb8c2656/attachment.htm
2009 Jul 23
1
x-lite settings to reach asterisk
Hello: I have the linux version 2.0 of x-lite downloaded. Does anyone know exactly what settings needed to reach the asterisk server on my home network? Internet ->DSL transparent bridge ->router ->asterisk ->softphone x-lite attempts to login and register, but times out. There must be some setting I'm
2010 Mar 17
2
Asterisk as a skinny/sccp "client"?
I wonder if Asterisk's skinny/sccp channel driver could be used as a "client" to register with a Cisco PBX. That is, along with a SIP client, say, have Asterisk and said SIP client stand in for a Cisco phone, or an IP Communicator. Anyone done this? Cheers, b. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: