Displaying 20 results from an estimated 3000 matches similar to: "Sipura 841 and paging function"
2005 Jan 29
7
Sipura SPA-841 auto-answer support [patch]
Sipura has implemented auto-answer in version 0.9.5 of the SPA-841
firmware. However, it is implemented via the Call-Info header, which
Asterisk stable doesn't currently support.
The attached patch implments a quick hack to support the Call-Info
header from the Dial() application by way of setting the CALL_INFO
variable. For example, the following macro can be used to dial up a
single
2003 Jun 27
1
Advanced SIP management
Hello:
I would like to use Asterisk as a redirect/proxy sip server to route SIP
calls on a sip header/parameter basis.
I've tried some things successfully:
- SIP registration from clients.
- On-the-fly compression for wan VoIP transfers:
SIP G.711 --> GSM IAX --> (wan) --> GSM IAX --> SIP G.711
- Sending custom parameters in URI:
exten => 1,1,Setvar,VXML_URL=var1=value1
2005 Mar 09
1
Paging and Intercom using Sipura SPA-841
I want to implement a one way announcement and paging facility using
Asterisk and Sipura phones. The wiki says Sipura phones only support
Auto Answer using the Call-Info header which is no lone shipped with
asterisk stable since 1.0.4.
I would like to ask if anyone has implemented a similiar facility
using Sipura SPA-841 or any other SIP phones. If I could take a look
at how
2008 Jul 03
2
Asterisk VXML... Help.
So, I'm trying to get the Asterisk vxml (from i6net) working.
Having no luck with it.
My dial plan has:
exten => _X.,1,Answer()
exten => _X.,n,Wait(1)
exten => _X.,n,Vxml(file:///tmp/menu.vxml)
The /tmp/menu.vxml file has:
<?xml version="1.0"?>
<vxml version="1.0">
<form>
<block><audio
2006 May 17
7
Quad BRI card
Hi all
Does Digium make a quad BRI card? I can't see anything of the sort on their
page but I thought they might call it something else in the States.
Failing that, can anyone recommend a make/model that would handle 4 BRI ports?
--
Cheers
Wayne
2005 Jan 16
1
New Sipura-841 phone.Mike volume problem.
Well I just need to say I got my phone last week. Here is my quick review of the phone and hope that someone has a possible fix for it or I will be sending it back.
First the phone is nice looking in my view and it's heavy so it feels like a real desk phone. But it has these stick, gummy or I really don't know how to describe the bottoms on the phone. There good size but when you press
2003 Nov 14
0
SIP Intercom & Paging (was Overhead Paging)
I wasn't thinking of using the conference system as the basis. I was thinking more along the lines of:
1) Setup a second extension on the Cisco phone named "INTERCOM" enabled for auto-answer
2) Create a call group on asterisk to dial that "INTERCOM" extension on every phone that will participate
3) Add a feature code that would dial the intercom extension and connect
2015 Feb 22
2
[LLVMdev] Eliminating redundant loads
Hi,
I am generating following code:
%base = getelementptr inbounds %ravi.CallInfo* %6, i32 0, i32 4, i32 0
%7 = load %ravi.TValue** %base
%8 = bitcast %ravi.TValue* %7 to i8*
%9 = bitcast %ravi.TValue* %5 to i8*
call void @llvm.memcpy.p0i8.p0i8.i32(i8* %8, i8* %9, i32 16, i32 8, i1 false)
%10 = load %ravi.CallInfo** %L_ci
%base1 = getelementptr inbounds %ravi.CallInfo* %10, i32 0,
2009 Oct 10
0
paging/intercom
I'm having hard times with paging intercom
Heres my dialplan
exten => 777,1,Goto(intercom,777,1)
[intercom]
exten => 777,1,SIPAddHeader(Call-Info: <sip:192.168.16.105>\;answer-after=0)
exten => 777,2,Page(Local/308 at page& Local/309 at page& Local/310 at page)
[page] ; Paging context
exten => _X.,1,Macro(page,SIP/${EXTEN})
[macro-page]
;
2003 Aug 08
5
ip phones and intercom/paging
There was a thread a few months ago that tossed around some ideas for
using a cisco phone for intercom or paging. I don't have any ip
phones, and wondered if anyone had any luck getting intercom or paging
to work on the cisco units.
Do any of the (cheaper) ip phones have a way to support intercom or
paging?
I presume that it's not part of the SIP or IAX protocols.
Chris.
2005 May 20
4
paging thru sipura-841
Hello List,
I've spent the last day trying to find information on how to call multiple sip
phones and have
them all answer so I page everbody. When I use Dial( ext&ext&ext... ) the first
phone that answers
gets the page, but none of the others do. Is there a way to get around this?
TIA,
Steve
2006 May 31
5
Openion on Sipura SPA-2100
Hi Friends,
I have successfully implemented Intercom, Voicemail and International dialing using Asterisk. Now I want to connect my PSTN Lines to Asterisk server. I have 3 PSTN number (lines) to connect to Asterisk. For this, I want to use Sipura SPA-2100. Is my decession is correct or not? Is there any disadvantages with this Sipura SPA-2100? Please tell me.
Thank you.
Regards,
Chandramouli
2014 Sep 17
1
Polycom DND + Intercom/Paging Override?
Greetings-
As many of your are Polycom "experienced", I was hoping some kind soul could provide direction on a specific issue.
On a system running Asterisk 11.11.0 (and latest FreePBX), I'm finding an instance where, using intercom/paging functionality of FreePBX, I need to override an end user's 'Do Not Disturb' selection on the handset. By default, DND simply
2003 Jun 18
1
Extra parameters in SIP URIs
Hello,
I've seen that Nuance SIP audio provider supports additional information
(parameters and extra headers) in SIP URIs, using the format:
sip:user:password@host:port;uri-param1;uri-param2?header1&header2
For example,
sip:1234@myserver.com;extra_header=Uui?Uui=Hello
Does Asterisk support this format?
Is there a way to retrieve the value of these additional headers, and then
decide
2005 Feb 24
2
asterisk supports VXML?
Hello,
Does asterisk supports VXML?
Couldn't find much resource on that on google and wiki.
Thanks
Foong
2005 Mar 07
0
SIP URI
Hello,
I try to append a URI to the SIP dial syntax, however the URI were not shown
in the sip debug message. I have read one of
the post in the list which actualy show the URI string in the debug message
(at the To: field). Is there any setting I need to set or turn on during
compilation of asterisk? I have the head version of asterisk and my
extension.conf setting is proveded below:
exten
2005 May 16
3
CLI and DNIS presented to Analog extension
My company is based in Australia and we have a need to be able to
present CLI (ANI) and DNIS to an analog extension. Currently our PABX
vendor is saying they can only deliver CLI between the first and second
cadence.
The system will collect calls via an aggregate of ISDN PRI services from
the PSTN and then direct them to the analog extensions in a hunt group
configuration. It is important that
2006 Nov 15
2
T38 problem
I have problem with fax machine Panasonic DX600. It's connected to Grandstream Handy Tone 386 which is connected to Asterisk. Asterisk is connected to my SIP provider.
To some numbers I can't send FAX, and I get following error on CLI.
WARNING[2237] chan_sip.c: Unknown SDP media type in offer: image 31358 udptl t38
I believe that Panasonic DX600 machine supports T38. And when I have
2010 Apr 12
2
Asterisk room monitor
I want to use a voip speaker phone as a room monitor. Requirements:
A phone that I can set to auto answer in speaker mode.
A phone with a good speaker phone.
Ability to make the audio one way. I want to monitor the room but not
have my voice heard in the room. Yes, the mute button can accomplish
this also.
I have been using the SPA942's around the house (the speaker is just ok
but
2015 Feb 23
2
[LLVMdev] Eliminating redundant loads
On 22 February 2015 at 22:54, Hal Finkel <hfinkel at anl.gov> wrote:
>> I tried setting the module's DataLayout to the engine's DataLayout.
>> Don't see any improvement.
>> The memcpy() is to perform a struct assign, so I tried replacing that
>> with member by member store.
>> But even then the loads are not being eliminated so I guess the
>>