similar to: SV: callback script?

Displaying 20 results from an estimated 2000 matches similar to: "SV: callback script?"

2005 Aug 24
1
SV: Fax to email using mime-contruct
I also want to try that asterisk guide. But i'm not sure if i understood it correctly. What exactly do i need to do? Do i need to compile Asterisk with the spanDSP plugin or just configure extensions.conf? The URL to spanDSP in the guide wasn't working. I also use a traditional internet line to recieve calls and hopefully i will get Fax working soon. This is so confusing. Thanks, Arne
2005 Sep 05
1
SV: sending fax
What about faxing yourself if you don't have a scanner? -----Opprinnelig melding----- Fra: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] P? vegne av Johan van Tongeren Sendt: 5. september 2005 09:11 Til: Asterisk Users Mailing List - Non-Commercial Discussion Emne: RE: [Asterisk-Users] sending fax [macro-fax-dialing] exten =>
2006 Feb 22
1
SV: Re: SV: Re: SV: Re: Fromstring when sending e-mailonrecievedvoicemail
Thank you very much. For some reason "emailsubject" was not included in my example config. Well, it's working great now. Last question, I promise :P. Is it possible to change the date format? I want it in Norwegian. -----Opprinnelig melding----- Fra: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] P? vegne av Barry Flanagan Sendt: 22.
2005 Sep 05
4
sending fax
[outgoing-fax] exten => _0XXXXXXXXX,1,SetVar(NumberCalled=${EXTEN}) exten => _0XXXXXXXXX,2,Wait(10) exten => fax,1,SetCallerid(${FAX_CALLERID}) exten => fax,2,Dial(Zap/g1/${NumberCalled},60) exten => fax,3,Hangup exten => t,1,Busy exten => i,1,Busy -----Oorspronkelijk bericht----- Van: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com]
2006 Feb 21
1
SV: Re: Fromstring when sending e-mail on recievedvoicemail
Yeah I did change those. I'm using 1.0.8 (Or was it 9?). It seams that the system overrides these settings? -----Opprinnelig melding----- Fra: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] P? vegne av Barry Flanagan Sendt: 21. februar 2006 14:54 Til: Asterisk Users Mailing List - Non-Commercial Discussion Emne: [Asterisk-Users] Re: Fromstring when
2006 Feb 22
1
SV: Re: SV: Re: Fromstring when sending e-mail onrecievedvoicemail
It's fixed now. In "/etc/mail/ssmtp.conf", this ("FromLineOverride=YES") line was commented out. Removing that comment did the trick :) Now I only need to change the e-mail's title. Is that possible? -----Opprinnelig melding----- Fra: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] P? vegne av Barry Flanagan Sendt: 22.
2006 Feb 14
3
Developing a call centre app. Communication with asterisk?
Hi there. We're going to develop a call centre app for internal use in our office. The call centre is probably going to be a java-based client installed on a windows machine that our secretary can use. Features should be a way to see incoming calls, answer them, and then transfer the calls to our different users/groups/divisions. If it also could be possible to have a way to see if the user
2003 Jan 08
7
ping from local to net
I try to do ping between my local network and Internet and i can''t do it, in my policy I have: loc net ACCEPT info loc fw ACCEPT loc dmz ACCEPT info fw loc ACCEPT fw net ACCEPT info fw dmz
2005 Sep 29
4
Calling voicemail from external phone.
Hey. How would I set up my dialplan if a user wants to call its voicemail from an external phone? I'm thinking of getting the user to enter its mailbox number. Something like this: 1. User calls the dedicated voicemail number. 2. Phone prompts for mailbox number. 3. Voicemail(${mailboxnr}@context) Thanks.
2006 May 01
2
How does asterisk behave when multiple phones are logged in on a single SIP/account?
Hi. How does this work? What if this SIP/account was a member (agent) of a queue? Ex: dial(SIP/account,20,tT). Would the dialstatus be set as busy when one of the phones is actively talking, or will the other phones continue to ring? You may have seen my other submissions to this list. I'm looking for a way to make the other phones in a group unavailable when one of them is busy. Because
2006 Mar 01
6
Same CID on multiple users(friends9 in SIP.conf
Hi there. Is it possible to have different sip users have the same CallerId number in sip.conf. I need this because we got multiple companies on this Asterisk box. Company A's internal numbers: CID: User: 1000 - User 1 2000 - User 2 3000 - User 3 4000 - User 4 Company B's internal numbers: CID: User: 1000 - User 5 2000 - User 6 3000 - User 7 4000 - User 8 Is this allowed? Regards
2006 Feb 21
2
Fromstring when sending e-mail on recieved voicemail
Hi. I'm having trouble controlling the user info when sending e-mails from asterisk via sendmail to a Microsoft exchange server. When I receive the email the sender is always "asterisk@TheDomainISpecify.com" and the name of the sender is always "Added by portage for asterisk". I want to change both sender-address and the name of the sender. I'm using Gentoo for my
2006 May 02
1
SV: How does asterisk behave when multiple phonesare logged in on a single SIP/account?
Yeah I do use ring groups at the moment. But the problem is that I can't control "the flow". Let's take your example. dial(SIP/dev1&SIP/dev2&SIP/dev3) If I dial these 3 numbers, and dev2 is already one the phone. How do I check for that? I only want one of the three phones active at the time. But if no telephone is busy, they all should ring until the call is
2006 Mar 24
2
SV: re: Sound issues on SIP-SIP calls
I thought the same thing before I made my reply but zapata.conf seems to be the only config file that deals with echo at all. From what I understand of 'echotrain' is that at the beginning of the call it sends a short signal out that measure echo in an attempt to try and cancel it. I was wondering if you tried using it and if so was it of any help? Sincerely, Steve But is Zapata.conf
2006 Feb 21
2
SV: Re: Fromstring when sending e-mail on recievedvoicemail
Just one more question. In /etc/passwd there's a line with "asterisk" and "added by portage" in it. Can I just change this without screwing up everything? Or is there a command to change user info or something? As you can see, I'm not so good in Linux. -----Opprinnelig melding----- Fra: asterisk-users-bounces@lists.digium.com
2006 Feb 08
2
SV: GotoIf number exists in file. How can i do this?
Oh. So how can I do this? If I write something in PHP, how do I make it output to an Asterisk variabel? I need to set a variable in asterisk to TRUE or FALSE based on the result of the PHP-script. ________________________________ Fra: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] P? vegne av Morgan Gilroy Sendt: 8. februar 2006 15:28 Til:
2005 Oct 05
2
From Database, PHP-Webinterface -> TO flatfileconfiguration
Hi. I've started working on a PHP-project that generates the configuration files i need based on what's in my MYSQL database. I can add, delete and edit users from the web. I can set up exactly the dialplan i need by arranging the users in a firms and groups if needed. I've also set up a java servlet so that i can get asterisk to reload by pushing a button from the web-interface. The
2005 Sep 06
1
Application rxfax missing ?
Hello. I just emerged spanDSP with all the packages needed. After a bit of configuration i was read to test. But i get this errormessage stating that application rxfax was not found. I could't fint rxfax i teh modules directory. I use asterisk 1.0.7. I did reset the server after emerging SpanDSP I use gentoo kernel 2.6 I don't know what else to do. Regards, Arne Morten
2024 Jan 03
1
404 - The file you requested could not be found
That 100% depends on what you're trying to access. Try accessing the /admin/ endpoint and see what you have set up there. You also need to specify a relay-stub in the xml configuration, see:?https://icecast.org/docs/icecast-2.4.1/relaying.html--MariusSendt fra min Galaxy -------- Opprinnelig melding --------Fra: "Mayiani, Martin Martine - mayianmm" <mayianmm at jmu.edu> Dato:
2006 Feb 07
2
Asterisk with USB
Hello everybody! I've seen that you can connect your cellphone via bluetooth, but I've a Motorola V300 and it doesn't have that feature, so I wish to connect it via USB cable, is it pissible con use my cellphone with asterisk like that? I 've not been able to find information on how to do this, I'l appreciate any help. Thanks in advance! -- Facundo Ameal.