similar to: Help on multiple dialed sip-channels.

Displaying 20 results from an estimated 7000 matches similar to: "Help on multiple dialed sip-channels."

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 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:
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
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 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 Feb 06
3
SV: callback script?
Thanks. I'm able to getting the asterisk calling back to my cellphone. But when I get to the authentication I get this message when I start to dial in my password: NOTICE[5178]: rtp.c:509 ast_rtp_read: Unknown RTP codec 96 received Is this a DTMF failure of some sort? Thanks again. -----Opprinnelig melding----- Fra: asterisk-users-bounces@lists.digium.com
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
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
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 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 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 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.
2006 Apr 26
0
SV: Need some help on queues with agents(SIP members)with multiple phones.
I also have some other trouble. How the I send the caller to voicemail (next extension) if the Member => SIP/phone stops answering for a defined period of time. I cant figure out if this would work (from queues.conf): ; If you wish to remove callers from the queue if there are no agents present, then set ; this to yes. Note that this is for use with dynamic queue members! ; ; leavewhenempty
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
4
GotoIf number exists in file. How can i do this?
Hi there. I currently have a GotoIf statement that goes to a special extension priority if the CID match with one of the numbers in my "list" of CIDs. The way I've done it now is by multiple OR operators. There must be a better way. Anyone got some suggestions? This is basicly what I want. "If CID Exists in $File, goto s,10". So when I want to add a new CID I
2005 Sep 29
2
Getting asterisk to send e-mail to mailbox-users
Ok. I've been searching the wiki and google for a long time now. HOW do I enable asterisk to send mail when users get new messeages in there mailbox? Do i need to change mailcmd in voicemail.conf? Regards, Arne morten
2005 Aug 26
0
SV: Maximum retries error.
There is no static interval. But i found out that it was my IP-Phone Service Provider that was having serviceproblems today. -----Opprinnelig melding----- Fra: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] P? vegne av Giorgio Incantalupo Sendt: 26. august 2005 11:33 Til: Asterisk Users Mailing List - Non-Commercial Discussion Emne: Re: [Asterisk-Users]
2005 Sep 28
0
SV: Turn off echo-cancellation when fax is detected?
This is the only information I've found. From zapata.conf.sample ; For fax detection, uncomment one of the following lines. The default is *OFF* ; ;faxdetect=both ;faxdetect=incoming ;faxdetect=outgoing ;faxdetect=no ________________________________ Fra: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] P? vegne av Arne Morten Johansen
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: Fromstring when sending e-mail on recievedvoicemail
As mentioned earlier I did try that. Someone suggested that there might be an issue with sendmail not "trusting" the asterisk user. And the default behaviour of that is to not allow modification of the "fromstring" and "serveremail". So if you have any idea how to fix that in Gentoo I would really appreciate it. Thanks -----Opprinnelig melding----- Fra: