Baha @ SH
2010-Oct-23 12:31 UTC
[asterisk-users] a2billing muting "enter the phone number"
How can I mute the message "please enter the number you wish to call and press the # key" in a2billing??? I tried use_dnid = YES but still I keep getting the message prompt... thanks
If you want to turn off the audio totally you can set audio to NO (it's probably the 4th or 5th in list of Global settings). Otherway is to blank the file responsible to play that file and keeping the settings intact. However, there are numerous options to turn on and off the various announcements which you should look into in the System Settings. -Bruce On Sat, Oct 23, 2010 at 8:31 AM, Baha @ SH <info at saudihome.com> wrote:> How can I mute the message "please enter the number you wish to call and > press the # key" in a2billing??? > I tried > use_dnid = YES > but still I keep getting the message prompt... > > thanks > > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20101023/e02a8998/attachment.htm
Danny Nicholas
2010-Oct-25 14:00 UTC
[asterisk-users] a2billing muting "enter the phone number"
-----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Baha @ SH Sent: Saturday, October 23, 2010 7:32 AM To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: [asterisk-users] a2billing muting "enter the phone number" How can I mute the message "please enter the number you wish to call and press the # key" in a2billing??? I tried use_dnid = YES but still I keep getting the message prompt... thanks the CLI is your friend here; when this prompt is playing, look at the CLI console and identify this file. It will be in /var/lib/asterisk/sounds. Replace it with beep.gsm.
Hello How can I run the sip service on asterisk on another port beside 5080? I mean asterisk will still take sip requests on port:5080 and another custom port, lets say port:6080 Thanks for any help -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20101111/a315c012/attachment.htm
11 nov 2010 kl. 23.25 skrev Baha @ SH:> Hello > How can I run the sip service on asterisk on another port beside 5080? > I mean asterisk will still take sip requests on port:5080 and another custom port, lets say port:6080For UDP, we only have one port. You have to select. /O
On 11/11/10 2:25 PM, Baha @ SH wrote:> How can I run the sip service on asterisk on another port beside 5080? > > I mean asterisk will still take sip requests on port:5080 and another custom port, > lets say port:6080you can only configure 1 listening port in sip.conf. however you can use port forwarding on OS level to achieve that. iptables -t nat -I PREROUTING -i <you incoming interface> -d <your IP addr> -p udp -m udp --dport 6080 -j DNAT --to-destination <your ip addr>:5060 p.s. the default SIP port is 5060. -- Edwin Lam <edwin.lam at officegeneral.com> Systems Engineer, OfficeWyze, Inc. Ph: +1 415 439 4988 Fax: +1 415 283 3370 http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0xD6506D20