similar to: SIP trunk between two Asterisk servers

Displaying 20 results from an estimated 300 matches similar to: "SIP trunk between two Asterisk servers"

2004 Jan 16
0
NAT with ip rule and ip route
Hi, I am trying to achieve Stateless NAT with ip rule and ip route. Thanks to LARTC doc, I have done it :) But, I have a lot of client wanted access to Internet, setting up 2 rules for each of them is not desirable. For example I have 2 clients: Current setting: [root@son-ag webauth]# ip ru 0: from all lookup local 32760: from 192.168.8.113 lookup main map-to 192.168.250.113 32761:
2010 May 04
0
queue members
Hi, ZAP/DAHDI extension 3210 calls an Asterisk queue 4050 with one SIP agent 4053 added via ->QueueAdd("4050", "Local/4053 at from-internal/n", 1) (not via agents.conf). SIP extension 4053 rings, answers and then decides to blind-transfer to ZAP/DAHDI extension 3666. The "show queue" command still displays 4053 as "In use". However, if 3210 calls 4050
2010 May 13
0
asterisk-users Digest, Vol 70, Issue 30
sorry, you r right i just checked it with registration so there were astdb entries for SIP registration. anyhow after clearing settings frm astdb i tried the same scenario you advised but no luck. I think i told that i am not using server as peer but want to use a user [abc] as peer so that when ever i use dial(SIP/${EXTEN}@abc) or dial(SIP/abc/${EXTEN}) the call will be out from server using
2009 Jan 09
1
iax2 bindaddress: how to reload so iax2 can bind to an alias IP
I'm trying to figure out how to reload iax2 (without breaking existing calls) so it can listen on a new IP address (like "ip addr add local ..."). This alias IP is added/removed by a custom process (script) for clustering purposes. The iax.conf file contains "bindaddr=0.0.0.0". I tried a "iax2 reload" (executed without errors or warnings) but I'm still not
2007 Sep 13
1
Asterisk DIAL() premature timeout on a PRI trunk to legacy PBX
An Asterisk extension calls an Alcatel extension via a PRI link which rings 4 times for about 10-15 seconds and then drops. So if the Alcatel user doesn't answer within 10-15 seconds the call is aborted. (A timeout is *not* specified in the Asterisk Dial command.) It seems however that either Asterisk or Alcatel drop the call prematurely (it's more likely to be on the Asterisk side). What
2009 Mar 06
1
call pickup and ring groups
I'm having trouble with call pickups. Suppose ring group is 100 and has extensions 101 and 102. Someone calls 100, 101 rings and 102 wants to pick the call up. If 102 dials **100, call pickup works. If 102 dials **101, call pickup fails. In my dialplan I have: exten => **101,1,NoOp(pickup extension) exten => **101,n,Pickup(101) exten => **101,n,NoOp(pickup group) exten =>
2010 Feb 24
2
Problems in Asterisk Real Time (Urgent help )
Hello, Asterisk Real time database worked on astersik 1.6.2.0 but now i am working on Asterisk to latest version which is 1.6.2.2 ,there is a a warning [Feb 24 16:26:14] WARNING[4053]: config.c:2025 find_engine: Realtime mapping for 'sippeers' found to engine 'mysql', but the engine is not available [Feb 24 16:26:14] NOTICE[4053]: chan_sip.c:21500 handle_request_register:
2007 Jul 24
2
Dial out through multiple Zap groups
Hi, I'm trying to set a rule to dial out through multiple Zap groups so that, say, g0 is the cheaper POTS lines group and must be used first. However, if g0 is busy or disconnected then try dialing out g1. My g0 group is made up of 4 analog lines connected to a 4-FXO card. I disconnected the RJ-11 wires from the FXO card to simulate a line disconnection. So theoretically all calls should
2007 Aug 30
1
dialed peer number
I am trying to retrieve the "dialed peer number" but it seems that ${DIALEDPEERNUMBER} is "broken". Also, I know that I could extract the dialed number from the ${CHANNEL} variable but this only works for SIP and maybe IAX (untested). However, it doesn't work for ZAP. All I get when using ZAP is something like "Zap/1-1" (for SIP I would get
2003 May 18
1
DECT to Voip gateway
This looks like a fun box... a Voip to Dect gateway, I've mailed them for pricing details.... < <http://www.computex.com.tw/news_archive_detail.asp?index=4053> http://www.computex.com.tw/news_archive_detail.asp?index=4053> Betel Consultancy Abelenlaan 19 T: +31 20 640 3018 1185 RT Amstelveen E: <mailto:info@betel.nl> info@betel.nl The Netherlands W:
2007 Sep 13
1
how to determine if a SIP extension has DND on or off
I would like to determine through an AGI script if a specific SIP extension has DND on or off. I know that if the SIP client dialed *78 or *79 it is usually enough to just do a: database show dnd to fetch the DND status from the database. However, not all clients dial *78 or *79 (or whichever feature code is defined for DND). Some softphones such as SJPhone have a DND button. When pressed and
2009 Feb 06
1
set caller id on outgoing calls through BRIISDNlines
You're quite right. We'll need to see your misdn.conf file to check the settings. -->> -----Original Message----- -->> From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users- -->> bounces at lists.digium.com] On Behalf Of Vieri -->> Sent: 06 February 2009 13:49 -->> To: asterisk-users at lists.digium.com -->> Subject:
2011 Jun 08
1
Asterisk: BYE is received late
Hi, I'm having an issue with all my calls going out my SIP provider. I'm using a softphone registering to a local Asterisk PBX (I'm using Jitsi by the way - it's great and actively growing). I register as extension 4053 to asterisk server at 10.215.147.115 (alias IP - real IP addr. is 10.215.147.111) and dial a phone number that is routed via an Internet SIP provider. The call
2009 Feb 06
1
set caller id on outgoing calls through BRI ISDNlines
Use Set(CALLERID(num)=9999999999) instead of using CALLERID(all). Remember to set this BEFORE you Dial. -->> -----Original Message----- -->> From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users- -->> bounces at lists.digium.com] On Behalf Of Vieri -->> Sent: 06 February 2009 12:36 -->> To: asterisk-users at lists.digium.com -->>
2007 Aug 07
1
.call file and logging
I am writing a cron script to check if certain extensions are online and if they aren't then Asterisk creates a couple of .call files to notify another set of extensions or external numbers. It works fine except for logging information. What I'm doing in the script is setting a "fake" caller ID (as it's generated by Asterisk, not by a user) and calling out real users. So
2013 Jul 19
3
mails delivered to the wrong user when using lmtp_proxy and reject_unverified_recipient
Hi, looks like we detected a serious bug in dovecot's lmtp proxying where e-mails are delivered to the wrong user. The setup is: *) Dovecot is configured with "lmtp_proxy=yes" # Support proxying to other LMTP/SMTP servers by performing passdb lookups. lmtp_proxy = yes *) Postfix uses "dynamic recipient verification", so Postfix starts sending a (verify) mail by LMTP to
2004 Nov 25
1
Stanaphone down?
Anyone having problems with Stanaphone registration today? I'm getting the following.. Nov 25 11:35:58 NOTICE[229390]: chan_sip.c:4053 sip_reg_timeout: Registration for 'xxxxxxxxxx@216.128.82.18' timed out, trying again -- Got SIP response 500 "Internal Server Error" back from 216.128.82.18
2020 Jun 08
0
pjsip extensions rings but call drop on answer
Hi, I created an IAX2 trunk between my old Asterisk 1.4 server (A) and my new one with v. 16.10.0 (B). The trunk seems to be up, and the calls are initiated, eg. an extension from A can dial an extension in B which rings. However, as soon as the extension in B answers, the call is terminated. This is what I see in the console of B: -- Called PJSIP/4053 -- PJSIP/4053-00000002 is ringing
2009 Mar 09
0
SIP call hangs up after 20 seconds
Hi, I have several GXP2000 phones which used to work fine with Asterisk 1.2. However, after upgrading to Asterisk 1.4.21.2, whenever I initiate a call from a GXP2000, it gets dropped after 20 seconds exactly. I have "early dial" enabled on the GXP2000 and "pedantic=yes" on the server. If I disable "early dial", all works well ("early dial" or "overlap
2007 Apr 09
3
Red Hat Enterprise 3 build
I am working on getting the CentOS 3/Red Hat Enterprise 3 buildbot going, but I have hit a problem with the latest SVN build. Running './configure' works without any errors, (but I do note that it takes a long time on the drivers directory Makefile). Here is a copy of the configuration summary: Configuration summary: enable SSL development code: yes enable IPv6 support: yes build CGI