similar to: How to capture destination number when receive call through ZAP

Displaying 20 results from an estimated 40000 matches similar to: "How to capture destination number when receive call through ZAP"

2008 Mar 23
3
Unable to capture CallerID through Zap
Hi all, I am using Digium PCI board to receive PSTN call through regular phone line. It is no problem for me to receive calls, but I am not able to obtain the Caller ID if the calls are from the phone line. exten => s,1,Answer() exten => s, n, Verbose(1|incoming number is ${CHANNEL} calling to ${EXTEN} routing to ${phonenum} ) exten => s,n, Verbose(1|callid is ${CALLID(num)}) exten
2008 Mar 24
3
Unable to obtain dialed number through ZAP
Hi all, This is not a repeated post as I am just adding more information for my previous post. Asterisk version 1.4.18 TDM card: Digium TDM411B Zaptel version 1.4.9.2 Line: PSTN line I tried to obtain the dialed number using $DNID and $CDR(DST) . All of these variable returns 's' I also tried exten => _3345335,n,Noop(this is ok) where 3345335 is my number but it does not go there.
2008 May 30
1
SPA 3102 unable to detect hangup
Hi, I have a Linksys SPA 3102 using as ATA. The call routing is : Phone -> PSTN -> SPA 3102 -> SIP Proxy -> Asterisk The problem I am having is that when the phone hangs up, SPA 3102 can't detect it and relay the CANCEL message. Is this problem with my SPA 3102 config or it just works like that by default? Thanks in advance for your help. Regards, Mark -------------- next
2008 Nov 19
4
question about connecting with Mobile Base Station
Hi, Is it possible to connect Asterisk with a mobile base station to handle call switching? What kind of protocol will I need to use to convert to sip? Any pointer or info will be greatly appreciated. Best Regards, Mark -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20081119/e74ef6b1/attachment.htm
2008 Mar 24
2
Getting Exec Format Error when running AGI call
Dear friends, I am having problem with running a sample php and I can't figure out why. I can run the sample.php using CLI but when I run it inside the dialplan it does not work. Can someone please suggest the config problem that I may have made? dommy:/var/lib/asterisk/agi-bin# php sample.php #!/usr/bin/php5 -q VERBOSE "Here we go!" 2 VERBOSE "Call from - Calling
2008 Mar 24
4
estimation on phone network capacity
Hi I am working on deploying voip for my company and would like to seek some advice on the number of E1 lines we need to rent. Our telco told us that there can be at most 30 concurrent channels on an E1 line. Typically, what is the maximum number of DIDs that we can allocate to that E1 line before users get frequent "all lines are busy"? We are running a support center with mostly
2006 Feb 21
3
Send flash through zap channel
Hi everyone, our setup includes a NEC PBX connected to our asterisk via bri lines. The NEC has a doorphone feature, which is just an extension that calls you when someone rings. When connected to this extensions, a 'flash' signalling opens the door. So now, i'd like to trigger this from asterisk, too, but unfortunately wasn't able to do so. Setup: asterisk
2004 Dec 10
2
using built-in extension numbers on the ZAP channel
hello, using a legacy PBX to access a Asterisk Zap channel (Legacy PBX FXS --> FXO application Asterisk/TDM400P) I want to be able to "flash" the asterisk pbx. However by pressing the FLASH button on the extension connected to the Legacy PBX gets me the flash features on the Legacy PBX, not on the Asterisk PBX side. I thought of using the following codes (listed below) from
2007 Jul 24
2
Dial out through multiple Zap groups
Hi, I'm trying to set a rule to dial out through multiple Zap groups so that, say, g0 is the cheaper POTS lines group and must be used first. However, if g0 is busy or disconnected then try dialing out g1. My g0 group is made up of 4 analog lines connected to a 4-FXO card. I disconnected the RJ-11 wires from the FXO card to simulate a line disconnection. So theoretically all calls should
2005 Jun 04
3
zap to zap bridging not hanging up
Hi I am trying to develop a night divert. Caller dials in after hours on Zap and it gets divert to a mobile number via a second Zap. The call bridges but will not hangup the channels when the parties finish. Is there something I am missing or an dial option that I should be using. I am using latest CVS. [night] exten => s,1,Answer exten => s,2,Wait,1 exten =>
2008 Mar 27
1
Asterisk not hanging up after voicemail
Hi, I am having problem with my Asterix server. It does not hand up after play the voicemail. The scenario is this: 1. I make a call to Asterisk's PSTN number; 2. After recording, I hang up and make the same call again. The first call would go through nicely with the voicemail recording, but the second call will hit a message saying "the other party is busy". The only way to fix
2006 Mar 12
1
Calls from PSTN , answering, When transfered get Hungup 'Zap/1-1'
Hi All After lots of try I was successfull in connecting to PSTN to make and recevice calls , I used AMP for this purpose , now I wanted to try out this Asterisk server answers the call , ask for the extensions and then after the extension entered the call is forwarded /transfered to the extension no , I use Asterisk 1.2.4, configured using AMP , on RHEL3 I did some configuration for my
2006 Apr 11
2
Dial out on Zap: Can't fix up channel from 31 to 30 because 30 is already in use??
Hi, I still cant dial out on Zap and I really have no clue why. I'm using Asterisk Asterisk 1.2.6 and Zaptel 1.2.5 with Digium card 4 ports, 31 channels each and able to receive incoming calls and fax perfectly. I've done this in my dial plan. exten => 111,1,Answer() exten => 111,n,Ringing() exten => 111,n,Wait(2) exten => 111,n,AbsoluteTimeout(30) exten =>
2006 Dec 18
2
asterisk to asterisk - to zap
Hello that might would be an easy question for someone, but im in doubt Is there any possibility to pass a call from one asterisk to another and then to ZAP channel. For instance I have "A" asterisk with numbering 45670 "B" asterisk with numbering 45680 second asterisk has TE110P card with single PRI port connected to Siemens EWSD. When I originate call from asterisk
2004 Dec 30
1
Weird..bridging to Zap channel FXS instead of bridging to PSTN FXO on outgoing group
Hi All, Channels 25-28 on a customers PBX are regular Zaptel FXO cards that are hooked into 4 incomming phone lines. They are all in a group to do automatic rollover for outgoing calls (if channel 25 is being used, dial on channel 26, etc.). Sometimes when a user is dialing a number, instead of bridging to one of the FXO cards it goes and rings to Zap/1-1. This doesnt occur all the time but some
2005 Jul 25
3
Zap channel configuration problem
Hi, I would like to use a digum card to call an external number through my PSTN. I think that I have a problem in the configuration. Asterisk returns me app_dial.c:764 dial_exec: Unable to create channel of type 'Zap' I use Fedora core 3. I installed libpri, zaptel and asterisk. I plugged my line on the FXS module (green part). I make modprobe zaptel && modprobe wctdm without
2006 Apr 11
1
AW: Dial out on Zap: Can't fix up channel from 31 to 30 because 30 is already in use??
I'm not sure if it's the same problem but your error message likely the same. after i additing pridialplan=local in the zapata.conf i'm able to make outboundcalls (located in germany) marcus -----Urspr?ngliche Nachricht----- Von: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] Gesendet: Dienstag, 11. April 2006 16:33 An:
2008 Mar 23
1
zap callerid problem
HI, im having problem with callerid. Im using tdm2400P and i get this from asterisk logs -- Starting simple switch on 'Zap/4-1' [Mar 24 02:07:48] ERROR[2358]: callerid.c:564 callerid_feed: fsk_serie made mylen < 0 (-1) [Mar 24 02:07:48] WARNING[2358]: chan_zap.c:6416 ss_thread: CallerID feed failed: Success [Mar 24 02:07:48] WARNING[2358]: chan_zap.c:6516 ss_thread: CallerID
2006 Mar 01
3
my zap channel not ringing
I need your help I have a sangoma A104D on my dell server; I got card status ok with no alarm If I dialed the extension 6210006, it shows the output as stated below, but there is no ringing from the pstn number nor the iax softphone am using on my pc. I will be glad if someone can give me a working config? What I want to achieve is to send all my call to the pstn on A104D? The pstn am
2006 Mar 31
1
Zap channels - help
I am installing one asterisk, to establish connection with my PABX Siemens, in ISDN, link went up normally, also I obtain to internally call the branches the PABX, normally, but when I try to dial for the PSTN, through pabx with the command exten = _ 19xxxxxxxx, 1, dial(zap/g2/${EXTEN}, 30) asterisk, reports me the following error: -- Executing Dial("SIP/8110-a729",