search for: _5xx

Displaying 9 results from an estimated 9 matches for "_5xx".

Did you mean: 5xx
2004 Oct 01
1
Agent Login Problems
...ogin (like you did above) the agents extensions must be available in that context. From your example, extension 501 is invalid because it doesn't exist in the operator-acd context. Assuming that your extensions are in the 5XX range here is what it should look like: [operator-acd] exten => _5XX,1,SetGroup(${EXTEN}) exten => _5XX,2,CheckGroup(1) exten => _5XX,3,Dial(Skinny/${EXTEN}|15) exten => _5XX,103,Busy One other thing that you may notice is that the Busy app is called as priority 103. This is because when you execute CheckGroup it returns n+101 if that group has more than...
2011 Dec 16
2
Which device auto-registered an extension?
Hi all, In sip.conf: [general] regcontext = autoreg [devabc] regexten = 543 creates "exten=> 543,1,Noop(devabc)" in context autoreg when devabc registers. But I can't use "exten=> _5XX,2,Dial(SIP/${EXTEN})" in the dialplan, because there's no device SIP/543. Now I know I can add a line like "exten=> 543,2,Dial(SIP/devabc)" for each and every device that uses regexten, but it would be a lot cleaner to be able to use something like Dial(SIP/${WHAT_GOES_HERE?}...
2007 Mar 22
3
accepting a call, macros, and key presses.
Hello, I am using macros to give the ability to a call-receiver to 'accept' a call. However, any keypress connects the caller. Anyone have any suggestions about how to re-engineer this so that the receiver can deny the call, or press other keys to do other actions, without connecting to the user? Thanks, Jason Wolfe
2011 Jan 05
1
Blind Transfer not working - 1.4.38
....0 183 Ringing _______________________________________________________________________________________________________________ But as stated above, extension 504 doesn't ring and the call dies. Now 504 is a valid extensions in the context pack-local select * from extensions where exten='_5XX'; +-------+------------+-------+----------+-------+-----------------------------------+ | id | context | exten | priority | app | appdata | +-------+------------+-------+----------+-------+-----------------------------------+ | 65127 | pack-local | _5XX |...
2007 Jun 27
1
Zap dialling issues
...tic externaly accessable Conference room with recording exten => 599,1,Set(MEETME_RECORDINGFILE=/var/spool/asterisk/monitor/conference-50 0-${EPOCH}); exten => 599,n,MeetMe(500,cMr,4081) exten => 599,n,Hangup ;Dynamic Conference rooms for internal users to transfer callers to exten => _5XX,1,MeetMe(${EXTEN},cMd) exten => _5XX,n,Hangup exten => 6000,1,Dial(zap/0418608609) /etc/asterisk/zapata.conf [channels] ;echocancel = yes ;transfer = yes callgroup=1 pickupgroup=1 ; Span 1: XBUS-00/XPD-00 "Xorcom XPD #0/0: BRI_TE" group=0,11 context=zapin switchtype = euroi...
2007 Jul 30
1
iax2 trunk registration with auth rsa
...ight register syntax to use when using keys pair ? I tried: register => serverb:servera at servera.full.domainname servera is the name of the public key of servera, seen on serverb (remember that if I use static ip I can dial from serverb to servera: in my extensions.conf I have: exten => _5XX,1,Dial(IAX2/serverb at servera/${EXTEN:0},30,t) here I don't need to specify the key, becouse I dial "servera" which is an entry (room) in my iax.conf where is specified inkey and outkey but in register command it seems no possible to specify other then ip address or full name than...
2009 Jun 30
1
Authentication Issue Between Servers
...no hassip = yes host = 172.21.235.1 secret = [password] threewaycalling = yes registersip = yes canreinvite = no nat = no dtmfmode = rfc2833 registeriax = no disallow = all allow = gsm register=>trunk:[password]@172.21.235.1 Here is the applicable portion of extensions.conf: [default] exten = _5XX,1,Dial(SIP/trunk/${EXTEN},,Tt) Here is the SIP Debug output: INVITE sip:510 at 172.21.235.1 SIP/2.0 Via: SIP/2.0/UDP 172.21.235.2:5060;branch=z9hG4bK78d4e8d7;rport From: "Marci" <sip:3874 at 172.21.235.2>;tag=as5951033c To: <sip:510 at 172.21.235.1> Contact: <sip:3874 at...
2004 Jul 08
8
FINALLY! a good book about Asterisk.
There is finally an introductory book about Asterisk! It looks like Paul Mahler at www.signate.com wrote it with a lot of help from Digium. I looked at the sample pages, it looks great. __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! http://promotions.yahoo.com/new_mail
2008 Sep 26
2
server and 2 uniden phones no ringing
...smvoice ? [Kdemobox*CLI> -- AGI Script smvoice completed, returning 0 ? [Kdemobox*CLI> -- Executing [522 at smvoice-sip:4] GotoIf("SIP/532-009a1120", "0?INVALID|1") in new stack ? -- Executing [522 at smvoice-sip:5] GotoIf("SIP/532-009a1120", "0?_5XX-NOANSWER|1") in new stack ? [Kdemobox*CLI> -- Executing [522 at smvoice-sip:6] Dial("SIP/532-009a1120", "SIP/522|20|") in new stack ? [Kdemobox*CLI> Audio is at 192.168.1.150 port 10010 ? [Kdemobox*CLI> Adding codec 0x4 (ulaw) to SDP ?Adding codec 0x8 (alaw)...