Displaying 20 results from an estimated 9000 matches similar to: "Dealing with 2 SIP providers"
2009 May 14
0
[LLVMdev] Chaining analyses from an analysis group
Hello,
Two questions regarding analysis groups that ``chain'' their results,
like AliasAnalysis.
(1) I have an analysis group, let's call it Provider. I also have two
implementations of it: ProviderA and ProviderB.
The "writing a pass" document suggests using:
au.addRequiredTransitive< Provider >();
Within the getAnalysisUsage() method of both ProviderA and
2005 Jun 20
1
Looking for PRI Outbound Caller ID Configuration
I'm having trouble setting the outbound caller ID on calls I make from my
PRI trunk group. The PRIs are served out of a 5ESS. Telco has set the PRIs
up for user provided caller id information, so I believe I just don't have
it set up right in my dialplan or something. I can't seem to find an
example of setting the outbound caller ID specifically for a 5ESS. Does
anyone have an
2006 Jun 23
6
Caller ID Matching in extensions.conf
I'm running 1.2.9.1, and I can't get caller id dialplan matching to work.
When calling from 9220370 to 1234, the following does not match.
exten => 9220370/1234,1,NoOp(${CALLERIDNUM})
exten => 9220370/1234,2,Answer
exten => 9220370/1234,3,Playback(tt-weasels)
However, when calling from 9220370 to 1234, this DOES match.
exten => 1234,1,NoOp(${CALLERIDNUM})
exten =>
2006 Feb 22
3
Streaming Music On Hold
Ok, I'm tearing my hair out trying to get Asterisk moh streaming to work. After several hours jerking around with icecast and muse, I tried to point my asterisk system directly at two streams I know work.
This is what extensions.conf has:
[default]
mode=quietmp3
directory=/var/lib/asterisk/mohmp3
[stream2]
mode=custom
directory=/var/lib/asterisk/mohmp3-empty
2007 Apr 25
3
SLA Appearance between 2 Cisco 7960's (SIP)
Has anyone had any success with getting SLA going between 2 SIP phones?
(Particularly a set of Cisco 79xx's) The SLA document that comes with
the asterisk source is about as clear as mud.
Does anyone have a working sip.conf, sla.conf, and extensions.conf that
I can use for reference?
The part I'm most confused about is how to build the lines in sip.conf
and how the phones should
2004 Mar 31
2
Basic Answering Machine Function?
I've had my * setup installed with an X100P card for a couple of weeks
and it's great fun! I'm even giving a demo to the local Linux group in
a couple of days.
But I have a snag. I have the X100P on a shared line, and configured to
wait for 20 seconds before answering and doing the
auto-attendant/voicemail dance. My problem is I can't find an
application command to cancel the
2006 Jan 28
3
(Un)PauseQeueMamber usage
Does anyone have an example of hoe to use these two commands? I have read he
documentation, and I am still unclear on where this command goes, as part of
extensions.conf or where?
If someone could post a working example it would be most helpful.
Regards to all,
Joe
2006 Feb 23
1
Streaming Music On Hold - Reality Check
Thanks to this thread, we got it working too... but have a question...
Once this is setup... does it stream forever, or does the stream only
start when someone goes on hold/into a queue/etc?
If it streams forever, at 24k... it looks like over 7GB/month in
bandwidth... so we're not going to want to do that if a) it streams
constantly and b) my math is correct.
Thanks,
Doug
>
2005 Sep 06
1
Queue AgentCallBackLogin
Hi All,
I'm having trouble setting up a queue: I'm using AgentCallBackLogin to
login in the queue, but:
1 - When an agent answer the call and another call arrive his phone
rings again.
2 - When no there are no one answer the queue the system goes to
voicemail of agent 1234
I'm using asterisk-1.2.0-beta1.
My configuration is below,
Any ideas?
Many thanks,
Joao Antunes
2005 Jan 25
5
Polycom and call waiting again..
I searched and read all the relevant posts, but I still don't have a
solution to my problem..
I've got a small queue for tech support calls using AddQueueMember. The
agents are using IP300's from polycom.
In my example, only one agent is logged int.
When a call comes into the queue, asterisk sends the call to the one agent
logged in. The agent answers and is talking to the
2003 Sep 11
3
SIP busy
Hi,
I would like * to treat a SIP extension as a normal extension, when it
comes to the busy functionality. In other words, if someone tries to
call the SIP phone and there is already an ongoing conversation, the new
caller should get a busy message/tone
Is there any parameter that I can set? Is this something that should be
configured at my softphone?
Best,
PHM
2006 May 23
1
Problem with options to "Dial" application
I'm trying to set a dialing rule in my dialplan. As a part of it, from
my point of view, this works wrong
priorityjumping=no
[test_context]
exten => 1234,1,Dial(SIP/test,15,G(text_context,1234,2),j) ; With "j" flag
exten => 1234,2,Playback(digits/2)
exten => 1234,3,Playback(digits/3)
exten => 1234,102,Playback(digits/4)
In this case, if I dial the extension, and
2005 Aug 08
1
SNOM Hint for MeetMe
Has anyone written a php/perl or a hack to the 'hint' function in
Asterisk that will let you monitor a MeetMe conference?
So if anyone was in a conference, I could have a button light up on my
Snom 360?
2005 May 18
2
Call forwarding...
Sorry for posting this again, but it seems to have become attached to
another thread. Guess I replied to another message instead of starting a
new one...
Hi,
I'm trying to setup a call forwarding rule so that when an extention
doesn't answer the call is forwarded to my mobile.
I'm using voiptalk.org for incoming and outgoing calls and SIP phones
for extentions (so all IP based -
2003 Apr 23
1
trying to get incremental backups working
So I'm trying to write up a short script to do some backups over rsync.
The goal is to have multiple client machines push the backups to the
backup server nightly. The backup server will have a complete copy of the
selected directories as well as revisions for the last 7 days.
Here is the brief script I have. Btw if you're wondering about all the
variables, I eventually want to set it to
2006 Jun 29
1
Issue with using dialing PBX digits after call is connected
Hi,
I'm trying to make an apparently simple thing work, but I don't see how it
is possible with Asterisk.
This is my extensions.conf:
exten => 1234,1,Dial(SIP/123456/555-555-5555|20|D(7777)) ;After call
connects, send DTMF 7777
exten => 1234,2,VoiceMail(1234@context);
What I obviously want is that if nobody answer the call, go to voicemail.
Basic stuff.
Problem is Asterisk
2003 Jul 30
5
Dummy account/extension
Hi,
It is possible to create a dummy account (SIP or IAX type) in order to be
used in a "dummy" extension?
I want to be able to use it as a normal extension (as an IP phone connected
to it), but without the need to answer or call from that extension.
I want that when I call that extension to hear the ring, and after the
defined period of time to enter in the Voicemail system.
I
2005 Jul 20
1
where i put the astcc config? In the extensions.conf or in the astcc-exten.conf?
Hi,
alhtough i googled for details concerning ASTCC i did not found an aswer to
the following:
Should i put in my extensions.conf the configuration of the astcc? I ask
this because as i see it, in the end of the extensions.conf there is an
include statement :
#include /var/lib/astcc/astcc-exten.conf
Should the config been done in the astcc-exten.conf file or the initial
extensions.conf
2006 Apr 01
2
Newbie question - sip.conf incoming contexts
Hello!
I've been struggling with the documentation for months on this simple
subject...
I still have not been able to get this concept down...
I have 3 sip accounts (PSTN DID's) that come into my asterisk box
and give me phone service from my itsp via SIP.
I for the life of me have not been able to figure out how to get them to
come in to 3 seperate contexts!
This must be simple but I
2019 Nov 14
1
hardlinking missing files from src to a dest: didn't work way I thought it would.
Am 14.11.19 um 15:02 schrieb Paul Slootman via rsync:
> On Thu 14 Nov 2019, Pierre Bernhardt via rsync wrote:
> So it's looking for b/a as the link-dest directory.
>
> Use a full pathname for --link-dest to remove all uncertainty.
> E.g.:
>
> rsync -av --link-dest=$(pwd)/a a/ b/
>
> In this case, as the destination is also in same current directory, you
>