Displaying 20 results from an estimated 80000 matches similar to: "How to get SIP resposnse codes"
2009 Jan 16
1
Dialing from E1/T1
Hi,
A have an asterisk connected to a legacy PBX trought an E1 and to the PSTN
trought another E1. When the legacy user dial to the PSTN the call pass
trought Asterisk.
All works OK, the only problem is the delay on the Asterisk server when it
receives the digits from the 1st E1 link. It will only make the call when
the digit timeout expires.
Is there a way to make something like
2009 Jul 18
3
Count Available Queue members
Hi all,
Someone know how can I check for available members on a queue Before I
queue the call, so I can do something else with it? Note that is not the
case for joinempty
Thanks,
Gabriel Ortiz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090718/462b725b/attachment.htm
2012 Feb 02
2
externip nat audio sip trunk issue problem
Hi all,
I've tried search this problem on the list... no luck...
The case is:
without externip/localnet config on sip.conf [general] my SIP trunk works,
but with no audio NAT problem (asterisk sends the private 192 address to
the outside...)
when I configure externip/localnet correctly my SIP trunk simply disappear!
Checking the signalling with tcpdump shows me that Im sending the
2009 Mar 31
1
Queues in memory after startup
Hi all,
After * starts the command "queue show" would not show any of the realtime
queues, but just the ones that are in the queues.conf file. In this state de
AMI would not send any "QueueMemberStatus" for that queues until a call is
received by that realtime queue.
Anyone knows any whay to load this information in *'s memory without the
need of the queue receiving a
2009 Aug 17
1
Goto mask
Hi all,
When I have 2 masks that would like to execute the same logic, there is
the way to use the Goto (or any other) command without changing the
${EXTEN}?
Eg. DID range is 1200-1349 -> call Macro(disca), what mask to use? (I just
got it with 2 masks, but I didn't wanted to duplicate the dialplan for both)
[test]
exten => _12XX,1,Set(DIR=3)
exten =>
2009 Nov 06
1
AMI Originate and Variable header
Hi all,
I'm trying to use the CDR() function on the "Variable" header of the
Originate AMI action, but it isn't working.
Anyone knows anything about this problem?
asterisk 1.4.26
Thanks,
Gabriel Ortiz
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2011 Feb 15
2
Dialplan end of pattern matching question
Hi,
I've noticed an unusual behavior on the dialplan execution: assume this
DP:
exten => _6XXX,1,NoOp(test1)
exten => _XXXX,1,NoOp(test2)
exten => _XXXX,2,NoOp(test3)
If I call 6000 then test1 and test3 NoOps get executed, even though the
pattern is different.
I've always thought that if I call 6000 it would match the 6XXX pattern,
that only has 1 priority, that would get
2009 Jan 17
1
canreinvite per route
Can I activate/deactive the canreinvite SIP flag on the dial plan?
The idea is to allow reinvite only for exten <-> exten calls, and not for
outbound calls
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090117/a53f3178/attachment.htm
2012 Oct 05
2
SendFAX - multi-page TIFF
Hi,
Does anyone had the problem of asterisk SendFax + spandsp sending only
the first page of a multi-page TIFF file?
Seams to be related to spandsp ECM config.
Any thoughts about it?
Thanks,
Gabriel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20121005/ac471600/attachment.htm>
2017 Mar 22
2
Large astDB - millions of tuples - issues?
Hi all,
Does anyone uses astDB for a large amount of data, in special for
implementing black lists with millions of numbers (i'd like about 2 or 3
million)?
That would be held in memory right? Is this (memory consumption) the only
problem I could face?
Att.
Gabriel
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Jan 27
0
Queue time to answer/abandon + OrderlyStats Server Edition.
Hi Gabriel,
Yes this information is shown in real-time and also in historical
reports with the OrderlyStats system.
OrderlyStats is now available as a Server Edition you can download and
install yourself, as well as the FREE managed service.
You can get it at http://www.orderlyq.com/statistics.html
Hope this helps,
Matt.
Gabriel Ortiz wrote:
Hi all,
Is there a way to get the time
2014 Oct 01
1
CALLERID(num) and CDR(clid) - originate
Hello,
A question on channel originating (call files and AMI Originate):
How can I change the CALLERID(num) var (because of the E1 provider
needs), but having another n?mber (the original one) stored on the "clid"
CDR field on the database?
A channel agnostic solution would be the best one, without having to deal
with the problem based on what type of Tech used for the outgoing
2009 Sep 11
1
Voicemail by email with HTML
Hi all,
I'm trying to send an email with the voicemail details and I want to send
a HTML link on it to make a click2call to the voicemail main, but the email
is send with 'text/plain' encoding and thus it will not show the link, but
the HTML in plain text on the body of the email,
How can I change the enconding to 'text/html' so the link will get
displayed correctly?
2005 Oct 12
0
Feature codes work on SIP phone but not analog?
Hi,
This is what I have in "extensions_custom.conf":
; Time of Day functionality:
exten => *60,1,Answer
exten => *60,2,Wait(1)
exten => *60,3,SayUnixTime(,,IMSP)
exten => *60,4,Hangup
It works on a Cisco 7940 IP Phone, but on
analog phones, when I dial *60, I just
get a dial tone. If I dial *60#, then
I just get a fast busy.
What's going on?
Also, how can I get
2007 May 16
2
Get sip response code
I was wondering if it is possible (in 1.2.x) to get the SIP response code
back after doing Dial().
Dial() seems to treat most call-setup problems as dialstatus CONGESTION, and
some are NOANSWER, but I want to know the SIP response code, so I could
return the right tones to the user, not just a congestion tone for every
fault.
Anyone know a way to find out that information, so I want the
2010 Jan 22
0
Handling SIP error codes/ISDN codes
Hi,
I was trying to use 2 of asterisk servers and interconnected, one of them as
a peer to other sever (configured in sip.conf), so all the calls to server 1
will just be passed to server 2 (has PRI Card, TE 412P, only one PRI
connected), i was sending calls to server 1 and that would send to server 2
and then dial out using Dahdi, but the problem that i got was the hangup
cause codes, i was not
2006 Jan 12
4
How do you create a tree strucutre with ActiveRecord
I want to build an application that has the concept of administrative
domains. What I mean by this is that administrators have access to
different data, based on what domains they are a member of. The domain
strucutre is hierarchical. Here is an example:
- MLB
- AL
- East
- Yankees
- Red Sox
...
+ Central
+ West
- NL
+ East
+ Central
+ West
Now
2010 Jan 22
2
Trouble getting feature codes to work
Hi,
I'm having trouble getting feature codes to work in Asterisk 1.4.21.2.
Features.conf contians this:
blindxfer=##
atxfer=*2
automon=*1
disconnect=**
I'm really most interested in getting disconnect to work so that I hear
"Goodbye" when I press ** during a call connected this way in my dial plan:
exten => 1,n,Dial(SIP/14168724765 at 6135551212-sw1|120|gtT)
exten =>
2003 Sep 17
1
Re: Asterisk-Users digest, Vol 1 #1279 - 16 msgs
----- Original Message -----
From: <asterisk-users-request@lists.digium.com>
To: <asterisk-users@lists.digium.com>
Sent: Saturday, September 13, 2003 7:55 PM
Subject: Asterisk-Users digest, Vol 1 #1279 - 16 msgs
> Send Asterisk-Users mailing list submissions to
> asterisk-users@lists.digium.com
>
> To subscribe or unsubscribe via the World Wide Web, visit
>
2010 Sep 24
0
¡Marcos Ortiz te ha dejado un mensaje en Badoo!
?Tienes un nuevo mensaje en Badoo!
Marcos Ortiz te dej? un mensaje.
Haz click en este enlace para verlo:
http://us1.badoo.com/marcosluis2186/in/GZba-jJeopY/?lang_id=7
M?s gente que tambi?n te est? esperando:
Relquis (Trinidad, Cuba)
Yadiria (Trinidad, Cuba)
Elcubanito (Trinidad, Cuba)
http://us1.badoo.com/marcosluis2186/in/GZba-jJeopY/?lang_id=7
Si al hacer click sobre el enlace, no funciona,