search for: somesecret

Displaying 12 results from an estimated 12 matches for "somesecret".

2003 Jun 25
4
Asterisk and FWD
I can't get my Asterisk to register/place calls with FWD. Here's what I have in my SIP.CONF: register => 11111@fwd.pulver.com/11111 [fwd] type=friend secret=somesecret host=fwd.pulver.com username=11111 fromuser=11111 fromdomain=fwd.pulver.com I'm using CVS version of Asterisk, checked it out last week. I get authenticate error when registering with fwd, and all my calls to mailbox: exten => 700001,1,Dial(SIP/700001@fwd) are bounced back with 403 Forbid...
2005 Jun 06
1
Issue with SIP inter-op
...externip = 62.219.XXX.XXX disallow=all allow=ulaw allow=alaw context = from-sip-external ; Send unknown SIP callers to this context callerid = Unknown nat = yes #include sip_nat.conf #include sip_additional.conf [root@crystalclear root]# cat /etc/asterisk/sip_additional.conf register=TollIPdemo1:somesecret@sipdevice.FQDN.net [sip-devices] username=TollIPdemo1 type=friend secret=somesecret host=sipdevice.FQDN.net fromuser=TollIPdemo1 context=from-pstn canreinvite=no callerid=TollIPdemo1 Any information would be highly appreciated. Nir S -------------- next part -------------- An HTML attachment...
2003 Jun 03
1
ata186 and 9 for outgoing line type dialplans
I tried putting this as the ata's dailplan: *St4-|#St4-|9|^9t4>$.- this is sip.conf [ata2001] type=friend username=ata2001 secret=SoMeSeCrEt host=dynamic context=fromata canreinvite=no and this in extensions.conf [fromata] ignorepat => 9 exten => _91700NXXXXXX,1,Dial(IAX2/${IAXINFO}@iaxtel.com/${EXTEN:1}@iaxtel) exten => _91888NXXXXXX,1,Dial(IAX2/${IAXINFO}@iaxtel.com/${EXTEN:1}@iaxtel) exten => _91877NXXXXXX,1,Dial(IAX2/$...
2007 Jun 07
3
IAX trunk with dynamic IPs
...has just gotten a new IP). If I manually issue a "iax2 reload" in the CLI, asterisk tries to find the IP of the peer (based on its DNS name) and everything starts working again. This is the section for my trunk in one of my servers: [sometrunk] type=friend username=someusername secret=somesecret auth=plaintext host=host.no-ip.org context=incoming peercontext=incoming qualify=yes trunk=yes Is there any way to tell asterisk to try to find the peer's IP address if that peer is "unreachable" or each 10 minutes? Thanks in advance. Ronaldo.
2005 Mar 03
0
SIP secret: argument only for outgoing
Hi, I am using asterisk as a GW between SIP and the PSTN. So SIP INVITEs are coming from and sent to my SIP proxy. The SIP proxy asks for authentication of the INVITE requests. So I have configured a SIP peer that I use for outgoing: [outgoing] type=peer host=myproxy username=asterisk secret=somesecret The problem is that now for incoming requests, Asterisk matches the incoming user with that peer (because host == source IP). I don't want to define a SIP peer for each of my internal users, I'd like all incoming calls not to match any peer but be treated in the context=fromsip defined in...
2014 Mar 28
0
Need some PHP/AMI guidance please
...f names is fine... Any help is much appreciated! Pertinent code: <?php $ami = fsockopen("127.0.0.1", 5038, $errno, $errstr); if (!$ami) { echo "ERROR: $errno - $errstr<br />\n"; } else { fwrite($ami, "Action: Login\r\nUsername: someuser\r\nSecret: somesecret\r\nEvents: off\r\n\r\n"); fwrite($ami, "Action: ConfbridgeList\r\nConference: 8888\r\n\r\n"); sleep(1); $record = fread($ami,1024); $record = explode("\r\n", $record); echo "<META HTTP-EQUIV=Refresh CONTENT=\"20\">";...
2015 Dec 02
0
Cannot access Patriot Pro II from new system
...I may not have understand it properly. If I interpret it correctly, the following upsmon.conf would be sufficient to monitor and to initiate a system shutdown. Or is it *necessary* to setup the NOTIFYMSG and NOTIFYFLAG lines? RUN_AS_USER nut MONITOR Best_Power_Patriot_Pro_750 at localhost 1 upsmon SOMESECRET master MINSUPPLIES 1 SHUTDOWNCMD "/sbin/shutdown -h +0" POLLFREQ 5 POLLFREQALERT 5 HOSTSYNC 15 DEADTIME 15 POWERDOWNFLAG /etc/killpower RBWARNTIME 43200 NOCOMMWARNTIME 300 FINALDELAY 5 I am unsure since I found that another UPS [http://bernaerts.dyndns.org/linux/75-debian/335-debian-whee...
2015 Nov 26
4
Cannot access Patriot Pro II from new system
Hi Charles, thank you VERY MUCH for all your hints. > If you have a jumper wire handy, you can connect the PC's TxD to RxD I should have tried to connect from another computer in the first place. Or access another device known to work from this computer. It turned out that the shield I used to connect the mainboard connector to the PC case expected another mainboard pin layout. So all I
2008 Feb 28
1
C Code to connect to Asterisk Manager Interface
Hi, I have written a C code which would let me connect to the Asterisk Manager Interface. The code compiles successfully but on running the code I get unauthorized login shown in the Asterisk command line console. Here is my C code: #include<stdio.h> #include<netdb.h> #include<unistd.h> #include<string.h> #include<arpa/inet.h> #include<sys/types.h>
2003 Jun 14
0
Asterisk confused when interface has multiple addresses?
...; Address to bind to TEMPORARILY context = sip ; Default for incoming calls transfer = yes threewaycalling = yes usecallerid = yes hidecallerid = no allow = all ; add this [912345678] type=friend callerid="sip" <912345678> host=dynamic dtmfmode=inband username=912345678 ;secret=somesecret accountcode=sip and extensions.conf says: ; ; Static extension configuration files, used by ; the pbx_config module. ; ; The "General" category is for certain variables. ; [general] ; ; If static is set to no, or omitted, then the pbx_config will rewrite ; this file when extensions are...
2010 Feb 11
1
[PATCH] Provides a reference implementation management server.
...t yourdomain.com +smtp_server = localhost +error_email_from = paste at localhost + +[server:main] +use = egg:Paste#http +host = 127.0.0.1 +port = 8080 + +[app:main] +use = egg:server +full_stack = true +#lang = ru +cache_dir = %(here)s/data +beaker.session.key = ovirtserver +beaker.session.secret = somesecret + +# If you'd like to fine-tune the individual locations of the cache data dirs +# for the Cache data, or the Session saves, un-comment the desired settings +# here: +#beaker.cache.data_dir = %(here)s/data/cache +#beaker.session.data_dir = %(here)s/data/sessions + +# pick the form for your data...
2010 Feb 17
0
[PATCH] Provides the new node lifecycle events.
...t yourdomain.com -smtp_server = localhost -error_email_from = paste at localhost - -[server:main] -use = egg:Paste#http -host = 127.0.0.1 -port = 8080 - -[app:main] -use = egg:server -full_stack = true -#lang = ru -cache_dir = %(here)s/data -beaker.session.key = ovirtserver -beaker.session.secret = somesecret - -# If you'd like to fine-tune the individual locations of the cache data dirs -# for the Cache data, or the Session saves, un-comment the desired settings -# here: -#beaker.cache.data_dir = %(here)s/data/cache -#beaker.session.data_dir = %(here)s/data/sessions - -# pick the form for your data...