Re: [Asterisk-Users] chan_capi looking for missing channel_pvt.h

2005-04-01 Thread Jason Williams
with: app_capiFax.c:34:34: asterisk/channel_pvt.h: No such file or directory I haven't such file on my system! Peraphs patches are for older CVS versions? Look in the Makefile for a reference to app_capiFax and remove it. Jason ___ Asterisk-Users mailing list

Re: [Asterisk-Users] Music Answer while waiting

2005-03-31 Thread Jason Williams
On Mar 31, 2005 1:00 PM, Robson Ribeiro [EMAIL PROTECTED] wrote: Hi, If I want a user to, while waiting for a transfer after responding to an IVR, to listen to music instead of a ring sound, what is the change should i do in extensions.conf? Is it on the IVR menu or on the optional

Re: [Asterisk-Users] Reject second IAX call

2005-03-31 Thread Jason Williams
On Mar 31, 2005 12:31 PM, Marc SCHAEFER [EMAIL PROTECTED] wrote: Hi, is there a configuration in iax.conf to specify that if a call goes to that peer, a second call should not be allowed. Specifically, I do this: Dial(IAX2/iaxcomm) # in extensions.conf for a specific extension in

Re: [Asterisk-Users] setting SIP to dial PSTN with TDM400P

2005-03-31 Thread Jason Williams
On Mar 31, 2005 1:05 PM, Muhammad Haris [EMAIL PROTECTED] wrote: I've setup * with TDM400P w/1 FXS, 1 FXO modules. I've one analog phone connected to TDM400P FXS module, 1 PSTN line to one of the FXO module(ZAP) , and IP phone connected to asterisk on LAN. The calls between SIPs and zap

Re: [Asterisk-Users] OT: does Sipura SPA 3000 support UK caller id?

2005-03-30 Thread Jason Williams
On Tue, 22 Mar 2005 10:45:42 -0800, Trevor Peirce [EMAIL PROTECTED] wrote: Mike Dent wrote: Hi, the topic says it all really. Does the Sipura 3000 detect and report UK clid correctly? Yes it does Jason ___ Asterisk-Users mailing list Asterisk

Re: [Asterisk-Users] Help Debugging my code?

2005-03-30 Thread Jason Williams
do you really have [specialized] [specialized] it is twice try removing one entry Jason On Wed, 23 Mar 2005 02:37:42 +, Scheda [EMAIL PROTECTED] wrote: Hey, I'm currently using the GotoIf application to set it so if certain caller ID's call my number, it will transfer it to my cell

Re: [Asterisk-Users] Ext matching problems

2005-03-30 Thread Jason Williams
= _X.,2,Playback(invalid) exten = _X.,3,Playback(goodbye) exten = _X.,4,Hangup() And all should be good Jason ___ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update

Re: [Asterisk-Users] Fun with CAPI

2005-03-30 Thread Jason Williams
playing dial tone, this should do what you want Jason ___ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo

Re: [Asterisk-Users] CIC Code

2005-03-29 Thread Jason Miller
of learning how to do it. I can learn later... HEHE Thanks again, Jason Red Hat Linux release 9 (Shrike) Kernel \r on an \m 2 Each Digium T100X (Snippets of my config files, some phone/server specific info changed for post IE sip username/secret, CICCode and default IP) -Extensions.conf- [general

Re: [Asterisk-Users] CIC Code

2005-03-29 Thread Jason Miller
Do you remember what you actually changed to make it work cause that is the same switch that I am dealing with myself if I am not mistaken. Thank you, Jason Miller From: Dave Weis [EMAIL PROTECTED] Reply-To: Asterisk Users Mailing List - Non-Commercial Discussion asterisk-users

[Asterisk-Users] CIC Code

2005-03-28 Thread Jason Miller
in Advance, Jason Miller ___ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users

[Asterisk-Users] Direct Dial Into ISDN Line

2005-03-23 Thread Jason McAffee
. route regular TCP/IP traffic for any purpose to the established subnet. Thank you in advance for your help. Jason McAffee ___ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users

[Asterisk-Users] Polycom phones-buggy SIP firmware or am I missing something in the XML configs?

2005-03-23 Thread Jason Brown
Anyone have experiece with polycom phones? I am experiencing a really weird problem. In an office where I have the following extensions: 100 101 102 103 104 110 111 120 130 140 141 150 200 On the Polycom phones, when I want to dial from extension 100 to any extension 120 or above, or dial

[Asterisk-Users] Help, incoming lines problem!

2005-03-23 Thread Jason Taylor
OK I have a TDM400 with 3 incoming lines, with call hunting. When u call any of the numbers it is supposed to goto our greeting message. Now when you call the first number that is exactly what happens. Problem is when you call either of the other 2 it just rings forever and I see no

Re: [Asterisk-Users] Problems loading zapata module under suse 9.2 (cvs stable from 5 days ago) ?

2005-03-22 Thread Jason Becker
. for module in /lib/modules/`uname -r`/misc/*; do rm -i /lib/modules/`uname -r`/extra/$(basename $module); done followed up by a depmod. Regards, -- Jason Becker Director CEO Coalescent Systems Inc. Enabling Open Source Telephony 403.244.8089 www.coalescentsystems.ca

Re: [Asterisk-Users] Group Ring after Timeout

2005-03-18 Thread Jason Williams
. The dial command will call more than one device eg: exten = 1234,1,Dial(SIP/1234SIP/2345) extension 1234 will now ring sip device 1234 and 2345 Jason ___ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman

Re: [Asterisk-Users] Group Ring after Timeout

2005-03-18 Thread Jason Williams
has it's own interrupt I suspect not. Jason ___ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo

Re: [Asterisk-Users] extension.conf dialplan

2005-03-17 Thread Jason Williams
(OH323/${EXTEN:2}) the :2 deletes the first 2 digits and removes the leading 40 Jason ___ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http

Re: [Asterisk-Users] Redhat 9 Music on hold

2005-03-17 Thread Jason Becker
://thread.gmane.org/gmane.comp.telephony.pbx.asterisk.user/85000 although I don't know if a bug was ever filed. I had a cursory look at the time we were bitten by this but couldn't find one. Pulling a newer CVS Stable and rebuilding resolved the issue. Regards, -- Jason Becker Director CEO Coalescent

[Asterisk-Users] MOH and conference calls

2005-03-17 Thread Nash, Jason
ideas what I'm doing wrong? Thanks in advance for any help. Jason This message along with any attachments is intended only for the use of the individual or entity to which it was addressed. It may contain information that is confidential and prohibited from disclosure. If you are not the intended

[Asterisk-Users] RE: Caller ID on EM Wink

2005-03-17 Thread Jason Kawakami
and featdmf signaling in Zapata.conf to get ANI on a t-1 span. Jason Kawakami www.optellabs.com Salt Lake City, UT ___ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update

RE: [Asterisk-Users] OT: Best DB

2005-03-16 Thread Jason Stewart
. For huge enterprise databases I use PostgreSQL. Regards, -- Jason Stewart | Tel: 616-532-2300 Systems Administrator/ | Fax: 616-532-3461 Programmer | Email: [EMAIL PROTECTED] Right to Life of Michigan | Web: http://www.rtl.org

Re: [Asterisk-Users] Asterisk retains DTMF Control Even whenan External IVR System is dialed

2005-03-16 Thread Jason Williams
On Tue, 15 Mar 2005 14:13:40 -0500, Kanuri, Seshu (Company IT) [EMAIL PROTECTED] wrote: atxfer = *2 ; Attended transfer Remove attended transfer capability and then you will be able o enter *2XXX Jason ___ Asterisk-Users mailing

[Asterisk-Users] RE: Asterisk Capabilities

2005-03-16 Thread Jason Kawakami
a dialplan, you give access to other contexts with include statements. With a properly segmented dialplan, you can accomplish your goal very simply. -Btw-welcome to the community and get to know www.voip-info.org/wiki-asterisk It is your friend. Jason Kawakami www.optellabs.com Salt Lake City

Re: [Asterisk-Users] possible bug in chan_capi concerning context handling

2005-03-14 Thread Jason Williams
On Sun, 13 Mar 2005 21:49:52 +0200, Dimitris Kounalakis [EMAIL PROTECTED] wrote: Hello *Martijn, Thank you for your response. *That was my opinion too, it looses the context due to a bug, and can anyone confirm it also? But I have no output from the command Show channels, and it happens so

[Asterisk-Users] TDM400 audio problems

2005-03-14 Thread Jason Kawakami
immediate=yes ;channel=1-3 channel=1 ;group=2 ;context=incoming_institute ;signalling=fxs_ks ;usecallerid=yes ;echotraining=yes ;immediate=yes ;channel=4 Thanks, Jason Kawakami www.optellabs.com Salt Lake City, UT ___ Asterisk-Users mailing list

Re: [Asterisk-Users] cordless/wireless system with a ip base station?

2005-03-13 Thread Jason Becker
Chuck wrote: does anyone know of a 2.4 or 5 ghz cordless phone system that has an ip base station? Uniden has the UIP1868: http://www.uniden.com/productsupport2.cfm?product=UIP1868 But there's no documentation to speak of. Regards, -- Jason Becker Director CEO Coalescent Systems Inc

Re: [Asterisk-Users] 1.0.6 music on hold bug ?!

2005-03-11 Thread Jason Williams
On Fri, 11 Mar 2005 17:45:55 +0200, Calin Serbanescu [EMAIL PROTECTED] wrote: hello list, last night i upgraded my asterisk box from 1.0.5 to 1.0.6 and my music on hold did not work anymore. Download version 1.0.7 from Cvs this has the fixes in it

Re: [Asterisk-Users] Cisco 7960

2005-03-10 Thread Jason Williams
Modify the dialplan.xml on your tftp server to this DIALTEMPLATE TEMPLATE MATCH=* Timeout=4 User=Phone/ /DIALTEMPLATE Jason On Thu, 10 Mar 2005 10:31:34 -, Marshall, Ed [EMAIL PROTECTED] wrote: Hi There I am currently having an issue with a Cisco 7960. The phone

Re: [Asterisk-Users] Asterisk-oh323-0.7.1 compile error

2005-03-10 Thread Jason Williams
try with a CVS head before 03/03/05 as the channel structure was changed then, or get an updated version of asterisk-oh323 if there is one availiable Jason On Thu, 10 Mar 2005 06:25:04 +0330, mohammad [EMAIL PROTECTED] wrote: Hi; I use the following asterisk, openh323, pwlib: asterisk

Re: [Asterisk-Users] hide callerid via presention bits of ISDN

2005-03-10 Thread Jason Williams
On Thu, 10 Mar 2005 16:22:39 +0100, Deti Fliegl [EMAIL PROTECTED] wrote: Hi, how can I setup asterisk to use the number presentation bits on the isdn side to suppress the number presentation? We need to transmit the subscriber number for billing purposes via ISDN whether or not the user

Re: [Asterisk-Users] Cicso 7912 phones 3 out of 8 not grabbing thegkMAC file

2005-03-09 Thread Jason Williams
On Tue, 08 Mar 2005 17:34:31 -0500, Jerry Geis [EMAIL PROTECTED] wrote: SEPDEFAULT.cnf is not required nor recommended. The 7912 only uses the gkMAC file and the software version CP7912XXX file The gk file must be lower case.. This phone 192.168.255.250 is requesting SEPXXX It is

[Asterisk-Users] RE: : RE: Re: MGCP to Inter Tel system

2005-03-09 Thread Jason Kawakami
that the LCR programming determines is valid for that provider. Jason Kawakami www.optellabs.com Salt Lake City, UT ___ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE

Re: [Asterisk-Users] Dial option g

2005-03-08 Thread Jason Williams
Could you do something with the h (Calling party Hangup) eg exten = h,1,DoSomething On Sun, 6 Mar 2005 15:00:23 -0500, George Burt [EMAIL PROTECTED] wrote: I am trying to run a macro at the beginning of call and after the call is terminated. exten =

Re: [Asterisk-Users] TDM22B in the UK on BT

2005-03-08 Thread Jason Williams
clears a call you originated then the exchange you are connected to will hold up the call for 20-30 seconds before disconnecting (this allows the called party to place the phone on hook go to another phone and pickup the call and resume the conversation. You will have no control over this. Jason

[Asterisk-Users] RE: Re: MGCP to Inter Tel system

2005-03-08 Thread Jason Kawakami
play the same role and therefore can't talk to each other. -this is very true, however, the current version of the Axxess software (9.0) supports SIP trunking natively on the IPRC. I just got my Axxess upgraded and am salivating to get * connected to it. Jason Kawakami www.optellabs.com Salt Lake

[Asterisk-Users] RE:DID in the U.S.

2005-03-08 Thread Jason Kawakami
to the LEC so they are damn well gonna charge you for reserving them. Usually, they are $0.15 per number in a block and the block size varies. Jason Kawakami www.optellabs.com Salt Lake City, UT ___ Asterisk-Users mailing list Asterisk-Users

[Asterisk-Users] Setting up asterisk with current PBX?

2005-03-07 Thread Jason Hawthorne
cards in it. I tried to google for advice but I didn't find anything that pertained to this. -Thanks Jason ___ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update

Re: [Asterisk-Users] Setting up asterisk with current PBX?

2005-03-07 Thread Jason Hawthorne
... Site:lists.digium.com That tells Google, to search only the pages from this email list. Regards, Wiley -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason Hawthorne Sent: Monday, March 07, 2005 11:50 AM To: asterisk-users

Re: [Asterisk-Users] Attended Transfer (ATXFER) with CVS asterisk r 1_

2005-03-04 Thread Jason Williams
Patch your chan_capi with this and you will be able to compile CVS HEAD http://www.levigo.de/VoIP/chan_capi-0.3.5-cvs-HEAD-patch.tar.bz2 Jason On Thu, 03 Mar 2005 18:13:19 +0100, Massimo [EMAIL PROTECTED] wrote: Hi, I successfully installed asterisk 1.0 with Capi 0.35. In my pbx system I

Re: [Asterisk-Users] chan_capi with patch compilation error

2005-03-04 Thread Jason Williams
The HEAD version was changed last night to be incompatible with the patch I provided, My C skills are not good enough to fix this so you need to checkout from cvs yesterdays code cvs checkout -D 03/03/05 asterisk Jason On Fri, 04 Mar 2005 13:51:51 +0100, Massimo [EMAIL PROTECTED] wrote: Hi

Re: [Asterisk-Users] Getting phpconfig to work?

2005-03-03 Thread Jason Williams
Try using the url http://ip-of-machine/phpconfig/phpconfig.php On Thu, 3 Mar 2005 12:45:03 +0300 (EAT), Julius Kidubuka [EMAIL PROTECTED] wrote: Hi, I have just tried to get phpconfig to work but to no avail. In my browser I type; http://ip-of-machine/phpconfig/ and this returns the

Re: [Asterisk-Users] Multitenant feature

2005-03-03 Thread Jason Williams
Contexts can be used to partition Asterisk, but the administration is not multitenanted On Thu, 3 Mar 2005 10:47:03 +0100, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi all, Has any one tested or know if Asterisk support multitenant PBX, ie the Asterisk support either multiinstances on the

Re: [Asterisk-Users] Calling hangup in background

2005-03-03 Thread Jason Williams
Try adding an exten = h,1,DoSomething in the context Jason On Thu, 03 Mar 2005 14:40:10 +0100, administrator tootai [EMAIL PROTECTED] wrote: Hi everybody, I'm running an IVR menu with different languages setted up by user when they enter this menu. What I want is when they hangup

Re: [Asterisk-Users] Problems Starting Asterisk - FOP AM Portal

2005-03-01 Thread Jason Becker
and google but cant find much related to this problem. Please read the following: http://fedora.redhat.com/docs/selinux-faq-fc3/ and if you still have issues post to the amportal mailing list and/or Help forum. Regards, -- Jason Becker Director CEO Coalescent Systems Inc. 403.244.8089

[Asterisk-Users] RE: Ordering a Voice PRI for Asterisk

2005-03-01 Thread Jason Kawakami
written about this? -If you order an NI2 PRI you will be fine. That will give you name and number, DID etc. if they want more than that, ESF,B8ZS, NI2, all b-channels 2-way DID. Have fun! Jason Kawakami www.optellabs.com Salt Lake City, UT

[Asterisk-Users] RE: Asterisk in front of Toshiba CTX

2005-02-26 Thread Jason Kawakami
it is possible. -try that, it should work. Jason Kawakami www.optellabs.com Salt Lake City, UT ___ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options

[Asterisk-Users] Avaya Partner ACS3 and Asterisk

2005-02-25 Thread jason
Im sorry if this has been asked before as I couldnt seem to find it. I have an avaya partner ACS r3 system that I want to be able to hook asterisk into with a x100p card, into and use asterisk to tie into a voip provider then be able to dial (or connect) to an extension like an intercom function

[Asterisk-Users] Avaya Partner ACS3 and Asterisk

2005-02-25 Thread jason
Im sorry if this has been asked before as I couldnt seem to find it. I have an avaya partner ACS r3 system that I want to be able to hook asterisk into with a x100p card, into and use asterisk to tie into a voip provider then be able to dial (or connect) to an extension like an intercom function

[Asterisk-Users] RE:Avaya Partner ACS3 and Asterisk

2005-02-25 Thread Jason Kawakami
to the voip provider Should work I think. Jason Kawakami www.optellabs.com Salt Lake City, UT ___ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update

[Asterisk-Users] Dialogic cards

2005-02-23 Thread Nash, Jason
Hello, Has anyone had any luck getting a D/41D ISA dialogic card working with *? Thanks Jason This message along with any attachments is intended only for the use of the individual or entity to which it was addressed. It may contain information that is confidential and prohibited from

[Asterisk-Users] newbie needs advice

2005-02-22 Thread Jason Fayre
up and maintain. I am the only IT person in our organization that knows how to work with Linux. I am basically looking for some guidance here. Has anyone dealt with a similar situation and how did you resolve it. Any help would be appreciated. -- Jason Fayre Colorado Center for the Blind

[Asterisk-Users] RE: newbie needs advice

2005-02-22 Thread Jason Kawakami
be appreciated. -you could use the existing analogs with a channel bank or some FXO gateways but those options in the end will cost more money. Jason Kawakami www.optellabs.com Salt Lake City, UT ___ Asterisk-Users mailing list Asterisk-Users@lists.digium.com

Re: [Asterisk-Users] A bit of a survey: What do do if youneedmorethan 4 C.O. lines

2005-02-20 Thread Jason Becker
? http://www.voicetronix.com.au/hda.htm Regards, -- Jason Becker Director CEO Coalescent Systems Inc. 403.244.8089 www.coalescentsystems.ca ___ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk

Re: [Asterisk-Users] Uniden UIP200, please help

2005-02-19 Thread Jason Becker
. If you didn't receive it ping me off-list and I'll resend. Regards, -- Jason Becker Director CEO Coalescent Systems Inc. 403.244.8089 www.coalescentsystems.ca ___ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com

RE: [Asterisk-Users] Monitor does not like variable subsitutions

2005-02-17 Thread Jason Goecke
Hello, It does appear to be an issue with the colon, as I ran this test: exten = _9X.,2,SetVar(REC_FILE_NAME=test) exten = _9X.,3,Monitor(wav|${REC_FILE_NAME}|m) and it worked fine. Indeed a colon is a valid filename under Linux. So is this a bug? Jason --- Jim Van Meggelen [EMAIL PROTECTED

[Asterisk-Users] Monitor does not like variable subsitutions

2005-02-16 Thread Jason Goecke
Hello, I have been attempting to get the Monitor function to accept a loal variable substitution in order to use the same filename later in the same context. Monitor does not appear to like it, as it attempts to use wav|filename as the recording type, as opposed to just wav. Here is what I get

[Asterisk-Users] Can't connect Snom 190 to Asterix PBX. Suggestions?

2005-02-16 Thread Jason A. Crome
appreciated! Thanks in advance, Jason -- Jason A. Crome Senior Software Engineer, DEVNET, Inc. E-Mail: [EMAIL PROTECTED] http://www.devnetinc.com ___ Asterisk-Users mailing list Asterisk-Users@lists.digium.com

RE: [Asterisk-Users] Can't connect Snom 190 to Asterix PBX. Suggestions?

2005-02-16 Thread Jason A. Crome
Are there any settings that I need to change on the phone to match this? Thank you! -- Jason A. Crome Senior Software Engineer, DEVNET, Inc. E-Mail: [EMAIL PROTECTED] http://www.devnetinc.com -Original Message- From: [EMAIL PROTECTED

RE: [Asterisk-Users] Monitor does not like variable subsitutions

2005-02-16 Thread Jason Goecke
Hello, There is no colon the filename below. Jason --- Jim Van Meggelen [EMAIL PROTECTED] wrote: You are using illegal characters in your file name. See this line in your output? ast_writefile: No such format 'wav|rec_to_448704386865_at_16022005-16' It can't get past it because

[Asterisk-Users] Asterisk@home .5 and meetme

2005-02-14 Thread Nash, Jason
I'm having some problems getting meetme to work now that I have upgraded to .5 I am able to conference calls but every time I try to manage the conference through meetme it just says No users in this conference Any ideas why it doesn't see the conference call? Thanks for any help! Jason

[Asterisk-Users] Re: asterisk@home scary log

2005-02-10 Thread Jason Stewart
, then you need to fix it right away before you get on umpteen million blackhole lists. Consult the docs and/or community for the MTA that you're using to fix that. Jason ___ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com

[Asterisk-Users] sample REGEX's for astcc

2005-02-09 Thread Jason Kawakami
with some samples? Please? If I can get one for 1NXXN. and 01144. I should be able to figure the rest out. Jason Kawakami www.optellabs.com Salt Lake City, UT ___ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman

Re: [Asterisk-Users] Cisco 12SP+ firware anyone?

2005-02-07 Thread Jason p
Firmware NO, a good skinny patch for running these phones.. (i have two that work great) http://www.blackratchet.org/chanskinnyplus/ Jason On Sun, 06 Feb 2005 13:24:10 -0500, Mark Phillips [EMAIL PROTECTED] wrote: Anyone know where I can lay my hands on some Skinny firmware for some Cisco

[Asterisk-Users] Conference Bridge?

2005-02-04 Thread Nash, Jason
Hello, Newbie needs some help J I read on the list of features for Asterisk that it can work as a Conference bridge. Does anyone currently use this? How well does it work compared to like an ATT conference bridge? Thanks Jason This message along with any attachments

[Asterisk-Users] RE: Same Extensions in Multiple contexts

2005-02-04 Thread Jason Brown
Revisiting this:I was able to get this to work as well, but voicemail doesnt work as intended. A user in companya-internal cannot get his voicemail when in the office. It gives login incorrect. However if the user dials in from outside through a zap channel the vm login works.Any

[Asterisk-Users] outbound 911 calling

2005-02-02 Thread Jason Brown
In order to put a shared pbx in an office building for multiple businesses, I will have to make sure that the caller ID information going out is correct. i.e. company as main phone number is 5551212 company b is 5572121 company c is 5596767 Now I know how to distribute incoming

[Asterisk-Users] Re: outbound 911 calling

2005-02-02 Thread Jason Brown
Pedro Exactly my point. I have each company in a different context. How do I SetCallerID to a number based on the context they are in? ___ Asterisk-Users mailing list Asterisk-Users@lists.digium.com

[Asterisk-Users] RE: Re: RE: Answering Machine Function?

2005-02-01 Thread Jason Kawakami
? Is that accomplised wiht a single line? I guess this is done by the voicemail picking up and the caller having to go through a menu to get to the right VM. Something like Press 1 to get dad. Press 2 to get Mom. Press 3 to get kid 1. -yep Good Luck! Jason Kawakami

[Asterisk-Users] One extension, multiple endpoints

2005-02-01 Thread Jason Lixfeld
I have a 7960 desk phone and I'm running x-lite on my laptop. They are both behind a NAT box so they would appear to * as being from the same IP. I'm trying to make them ring at the same time but appear to everyone as one extension. Is it possible to have them both register to * as the same

[Asterisk-Users] RE: Zap channel occasionally misses dialing the first digit

2005-02-01 Thread Jason Kawakami
-Original Message- snip Does anyone know what this might be and/or an easy way to have the ZAP channel come off-hook, delay for 1/2 second or so, and then dial? -look at the w option to the dial command on the wiki Exten=???,1,Dial(Zap/G?/w${EXTEN}) Jason Kawakami

Re: [Asterisk-Users] Japan

2005-01-31 Thread Jason Frisch
Has anyone tried Sipura products such as the 3000 in Japan? Jason Steven Critchfield wrote: On Mon, 2005-01-31 at 12:53 +0900, Jason Frisch wrote: Sorry for my ignorance, but what is J1? I actually hope to use Softbanks fiber-based IPtel service, but I believe they require VoIP TA so I guess

[Asterisk-Users] Tuning MoH Volume

2005-01-31 Thread Jason Lixfeld
I'm using * 1.0.3 on Gentoo 2004.3, zaprtc from bri-stuff for timing. When I put a caller on hold, the volume of the hold music in the callers ear is extremely loud. I'm using the default entry from the musiconhold.conf: default = quietmp3:/var/lib/asterisk/mohmp3 Volumes with a called or

[Asterisk-Users] RE: Call recorder based on *

2005-01-31 Thread Jason Kawakami
-Original Message- snip Based on the fact that the call center switch is connected to the PSTN with 2 E1s, and only external incoming/outgoing calls are subject of recording, I thought the Asterisk could be a solution, in the following way: - I set up an Asterisk-based switch with a

[Asterisk-Users] RE: Answering Machine Function?

2005-01-31 Thread Jason Kawakami
example but the second one is duck soup. Jason Kawakami www.optellabs.com Salt Lake City, UT ___ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options

[Asterisk-Users] D/41D

2005-01-30 Thread Nash, Jason
on how to set it up, or which drivers to use. Any help would be greatly appreciated! Thanks Jason This message along with any attachments is intended only for the use of the individual or entity to which it was addressed. It may contain information that is confidential and prohibited from disclosure

[Asterisk-Users] Processing incoming calls with multiple contextst over PRI

2005-01-30 Thread Jason Brown
So I have a problem. A customer of mine wants a PBX, owns an office building. I want to sell him on asterisk. He has 4 tenants. I am using my asterisk box to simulate it. My asterisk box has a TDM400P card, not a PRI card. Dont know if it makes any difference. Anyway, I want to route

[Asterisk-Users] Japan

2005-01-30 Thread Jason Frisch
to have 4-5 outside lines. Thanks! Jason ___ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [Asterisk-Users] Japan

2005-01-30 Thread Jason Frisch
Sorry for my ignorance, but what is J1? I actually hope to use Softbanks fiber-based IPtel service, but I believe they require VoIP TA so I guess the end result is just a standard analog line. Jason Cory Andrews wrote: Jason - I believe the Sangoma T1/E1/J1 boards may work in Japan, I

Re: [Asterisk-Users] Japan

2005-01-30 Thread Jason Frisch
I asked Softbank and it seems that using SIP etc directly is not an option. Something to do with theVoIP-TA being used for communications between the providers call-agent. Jason Steven Critchfield wrote: On Mon, 2005-01-31 at 12:53 +0900, Jason Frisch wrote: Sorry for my ignorance, but what

Re: [Asterisk-Users] Japan

2005-01-30 Thread Jason Frisch
Eicon Diva Server BRI = ISDN I think.. JAson Leo Ann Boon wrote: Jason Frisch wrote: Hi all, I am trying to setup Asterisk here in Japan in my office. However I am having a hard time finding hardware that is supported. I tried Voicetronix but they said that they are too busy to create a driver

Re: [Asterisk-Users] /usr/bin/ld: cannot find -lidn

2005-01-27 Thread Jason Becker
://curl.netmirror.org/libs.html So you likely need: http://mirrors.kernel.org/fedora/core/3/i386/os/Fedora/RPMS/libidn-0.5.6-1.i386.rpm Regards, -- Jason Becker Director CEO Coalescent Systems Inc. 403.244.8089 www.coalescentsystems.ca ___ Asterisk-Users mailing

[Asterisk-Users] Issue with res_config_mysql.so in latest CVS

2005-01-26 Thread Jason Goecke
Hello, I just checked out the latest CVS and compiled and now get the following error: [res_config_mysql.so] = (MySQL RealTime Configuration Driver) Jan 26 13:03:51 WARNING[27081]: config_old.c:27 ast_load: ast_load is deprecated, use ast_config_load instead! == Parsing

Re: [Asterisk-Users] Asterisk - static nat - laptop w/siproxd - cisco 7960

2005-01-25 Thread Jason Lixfeld
back through the NAT to the phone connected to the laptop. That's what I'm seeing. My SIP phone cannot register to my asterisk box through siproxd. I'm not sure if it's the phone or siproxd but it's not asterisk -- asterisk doesn't care. Thanks. On Mon, 2005-01-24 at 13:54 -0500, Jason Lixfeld

Re: [Asterisk-Users] Asterisk - static nat - laptop w/siproxd - cisco 7960

2005-01-25 Thread Jason Lixfeld
On Jan 25, 2005, at 2:02 AM, Adam Goryachev wrote: On Mon, 2005-01-24 at 23:51 -0700, Kim Lux wrote: I'm trying to get similar working with a Grandstream. I'm getting a lot of echo. My laptop is crashing when the call terminates. What are you using for the NAT setup on your laptop ?

Re: [Asterisk-Users] AMP with SUSE 9.2

2005-01-25 Thread Jason Becker
-users or Help forum: http://sourceforge.net/forum/?group_id=121515 SUSE does some things differently - the main difference is the apache2 (httpd) configuration. Regards, -- Jason Becker Director CEO Coalescent Systems Inc. 403.244.8089 www.coalescentsystems.ca

[Asterisk-Users] Asterisk@Home initial setup

2005-01-25 Thread Nash, Jason
the computer. I never get to the runonce. I've let it sit for 8 or 10 hours and nothing happens. I'm using a 400PII, has the intel 440BX chipset, 256 meg of ram. Is this simply a hardware issue? Thanks for any help! Jason This message along with any attachments is intended only for the use

[Asterisk-Users] Asterisk - static nat - laptop w/siproxd - cisco 7960

2005-01-24 Thread Jason Lixfeld
Ok, I have a 7960 that's plugged into my laptop. my home network is wireless so I don't have a switch anywhere to plug the phone into directly. I'm running siproxd on my OS X laptop and I can make outbound calls from the 7960 fine (I guess I don't have the phone configured to register

Re: [Asterisk-Users] Asterisk Install Method

2005-01-22 Thread Jason Becker
+Installation [EMAIL PROTECTED] 0.3 uses CentOS 3.3 with a recent Asterisk: Asterisk CVS-v1-0-01/22/05-02:50:58 built by [EMAIL PROTECTED] on a i686 running Linux It also bundles AMP ;-) Project page: http://asteriskathome.sourceforge.net/ Regards, -- Jason Becker Director CEO Coalescent Systems Inc

[Asterisk-Users] MeetMe MusicOnHold Volume

2005-01-19 Thread Jason Lixfeld
I've got a simple MeetMe conference configured using Asterisk 1.0.3 on Gentoo. I'm using zaprtc for timing from the bri-stuff package. extensions.conf exten = 37455,1,NoOp(Drill Squad Conference) exten = 37455,2,Monitor(wav,drillsquad-37455,mb) exten = 37455,3,MeetMe(37455,pMs) Now, when I

[Asterisk-Users] RE: E911 Testing !

2005-01-19 Thread Jason Kawakami
on the installation. After that, the system is theirs. Always test emergency services access for premises equipment based solutions unless you have signed documentation from the client that they do not want 911 access out of their system! Jason Kawakami www.optellabs.com Salt Lake City, UT

[Asterisk-Users] RE: how to manage Digium TDM04B outgoing calls

2005-01-19 Thread Jason Kawakami
Luck! Jason Kawakami www.optellabs.com Salt Lake City, UT ___ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman

[Asterisk-Users] Error after switching from 1.0.2 (FreeBSD) to 1.0.3 (Gentoo)

2005-01-18 Thread Jason Lixfeld
I've recently switched my * server from FreeBSD to Gentoo using the same configs from FreeBSD on my Linux machine, except the new Linux machine is running 1.0.3 where the old machine was running 1.0.2. Whenever I try to dial into one of my DIDs, I get this in the debugs and the call gets

[Asterisk-Users] Urgent handler messages on * 1.0.3

2005-01-18 Thread Jason Lixfeld
Anyone know what these messages mean? I see then scrolling about one every 10 seconds while running asterisk -vcdg ___ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE

[Asterisk-Users] Issue using IAX2 as end-point (IAXComm)

2005-01-18 Thread Jason Goecke
register_verify: No registration for peer '1' (from 27.21.26.2) I then issue this Dial cmd: IAX2/1SIP/${JASON}SIP/${OFFICE}SIP/${LAPTOP}|20|tT But get this when I attempt to receive a call: Jan 18 21:04:44 WARNING[22491]: chan_iax2.c:2320 create_addr: No such host: 1 Jan 18 21:04:44 NOTICE

Re: [Asterisk-Users] OT: SIP Aware Firewall with Asterisk

2005-01-17 Thread Jason Williams
On Mon, 10 Jan 2005 19:38:23 +, John Middleton [EMAIL PROTECTED] wrote: Not an enterprise level system, but anyone used the www.intertex.se IX66? Yes they work great no nat traversal issues, ___ Asterisk-Users mailing list

Re: [Asterisk-Users] Stale mp123 processes??

2005-01-12 Thread Jason p
killall -9 mpg123 , this is a known issue after reloads .. On Wed, 12 Jan 2005 13:25:50 +0100 (CET), Remco Barende [EMAIL PROTECTED] wrote: Hi list! I keep getting abandoned / stale mpg123 processes. I cannot even kill them off using killall I really have to do kill -9 to get them away.

[Asterisk-Users] Asterisk Segmentation Fault - layer3.c/mpg123

2005-01-11 Thread Jason Goecke
III_dequantize_sample: mpg123: Can't rewind stream by 10 bits! Segmentation fault I am testing with another mp3 file now, but I would never expect a 'Segmentation fault'. Has anyone seen this? If not, should I report as a bug and how best to do this? Thank you, Jason

[Asterisk-Users] RE: Asterisk and InterTel Axxess system?

2005-01-11 Thread Jason Kawakami
if it is gateway related or Axxess related but I ended up putting a PRI into the Axxess and connecting to * via that PRI, then doing all of my IP stuff (via SIP) in *. I have access to an axxess for testing so I will play with it a bit and see if I can figure out a better way. Jason Kawakami

[Asterisk-Users] Request to schedule in the past?!?!

2005-01-10 Thread Jason Goecke
Hello, Ever since I started using Asterisk I always get this error: Jan 10 15:39:26 NOTICE[4501]: res_musiconhold.c:463 monmp3thread: Request to schedule in the past?!?! I have a dedicated system system that really runs only Asterisk: - Pentium III 500Mhz - 128MB of RAM - 10GB of Disk Space -

<    5   6   7   8   9   10   11   12   13   14   >