similar to: Asterisk and SIP Proxy on same machine?

Displaying 20 results from an estimated 2000 matches similar to: "Asterisk and SIP Proxy on same machine?"

2003 Oct 22
1
Placing SIP calls to other SIP domains?
Hi! Does * do DNS-lookups when outgoing calls are placed to a different SIP domain? Can I call from <sip:1000@mydomain.com> to <sip:2000@remote_domain.com>? Can * work as a regular SIP proxy in that aspect? Can * handle SIP URI:s that are complete SIP URI:s (sip:user@domain) instead of numbers only? Or should I run a SIP proxy on a different machine to handle pure SIP requests and let
2003 Dec 02
7
Meetme Recording
Hi, Can anybody explain me in configuring Asterisk to record a conference? Regards... Girish _________________________________________________________________ Add zing to Hotmail. Get FREE newsletters. http://server1.msn.co.in/features/general/Newsletters/index.asp Subscribe now!
2003 Sep 13
2
VoiceMail2 mysql table structure
Hi all: Somebody knows the mysql table structure for VoiceMail2 application? Thanks in advance, Gus
2003 Dec 01
1
Another * crash
I have an interesting problem now. I use asterisk to connect to both FWD and a sip provider here in sweden. suddenly, (i know my provider upgraded from a unknown SIP proxy to SER) Asterisk crashes when I try to make a call using this provider. FWD still works fine, and I can call directly towards the GW to POTS without any problems. But, as I call using my providers SER, Asterisk crashes.
2003 Aug 30
2
ATA 186 & DynExtenDB (query extensions vía sql)
Hi all: Very disappointed, finally I left the attended call transfer with ATA 186 using SIP. With image 2.16-1, ATA sens '486 - Busy Here' when trying to transfer the call.. I consulted with Cisco guys and accepts that some problems with this service exist. Soon as I can I will try using MGCP. My doubt now is if somebody proved the DynExtenDB application. I read some commentaries but
2003 Aug 18
3
Call transfer ATA186
Hi all: I'm testing a new installation of *, bringing up some ATA186. In * environment, all stuff works greats. The only thing that don't work is a Call Transfer, but the 3Party works ok. Some time ago I read that somebody had proven this functionality successfully. If somebody knows what I missing, please let me know. Thanks in advance, Gus -------------- next part -------------- An
2003 Oct 16
3
Starting * with G729 licences
Hi all: I've just purchase some licences of G.729 codecs, and I like to bring up * using /etc/rc.d/init.d script. Does anyone knows how to start in the "old" way? Thanks in advance, Gus -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20031016/6dd07c4b/attachment.htm
2003 Nov 25
1
SIMPLE support in Asterisk?
Hi Is there any work being done on implementing IM/SIMPLE support for SIP on Asterisk? Like a presence server? rdgs, /Staffan Kerker
2003 Oct 20
3
Authenticate Application Problems
How do I use the Authenticate application in my IVR menu, where do I put the password? here is my menu. I need to ask for a password before I let users log into my conference room. [conf1] exten => s,1,Ringing exten => s,2,Wait,2 exten => s,3,Answer exten => s,4,Authenticate(1234) exten => s,5,Hangup exten => a,1,Meetme,1251 I also can not figure out what "Unknown RTP
2003 Oct 24
8
SS7 signaling/Softswitch
I'm confused a bit about the following and was hoping to get some answers on this group - What is exactly implied when we say asterisk can connect to a PSTN. Does it mean connecting to the PSTN via PRI/T1/E1? If yes, then I assume asterisk does not need to do any SS7 signaling and all it does (playing the role of a PBX) is to connect to a Class 5 Switch at the CO. Is this a correct statement?
2003 Oct 15
1
chan_skinny core dump
Hi all: I've got some core dumps with chan_skinny. The client is ATA186 with v2.16.1.ms ata18x (Build 030814a). The * version is CVS-10/05/03-16:03:26. When I make a call, the phone connected with ATA rings only 1 time and * dies. Maybe I have some errores in ATA config. If someone has proven configs for ATA, please send me the details. Thanks in advance, Gus The logs: *CLI> Version
2005 Jul 25
2
DISA disconnects
DISA is currently disconnecting when I dial 8888 to access DISA. Below is my extensions.conf file from A@H and some lines which shows the disconnect. Should DISA be loaded as a module in modules.conf? When I do a 'show applications' i see that DISA is there. Help! -------------------------------------- ;Asterisk CLI as I placed a call from cell into the system. Playing
2005 Mar 21
1
DISA Hangs up after DTMF is sent
Hey, this is happening to anyone who I try this with. We get into the DISA, then hear the dial tone. Dial 1 then start dialing the number, and it hangs up. I thought adding a wait time after the DISA may help, I was wrong. Here is what I have thus far in the DISA extentions. [DISA] exten => 7,1,DISA(no-password||"Scheda" <565> 455-1337) exten => 7,2,Wait(45) exten =>
2007 Sep 14
2
DISA and DTMF detection problem w/ FXO port on a TDM400
-------------------------------------------------------------------------------------------- Originally posted at http://forums.digium.com/viewtopic.php?t=18045 -------------------------------------------------------------------------------------------- Hi! I'm trying to configure a DISA setup (Asterisk 1.4.11). Only, executing DISA seems to prevent any DTMF detection capability when using
2005 Mar 19
1
DISA -> macro = congestion
When I use DISA I get congestion when I try to reach 1-800-number: Here is the context: [disa] exten => 087,1,Answer exten => 087,2,DigitTimeout,8 exten => 087,3,ResponseTimeout,20 exten => 087,4,Authenticate(985) exten => 087,5,DISA(951|disa-access) [disa-access] include => tollfree include => outgoing-voipjet [tollfree] ; ; terminate toll-free no.'s via fwdnet ; US
2019 Jan 11
1
Dovecot Submission Proxy Auth
Hi, Just found out that Postfix does not implement/support the AUTH=sender parameter. So, back to Dovecot, can we use variables in the submission_relay_user = submission_relay_password = then Dovecot will forward the username and password information of the current user to the Postfix submission service for authentication? Best regards, Jacky On 10/1/2019 10:46 AM, Jacky wrote: >
2019 Jan 09
2
Dovecot Submission Proxy Auth
On Wed, 9 Jan 2019 at 13:09, Jacky <jacky at jesstech.com> wrote: > Hi Gerald, > > in my postfix/main.cf > > smtpd_sasl_authenticated_header = yes > smtpd_sasl_security_options = noanonymous > smtpd_sasl_local_domain = $myhostname > smtpd_sasl_type = dovecot > smtpd_sasl_path = /var/run/dovecot/auth-client > broken_sasl_auth_clients = yes > > I am already
2006 Jun 05
2
DTMF and DISA
Hi Folks, I'm trying to test out Asterisk overall. I'm having some problems with DTMF. Currently I'm playing with DISA, but I'm worried this will happen when I get to implementing AAs etc. I have a free SIP trunk from IPKall that I'm trying to make work. I'm able to receive calls, and I've now setup and extension with DISA and a password. I connect ok from the
2005 Jun 05
2
Disa - how it returns on user not dialing any numbers ?
Hi, I'd like to use DISA properly for my case - I'd like to handle it right, if user when in DISA doesn't dial any number - how does Asterisk return from DISA cmd ? I'd like to dial some default number if user doesn't dial anything or give him some message - but I don't know what gets executed after DISA if nothing is dialed .... I'm reading this on wiki, but
2003 Aug 06
9
R2 support
Hi folks, where can I find the R2 beta code for Asterisk? Best, PauloHM -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030806/9c7a0660/attachment.htm