similar to: Passing SIP digest auth to dialplan

Displaying 20 results from an estimated 60000 matches similar to: "Passing SIP digest auth to dialplan"

2004 Dec 16
0
FW: Cisco 7960 (SIP) hold problems
ala cisco 7960 -----Original Message----- From: Matt Schulte Sent: Thursday, December 16, 2004 10:34 AM To: 'Paul A Brown' Subject: RE: [Asterisk-Users] Cisco 7960 (SIP) hold problems Sure thing, the biggest problem I had was getting the SIP filenames working correctly for updating the firmware (blah, I love Cisco but these phones are a joke for support). This works for me! Good luck.
2004 Dec 23
0
Passing SIP headers to AGI applications
Hello, Is there any possibility to get full calling party INVITE SIP headers into AGI script somehow? I'm using SER as * guard - all calls are passed to SER, and it decides where to send the connection. I'd like to set some (or only one) headers at SER - which is not a problem, and then parse them on the Asterisk to decide how to terminate the connection into PSTN form AGI script (or
2005 Mar 24
14
Realtime mysql problem?
All, I get this whenever trying to dial to a peer when the peer registered to another server. I'm basically trying to use realtime to check for the peer and dial it. Mar 24 09:16:47 VERBOSE[4527]: -- Executing Dial("SIP/brak-f69f", "IAX2/brak-test/107") in new stack Mar 24 09:16:47 DEBUG[4527]: MySQL RealTime: Retrieve SQL: SELECT * FROM sip_users WHERE name =
2005 Mar 18
0
IAX Peer/auth issues WAS: Netlogic inbound DID issue
Has something changed in the recent modifications to Asterisk that would break dialing of the IAX peer? We're getting these authority failures everywhere. Everything is configured just the way it was half a year ago, this is the message we're getting on the most recent vers of asterisk. Wiki says nothing, nor does the ast-dev list.. -lost Mar 18 12:55:23 NOTICE[3479]: chan_iax2.c:6545
2005 Feb 15
2
Ser 0.9.0 adding a user?
I get this when adding a user in ser (using serctl) root@brak sbin]# ./serctl add +18165551212 blahblah blah@blah MySql password: error: 400; check if you use aliases in SER Um error 400?? I'm lost. no docs, frustrated. venting. Matt
2005 Jan 12
7
Operator Panels?
Ok, we're trying to use Asterisk as a PBX in our office. Our original plan was to use a Cisco 7960 with a 7914 attached. Short story is, no one updated chan_sccp in a long time and the 7914 is questionable at best anyway from what I've heard. We couldn't ever get chan_sccp to compile, I went to an older version of Asterisk and that broke some of our SIP devices. We tried using a couple
2004 Dec 09
0
Can asterisk accept cleartext auth (uri user:pass) via SIP
Does anyone know if Asterisk can accept cleartext auth (SIP), as in it recv's a call destined to: 1234:blah@har.har.com The problem I'm having is simply for faxing, normal calls come in as g729 and of course we need ULAW for faxes. sip.conf snippet [sipfarm] insecure=very host=blahblah.netlogic.net type=peer context=sip-out username=+18165551212 secret=blah canreinvite=no disallow=all
2004 Dec 20
7
One SIP peer use 2 diff codecs?
I asked this question once before with no answer. Hopefully someone can help me as I cannot see a way to do this. I am wanting to differentiate inbound calls voice from FAX. The purpose of course voice gets g729 and FAX gets 711 (ulaw). The problem I'm having is everytime it matches the SIP peer (like it should) but it's always goes to the prefered codec. Anyone have suggestions on how to
2006 Oct 26
0
external username conflict in dialplan
I'm seeing an interesting problem in asterisk: asterisk has domain a.com and the sip proxy has domain b.com. The sip proxy is configured as a friend in sip.conf. If a call comes in to asterisk from the sip proxy, if ${EXTEN} exists in the sippeers table the call goes to the default context else the call goes into the ser context Why would that happen? Is this expected?
2004 Dec 22
1
SIP URI Dialplan?
I've got soft phone that allows me to dial SIP URI's. I'd like to route these calls through a provider to be completed, because I'm beind a NAT box and doing it directly doesn't work. Right now I've got an extension defined like this: Dial(IAX2/${FWDUSERID}:${FWDPASSWD}@${FWDSERVER}/**356<username>) This will connect a call to FWD and call a user at FWD. It works
2004 Aug 20
6
Sipura endpoints
Anyone have experience with Sipura's? Anyone know if they offer a warranty? Would like opinions on these, good or flame. We bought *one* to test with and it died, can't even get a response from Sipura "support". Could anyone recommend another device to replace these? Prefer 1 or 2 port design. Ty :-)
2004 Dec 15
2
chan_sccp compile problem w/ CVS head?
Any ideas? I edited the Makefile as instructed, ty. Now compiling .... sccp_channel.c 279 lines sccp_channel.c: In function `sccp_channel_send_callinfo': sccp_channel.c:48: structure has no member named `callerid' sccp_channel.c:49: structure has no member named `callerid' sccp_channel.c:49: structure has no member named `callerid' sccp_channel.c:49: structure has no
2005 Mar 15
6
Realtime config
Having problems getting realtime working, I'm trying to use odbc for all of this. I've got Fedora 3 and have been fighting with odbc for a day now. I think I got it working correctly, however I can't seem to get the realtime portion working. In asterisk 'odbc show' shows it connected, I see it on my (odbc) mysql server connected and all, it connects and just idles. So, without
2005 Aug 14
4
Multiple Asterisk Installations + SER
I'm trying to implement a shared asterisk server for multiple (different) companies. Here's what I've done so far: - I've installed multiple asterisk instances on one server (via vserver). Each * is for one customer, and has it's own extensions (like 100, 101, 102, etc.) Note that the same extension can exist on other * instances - The SIP Clients register themselves with * -
2005 Feb 15
2
Dialplan + Registrar DB
Hi; As you probably know, SER style of handling an incoming call is : 1) try to look-up it from registrar DB 2) if not found there, try to do some thing else Is there any possibility of doing the above at "Asterisk Dial-plan"? Regards Mohammad -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Feb 05
2
re: questions about sip requests to asterisk 1.2
hi all, I keep asking the question and getting no replies, so i'll keep asking :-) In asterisk 1.09, with autocreatepeer=yes, if i send asterisk a SIP request from SER, specifically rewritehostport("myIP:5070"); (asterisk running on port 5070) asterisk picks up the request and matches it to the dialplan, i.e. if in ser i was sending to 151@myServer, it will make it
2005 Sep 25
2
change codec based on callerid (sip/iax)
I have been asked if asterisk can change codecs dynamically based on the calling party's caller id. I couldnt find anything, and dont know that this is something that asterisk can do, but it occurs to me that possibly with a reinvite it can be done, however I dont think you can issue those from the dialplan or agi. The only solution I can think of on this is to use something like ser
2004 Aug 24
7
SMP Performance
We're looking at implementing Asterisk in our department in the near future, we're looking at anywhere from 15-25 extensions. The machine we were looking at running this on was a Quad Xeon 450mhz (2MB L2 Cache) w/ 1GB of ram. I've heard bad things about running Asterisk on SMP machines? Would we be running into any performance issues with this machine? Tim Jackson Network Engineer
2005 Feb 01
1
SIP Challenge response bug?
Ok, here's an odd one. I would have opened a bug on this but last time I tried that I got flamed.. :) Problem: When proxy requests digest challenge (SIP) Asterisk responds normally with the exception that for some reason it changes the FROM: (Also changes Contact: )to what's in the original TO: line. Why on earth is it doing this?! It must be a bug, I've gone over my extensions.conf
2004 Aug 15
0
Sip to Sip Calls via Asterisk
Hi All, I have a weird problem. I have asterisk setup using the G729 Codec to receive Incoming calls both from a SIP Gateway (SER and Quintum) and via ISDN using i4l and have rules setup in extensions.conf for sending calls out either back via the SIP Gateway or ISDN. What I want to do is have PSTN calls come in via the SIP Gateway, be answered by the auto-attendant and then sent back out to