Displaying 20 results from an estimated 300 matches similar to: "Calling users to the external domain using Asterisk"
2008 Apr 22
2
Asterisk sends 486 Busy Here instead of 600 Busy Everywhere
Hi,
We have a scenario wherein the endpoint needs to send a 600 Busy
Everywhere after receiving an INVITE. I am using SIPp as this end point.
SIPp is configured as UE2.
Now when UE1 calls UE2 (SIPp) receives the INVITE and responds with a
600 Busy Everywhere.
But when Asterisk receives this 600 response it sends out a 486 Busy
Here to UE1.
Ideally Asterisk should be relaying the 600
2006 May 02
8
Zapata Telephony interface and torisa module error
Looking at my log file I found the following error:
May 2 12:00:45 debian kernel: Zapata Telephony Interface Registered on major 196
May 2 12:00:45 debian kernel: No ISA tormenta card found at d0000
May 2 12:00:45 debian kernel: Zapata Telephony Interface Unloaded
May 2 12:00:45 debian insmod: /lib/modules/2.4.20-8smp/misc/torisa.o: init_module: Input/output error
May 2 12:00:45 debian
2007 Feb 19
2
sip to sip ?
hi all
i've just setup an * box and want to test voip calling, initially from
sip user to sip user...
local sip users can call each other, no issues.
problem arises when i try and call a remote sip account, my * box
always returns "SIP/2.0 404 Not Found"
any ideas ?
2007 Feb 25
2
Dialling ZAP channel from analogue
Hi,
Asterisk Version : 1.2.15
Card : TDM11B (1 x FXO , 1 x FXS)
I have internal dialling working okay SIP->ZAP (analogue phone) and ZAP (analogue phone) -> SIP.
The problem comes when I try and make a outbound call.
Here is my extensions.conf :-
Code:
[incoming]
exten => s,1,GoToIfTime(17:00-09:00\mon-fri\*\*?outofhours|s,1)
exten => s,2,GoToIfTime(*\sat-sun\*\*?outofhours|s,1)
2020 Sep 11
3
Leaked Events
On 11/09/2020 18:30, bobby wrote:
> I am now running 2.3.11.3 (502c39af9), and am still getting these
> messages.
OK, good.
What is your current version and configuration (output from `dovecot -n`)
Anything interesting in the logs? Any idea which deliveries are causing
this? Can you obtain an LMTP protocol log for such deliveries?
Regards,
Stephan.
> On Fri, Sep 11, 2020 at 10:52
2003 Nov 18
2
SIP Context from domain?
Hi,
Is it possible to pick the context of a call from chan_sip based on the
domain of the To: header of the INVUTE? I've had a quick look throught he code
and can't see anything, I want to use the voicemail virtual hosting with
chan_sip. Can the sip domain be picked out with a global in extensions.conf?
This woud also solve my problem.
If not is there any specifc reason/restriction
2005 Sep 13
2
passing variables to h extension
Is there a way to pass variables/arguments to the h extension ?
for example :
[default]
exten => _1098933X.,1,NoOp(CARRIER TWT->TIM, EXTEN: ${EXTEN}},
SIPCALLID: ${SIPCALLID}, SIPDOMAIN: ${SIPDOMAIN})
exten => _1098933X.,2,SetVar(_PROVA="bla")
[lot of stuff, agi, goto, tricks and magic that happens]
exten => _1098933X.,10,Dial(${CHAN_DEST},,L(3600000:3599900)) <-
2010 Jul 05
1
SIP response 482 "Loop Detected"
Hi,
We have tried upgrading from 1.6.1.14 to 1.6.2.9 and have found that we are unable to URI dial our clients. We run a multi-tenant server and have set sip.conf to forward calls to a public context based on incoming domain name. This was all working before but not it is complaining of a loop back as the source and target server are the same.
Any ideas on how to overcome this problem as we dial
2006 Jun 27
8
Avaya 4610sw SIP setup problem
Hi all,
I've been pulling my hair out for two days over this problem... I did *a
lot* of Googling around, I searched the list archives to no avail - no
one has the same problem!
I have two Avaya 4610sw phones. I installed the latest SIP firmware
using the TFTP server. So far everything looks good. Each time the phone
boots, it retrieves the 46xxsettings.txt from the TFTP server. My
problem
2005 Jun 10
1
404 not found
I use client Sjphone which work fine but i have Sniff a traffic..
- Sjphone send packet with OPTIONS to Asterisk
- Asterisk ask with 404 not found
This sequence come back often in my log.
I don't understand why Sjphone Sens OPTION, and 404 not found..
Thanks for your help
2009 Mar 26
3
Know who's logged in
Hi all,
For those of you people that use Agents (with Agentlogin, not
AgentCallbackLogin) on a call center, I have this need: when the agent
logs in, a channel keeps running all the time that the agent is logged
in to receive the incoming calls. How do I know which agent logged in
(code)? Right now, if I query the login channel, there is no information
about which agent is logged on:
#
2020 Mar 14
2
congested/busy on trunk?
greetings asterisk users :)
ive just deployed version 17 and migrated as best I can to pjsip. I can
receive calls, and get to my mailbox prompt, however placing calls seems
impossible with the following error on dial:
Connected to Asterisk GIT-master-0cde95ec89 currently running on dunkel (pid = 517890)
dunkel*CLI>
dunkel*CLI>
== Setting global variable 'SIPDOMAIN' to
2009 Jul 15
2
how to enable dial to alex@asterisk.blurb.com
Hi
The subject line says it all how do I enable this style of call.
Pointers to the dns setup and asterisk setup would be great
or even search words for google, as I am not sure how to search for this
type of request.
Alex
--
There is no instance of a country having benefited
from prolonged warfare
-- Sun Tzu - The Art of War
-------------- next part --------------
A
2004 Jan 05
1
Identifying the Originating Cisco SIP Gateway
I have several Cisco SIP gateways sending calls to Asterisk. Because the
gateways don't have user-agents, they don't authenticate with Asterisk. And
because they don't authenticate, they use the default context in the
sip.conf file.
Is there a way to either:
A) identify the inbound gateway with a variable, in channel info, or the
manager interface? If there was a ${SIPDOMAIN} for
2004 Dec 07
1
SIP URLs
I have set up an asterisk server and can successfully call between
extensions using SIP.
i wish to be able to call other sip users using URLs such as
sip:user@sipdomain.com and have no idea how this works... every time i
try it (using X-Lite soft phone), i just get a 404: not found error.
Any clues?
Cheers
Dan
--
Dan Goscomb <dang@cashcade.co.uk>
2006 Mar 07
3
Re: [asterisk-dev] Is there a way to define an outbound proxy in sip.conf ?
Hello,
I use both ser/asterisk .
In fact i wish asterisk to forward all the sip
requests which are not handled by domain=domain.tld
in sip.conf
Here is a diagram:
The sip agents use the Sip proxy as an outbound sip
proxy and domain=domain.tld .
When the sip agents dial sip:user@otherdomain.tld so
the request is sent to sip proxy and so to Asterisk.
I wish Asterisk to Look up the
2008 Apr 04
0
Forking using Openser And Asterisk
Hi All,
I am stuck with an issue in the Openser+Asterisk Forking.
In this solution we are using Openser as the Registrar. Hence it will
store all the contact bindings along with the q values for a given user,
say ua1. The current setup is such that the INVITEs are sent to Asterisk
by Openser and Asterisk sends out the INVITE.
Now if ua1 is registered with two different contacts having
2007 Sep 06
2
alphabetical extension patterns
Hello ppl,
Any way to specify alphabetical exten patterns in the dialplans on Asterisk?
All my users would have alpha/numerical ids. I don't want to add a line
for every user in my dialplans.
I searched around, but couldn't get anything useful. Any way to get
around this?
Thanks in advance
- Benjamin Jacob.
EMAIL DISCLAIMER : This email and any files transmitted with it are
2009 Aug 27
2
Selective canreinvite in multi-tenant environment
Hello, all. In our multi-tenant environment, we would like to be able
to use the reinvite media redirection within Asterisk for calls within a
tenant but not between tenants. We would like inter-tenant calls to be
fully proxied by the Asterisk server. I think the answer is, "we
can't," but I thought I'd ask anyway.
I'd dearly like to remove the substantial traffic
2004 May 18
1
how does a sip://user@dom.ain url come in
if the dns has
_sip._tcp.my.dom. SRV 0 0 5060 asterisk.dom.ain.
_sip._udp.my.dom. SRV 0 0 5060 asterisk.dom.ain.
where asterisk.dom.ain. is an A RR of the asterisk pbx.
how does a call to sip://user@my.dom come in to asterisk
so i can route it?
do i just put in sip.conf
[username]
context = from-url-username
and extensions.com
[from-url-username]
exten =>