similar to: SIP provider registration attempts

Displaying 20 results from an estimated 4000 matches similar to: "SIP provider registration attempts"

2009 Mar 25
1
SIPPEER equivalent for users.conf ?
Hi, In sip.conf, it's possible to add a line such as setvar=MYFIELD=foo and access this value from diaplan with SIPPEER function. 1. Which function is available to access values in users.conf such as vmsecret ? 2. Is it possible to extend users.conf with custom keys/values ? Regards. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2016 Jul 31
3
Removing mailbox and password prompt for voicemail
I tried your extension definition as suggested: exten => *98,1,Verbose(0,${CHANNEL(peername)} calling voicemail) same => n,VoicemailMain(${CHANNEL(peername)}@VoiceMail,s) same => n,Hangup But there was no change in the prompts asked, ie. the voice first asked for 'mailbox', and then 'password' as before. The prompts are not removed. Please clarify what you mean by the
2017 Oct 10
2
Asterisk chan_sip registration attempts
Hello! Could you help me with Asterisk 11.21.2 and AsteriskNow platform. The problem is: My Asterisk PBX has SIP (chan_sip) trunk to provider. Asterisk periodically loses trunk registratrion: *sip show registry:* /Host??????????????????????????????????? dnsmgr Username?????? Refresh State??????????????? Reg.Time???????????????? // //X.X.X.X:5060??????????????????? N????? <LOGIN>
2010 Feb 16
1
CODECS: Best practice question: Avoid transcode when calling out?
What is the current best practice to avoid transcoding on an outgoing call to a party whose codec preference is not known in advance? In other words, incoming calls are easy since codecs are negotiated from least-known (the remote party) to most-known (my endpoint) and my codecs can simply be preferred accordingly to match the remote. Outbound calls seem harder. Our endpoints always negotiate
2015 Jun 12
2
Voice mail and caller ID
I have this in my sip.conf: exten => *98,1,Verbose(0,CALLERID number is "${CALLERID(num)}") same => n,VoicemailMain(${CALLERID(num)}@LocalSets,s) same => n,Hangup However, my extensions are set up so that they always show the external number, not the extension: [foobar2](client-phone) secret=xxxxxxxxxxxxxxxxxxxxxxxxxxxxx callerid=Candace <5555551212>
2014 Sep 23
1
Change codec when dial from SIP to DAHDI
Hi: I am useing asterisk 11.12. I use G722 as preferred codec for my ip-phone. and my PSTN DAHDI use alaw. G722 is great when ip-phone talks to each other. but when ip-phone dialout to PSTN DAHDI, G722 is not great, since it is need to transcode to alaw. so I try to change the codec when dial from SIP to DAHDI. I tried to use IP_CODEC/SIP_CODEC_OUTBOUND at dialplan. but the SIP
2013 Sep 06
1
Use SRV for failover proxy
Hi all, is it possible that asterisk uses two proxies with SRV? The enddevices are registered on one of the two Proxies (Kamailio). The two proxies communicate with each other. And asterisk can choose one of this proxies with SRV. asterisk | \ | \ Proxy1 Proxy2 I have tries to solve this problem with two trunks for this proxies and Dial(... at proxytrunk) but on this way the
2010 Jul 26
1
Optimize peers registration under jitter/delay.
Hello, I want to optimize my registrations and calls of peers to my asterisk with the following options in sip.conf: ---///--- qualify = yes qualify = 500 qualifyfreq=5 registerattempts = 0 registertimeout = 10 maxexpiry = 60 minexpiry = 20 defaultexpiry = 600 ---///--- Can someone more experienced with these settings to help me to optimize connections from peers with mobile phone that using
2012 Oct 08
1
Sip registration Asterisk 1.8
Hello, I have a local Asterisk server that keep loosing its registration to main Asterisk server. The local asterisk server is on the local subnet, it acts as a client with extension 808. Local server Sip.conf register => 808:password at as2.xxxxx.com registertimeout=20 registerattempts=10 Main Asterisk Server sip.conf [808] type=friend context=sip-phones call-limit=99
2013 Nov 08
1
11.5.0 - SIP registration not retrying after failures
I had a SIP problem on an 11.5.0 system that I look after. It registers with a SIP trunk provider, and at one point the provider had an issue that caused registration to fail. The problem was that Asterisk did not keep retrying, and it was not until it was restarted that registration was re-established. Here are the entries in the full log: [Nov 5 21:19:12] NOTICE[3248] chan_sip.c: --
2011 Apr 18
2
Registrations stops after 403 FORBIDDEN
Hello list, I have in sip.conf : /maxexpiry=60 ; Maximum allowed time of incoming registrations ; and subscriptions (seconds) minexpiry=60 ; Minimum length of registrations/subscriptions (default 60) defaultexpiry=120 ; Default length of incoming/outgoing registration ;-----------------------------------------
2008 Aug 21
2
Changing callerID in a context
Hello, I am trying to alter the outbound callerID for extensions within a context I have created. I wrote the following: exten => _9.,2,ExecIf($[$["${REALCALLERIDNUM}" = "360"] | $["$ {REALCALLERIDNUM}" = "670"]]|Set|CALLERID(num)=581560) exten => _9.,3,ExecIf($[$["${REALCALLERIDNUM}" = "361"] | $["$
2008 Nov 04
1
Is SIPPEER curcalls working for you ?
Hi, In this thread http://lists.digium.com/pipermail/asterisk-users/2008-October/219592.html , I wondered whether SIPPEER curcalls was working. I could test this anew today. Here are my findings : Alice, Bob and Carol ar all using SIP Phones. Whenever Alice is calling Bob, - if Carol is calling Alice, SIPPEER(Alice:curcalls) equals 0 - if Carol is calling Bob, SIPPEER(Bob:curcalls) equals 1
2010 Mar 29
5
Continue a dialplan when the client hang up the call
Hi all, When a user make a call to Asterisk, and when user hang up the call at any point of the conversation,? Asterisk will stop Diaplan intermediately. At this situation,? Are there any way to make? Asterisk continue execute the Diaplan ?, so Asterisk can do something like that delete temporary file, .. etc. Thanks in advance, Giang -------------- next part -------------- An HTML
2013 Dec 06
1
Paging in waves.
I've been working on writing a subroutine to page groups of phones at once and I'm having some difficulty. My goal is to have a user call an extension, I record the page they wish to play, I then page out that recorded file to the phones in groups. [sub-masspage] exten => s,1,NoOP same => n,Answer same => n,Set(filename=$PAGE) same => n,Wait(1) same =>
2019 Feb 13
6
trouble removing + sign
I'm using BLACKLIST() to check numbers, which does not like leading + signs. I want to test if there is a plus sign, and then remove it. I tried: ; strip leading plus sign same => n, Verbose( callerid 0:1 is ${CALLERID(num):0:1} ) same => n,ExecIf($["${CALLERID(num):0:1}" = "+"]?Set(CALLERID(num) = ${CALLERID(num):1})
2010 Jul 15
6
One way audio when dialing multiple registrations
Hi, I am working on calling 2 registrations of same user on 2 different ip or ports. It works fine and both phones ring simultaneously. the problem is that there is one way audio, calling party can hear me but i can't hear calling party. here is the scenario.. SIP/XYZ at 192.168.0.20:5060 SIP/XYZ at 192.168.0.10:5678 i dial using following dial string Dial(SIP/XYZ at
2010 Sep 15
3
Skip Busy Agents/Channels from Queue
Is there a way skip / ignore the member whose status is busy in the Queue. I have two channel member in queue and i have set the peer limit 2 for these members. I want to skip those member who are currently on the call (answered to calls) and now their status is busy, if Queue see the busy status caller will not enter in the Queue and go to the next priority. [test-queue] strategy = rrmemory
2012 Aug 22
1
recording calls
I am trying to record calls on demand both inbound and outbound calls. I can record outbound calls just fine but not inbound calls or calls from an internally between extensions. I am using the latest asterisk 1.8.x certified version. On an outbound call I see: == Using SIP RTP CoS mark 5 -- Called SIP/ BVTrunk /7190000000 -- SIP/BVTrunk-00000163 is making progress passing it to
2016 Sep 01
2
Multiple phones when one is unregistered
On Tue, 30 Aug 2016 17:56:35 +0200 Administrator TOOTAI <admin at tootai.net> wrote: > Something like > > exten => 5555551111,1,Verbose(Door buzzer calling) > same => n,Set(toRing=) > same => n,ExecIf($["${DEVICE_STATE(SIP/user1)}" = "NOT IN > USE"]?Set(toRing=${toRing}&SIP/user1) Failed. I checked the online docs and the syntax seems to