RE: [Asterisk-Users] First Call straight to my extension

2005-02-06 Thread Computer Onsite Support
Thanks anyway. But what files is this? that I have to play with

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Eric
Wieling
Sent: Friday, February 04, 2005 1:39 AM
To: [EMAIL PROTECTED]; Asterisk Users Mailing List -
Non-Commercial Discussion
Subject: Re: [Asterisk-Users] First Call straight to my extension


[EMAIL PROTECTED] wrote:

Anybody with an idea how will I set me Asterisk to send call straight to
my
extension with out playing demo-Congrat MENU.

 Comething like this

 exten = s,1,Answer
 exten = s,2,Dial(IAX2/2001,20,tr)
 exten = s,3,Voicemail(u2001)
 exten = s,4,Voicemail(b2001)

or

exten = s,1,Dial(IAX2/2001,20)
exten = s,2,Voicemail(u2001)
exten = s,102,Voicemail(b2001)

Advantages are no fake ringing, phone does transfers not Asterisk
pound transfer, no answer so caller doesn't pay toll charges, busy
voicemail works.  Disadvantage: Asterisk can't tell if they hang up
before going to voicemail.
___
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 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] First Call straight to my extension

2005-02-06 Thread Computer Onsite Support
Thaniks anyway but where and what files is this to be motify.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of
[EMAIL PROTECTED]
Sent: Friday, February 04, 2005 1:29 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] First Call straight to my extension


 Anybody with an idea how will I set me Asterisk to send call straight to
my
 extension with out playing demo-Congrat MENU.
Comething like this

exten = s,1,Answer
exten = s,2,Dial(IAX2/2001,20,tr)
exten = s,3,Voicemail(u2001)
exten = s,4,Voicemail(b2001)
___
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 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] First Call straight to my extension

2005-02-03 Thread Computer Onsite Support

Anybody with an idea how will I set me Asterisk to send call straight to my
extension with out playing demo-Congrat MENU.

___
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] Music On-Hold problem

2005-01-23 Thread Computer Onsite Support
My problem is: No matter what machine I install and configure Asterisk on it
I just can't get the music on-hold to work. Is anyone of you out there have
such problem? If so what have you done to fix the problem? I've tried so far
three other computers and none of them I was able to get music on-hold to
work.

CAN PLEASE ANYONE HELP.
attachment: winmail.dat___
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] On Hold music

2005-01-17 Thread Computer Onsite Support



Can 
anyone of you help me out with this issue. My Asterisk is working fine except my 
music-on-hold will NOT work even though I just retry three different other 
machines with different board and sound.
[Manny Teixeira]
al 
Message-From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED]On Behalf Of Manjit 
RiatSent: Monday, January 17, 2005 8:42 PMTo: 
asterisk-users@lists.digium.comSubject: [Asterisk-Users] SIP URL for 
incoming

  
  I want to set up my asterisk to 
  receive SIP calls using the URL [EMAIL PROTECTED] . I have my own DNS server 
  but would like know what entry goes into it as I have never set up SRV records 
  before. (if it matter it is a BIND dns server).
  
  thanx
___
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] On Hold music

2005-01-17 Thread Computer Onsite Support
I'm confuse because I was able to install on a shit machine and everything
works fine even though It was not necessary installing such timer what you
just mentioned. NOW that I just installed it on a better machine Celeron
850Mhz 394M of Ram instead of PIII 500Mhz 128M and this thing will no play
music on hold. Is there anything I've forgot during installation and
configuration. I'm running Red hat 8.0 as recommended with X100P Card.


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Mike Sander
Sent: Monday, January 17, 2005 9:06 PM
To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
Subject: RE: [Asterisk-Users] On Hold music


Do you have Zaptel cards installed? You need to have a timer installed
(whatever that means). If you don’t have a zaptel card, then use ztdummy to
fake one.

You need to download and compile the zaptel drivers (from asterisk website).
Edit the makefile and find the line:

TZOBJS=zonedata.lo tonezone.lo
LIBTONEZONE=libtonezone.so.1.0
MODULES=zaptel tor2 torisa wcusb wcfxo wcfxs \
ztdynamic ztd-eth wct1xxp wct4xxp wcte11xp # ztdummy
#MODULES+=wcfxsusb

Then remove the “#” before ztdummy

Type Make All
Type Make Install

Add a line to load the module ztdummy on boot using the /etc/rc.d files
The command is modprobe ztdummy

More information at:
http://www.voip-info.org/tiki-print.php?page=Asterisk+timer+ztdummy

Mike Sander
Operations Manager

Suite 4 / 38-48 Waterloo St
Surry Hills N.S.W 2010
Phone:(02) 8307 8877
Fax:(02)93182254
Mobile:0401 010 289
Email: [EMAIL PROTECTED]
Website: www.corporatebankinginternational.com

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Computer
Onsite Support
Sent: Tuesday, 18 January 2005 12:54 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [Asterisk-Users] On Hold music

Can anyone of you help me out with this issue. My Asterisk is working fine
except my music-on-hold will NOT work even though I just retry three
different other machines with different board and sound.

[Manny Teixeira] 
 al Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Manjit Riat
Sent: Monday, January 17, 2005 8:42 PM
To: asterisk-users@lists.digium.com
Subject: [Asterisk-Users] SIP URL for incoming
I want to set up my asterisk to receive SIP calls using the URL
[EMAIL PROTECTED] . I have my own DNS server but would like know what entry
goes into it as I have never set up SRV records before. (if it matter it is
a BIND dns server).

thanx

--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.7.0 - Release Date: 17/01/2005


___
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 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] On Hold music

2005-01-17 Thread Computer Onsite Support
Thanks you but that didn't work. Any other solutions?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Joseph
Sent: Monday, January 17, 2005 9:48 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] On Hold music


On Mon, 2005-01-17 at 20:53 -0500, Computer Onsite Support wrote:
 Can anyone of you help me out with this issue. My Asterisk is working
 fine except my music-on-hold will NOT work even though I just retry
 three different other machines with different board and sound.

You don't need any sound card for musing on hold to work.
Loot at this webpage it will guide you:
http://www.voip-info.org/wiki-Asterisk+config+musiconhold.conf

uncomment in musiconhold.conf one of the line:
[classes]
;default = quietmp3:/var/lib/asterisk/mohmp3
loud = mp3:/var/lib/asterisk/mohmp3
;random = quietmp3:/var/lib/asterisk/mohmp3,-z

specify in you extension.conf what you want to play, example:
[office-open]
exten = s,1,Wait(2)
exten = s,2,Answer()
exten = s,3,SetMusicOnHold(loud)

-- 
#Joseph
___
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 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] On Hold music

2005-01-17 Thread Computer Onsite Support
Please be more specific regarding symbolic link of mpg321 so I can
troubleshoot it myself. The strength thing is that I tried this in three
other different computers and can't get it to work using same installation
guide was able to get it to run on a PIII 500 which I want to get rid of it
now.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Matt
Riddell
Sent: Monday, January 17, 2005 10:09 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] On Hold music


Computer Onsite Support wrote:
 Thanks you but that didn't work. Any other solutions?

Make sure you are using the correct version of mpg123...

I think from memory the correct version is 0.59r

Also, I think Redhat has simply made a symlink to mpg321 (which is *not*
the same).

--
Cheers,

Matt Riddell
___

http://www.sineapps.com/news.php (Daily Asterisk News - html)
http://www.sineapps.com/rssfeed.php (Daily Asterisk News - rss)
___
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 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] On Hold music

2005-01-17 Thread Computer Onsite Support
You right the sound card is NOT necessary like you just said. I mean when I
dial extension 216 I should be able to hear the on-hold music but is not
working on a new machine I want to put in production but it works on a PIII
500Mh that I want to retire.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Jerry
Rasmussen
Sent: Monday, January 17, 2005 11:04 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: RE: [Asterisk-Users] On Hold music


This may sound kind of crazy and I maybe missing something.  But are you
placing the call on hold so you can hear the hold music.  This may not
be the case but you may have to place the call on hold to here the
music.

Also you mentioned sound, you do not need a sound card in the asterisk
box to use this hold music feature.

Hope this helps.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Computer
Onsite Support
Sent: Monday, January 17, 2005 10:51 PM
To: [EMAIL PROTECTED]; Asterisk Users Mailing List -
Non-Commercial Discussion
Subject: RE: [Asterisk-Users] On Hold music

Please be more specific regarding symbolic link of mpg321 so I can
troubleshoot it myself. The strength thing is that I tried this in three
other different computers and can't get it to work using same
installation guide was able to get it to run on a PIII 500 which I want
to get rid of it now.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Matt
Riddell
Sent: Monday, January 17, 2005 10:09 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] On Hold music


Computer Onsite Support wrote:
 Thanks you but that didn't work. Any other solutions?

Make sure you are using the correct version of mpg123...

I think from memory the correct version is 0.59r

Also, I think Redhat has simply made a symlink to mpg321 (which is *not*
the same).

--
Cheers,

Matt Riddell
___

http://www.sineapps.com/news.php (Daily Asterisk News - html)
http://www.sineapps.com/rssfeed.php (Daily Asterisk News - rss)
___
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 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 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 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] Granstream Phone Login incorrect message

2005-01-17 Thread Computer Onsite Support
Can anybody send me a web screen shot of their Granstream Phone
configuration so  I can figure out why I'm NOT able to check voice mail
throw my granstream Phone.
I Appreciate in advance.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Matt
Riddell
Sent: Monday, January 17, 2005 10:09 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] On Hold music


Computer Onsite Support wrote:
 Thanks you but that didn't work. Any other solutions?

Make sure you are using the correct version of mpg123...

I think from memory the correct version is 0.59r

Also, I think Redhat has simply made a symlink to mpg321 (which is *not*
the same).

--
Cheers,

Matt Riddell
___

http://www.sineapps.com/news.php (Daily Asterisk News - html)
http://www.sineapps.com/rssfeed.php (Daily Asterisk News - rss)
___
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 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