similar to: SER & Asterisk & SIP =513 "Message Too Big"

Displaying 20 results from an estimated 100 matches similar to: "SER & Asterisk & SIP =513 "Message Too Big""

2005 Jul 25
0
Outgoing SIP to SER causes LOOP BACK message
> Hello fellow asterisk people! > > I have Asterisk listening on port 5061 and SER on port 5060. > > Asterisk is configured as a gateway for ISDN/Analog/H323 and also SIP. > > My problems are with SIP. I can make incoming calls from SIP to asterisk > and to any of the other networks, but when I try to make an outgoing call > from Asterisk to SER I see the following in
2004 Jun 30
0
asterisk: problems with connecting to a (german) sip provider
hello ! My problem is: Astriks should create a connection to other members using a german Sip provider (www.sipgate.de). there are no problems with connections to: o Sip- Accounts o national phone numbers o mobile phone numbers but connections to international phone numbers DO NOT WORK (see the attached protokoll). The connection to international phone numbers does work when I directly use
2005 Feb 09
0
Asterisk and SIPphone won't cooperate
When attempting to call one of the example numbers, like 17474745000, I only get "488 Not Acceptable Here". It works fine when I configure the softphone (Xten X-Lite) to use sipphone's server directly. Am I missing something? Here's my relevant config sections: sip.conf: in [general]: register => 17472442457:mypassword@proxy01.sipphone.com [sipphone] type=friend
2005 Aug 06
0
SIP rejecting calls?
Hi, I have researched more into the problem of my Asterisk set-up not answering calls. The following error was shown on the CLI, can anyone explain what the problem causing Asterisk to not answer the SIP calls be? Information: I have an Asterisk box on a home LAN, behind a D-Link router/firewall connected to a cable modem. The 82.x.x.x is the IP for my cable modem. 192.168.0.101 is my
2007 Feb 10
0
Unable to lookup host in c= line
Hi, I am new to Asterisk and am runing asterisk 1.2.9.1 on an OpenBSD box. With a few manuals I was able to set up some SIP providers with which outgoing and incoming calls work. However, there is one provider with which inbound calls don't work at all. The only apparent error/warning message is this WARNING[13688]: chan_sip.c:3527 process_sdp: Unable to lookup host in c= line, 'IN IP4
2006 Jan 17
2
IAX/SIP and openser problem. IAX bug?
Hello. I am in a strange situation. I have two asterisk. Asterisk "A" makes a call for asterisk "B" by IAX. Asterisk "B" recives the call and delivers it to Openser by SIP. The problem is openser printing this in the screen: ERROR: parse_to : unexpected char ["] in status 5: <<"David" <sip:>> . ERROR:parse_from_header: bad from header
2005 Jul 23
1
Outgoing SIP Problems with Asterisk and SER on same PC
Hello fellow asterisk people! I have Asterisk listening on port 5061 and SER on port 5060. Asterisk is configured as a gateway for ISDN/Analog/H323 and also SIP. My problems are with SIP. I can make incoming calls from SIP to asterisk and to any of the other networks, but when I try to make an outgoing call from Asterisk to SER I see the following in Asterisk: -- Executing
2008 Mar 03
1
ekiga sip registration fails; externip no help
ekiga registration fails. I've set nat = yes ( also blank ) and i've set externip. Anybody have a sip.conf that works? Here's the sip debug: Reliably Transmitting (NAT) to 86.64.162.35:5060: REGISTER sip:ekiga.net SIP/2.0 Via: SIP/2.0/UDP 10.10.11.180:5060;branch=z9hG4bK17818198;rport Max-Forwards: 70 From: <sip:test at ekiga.net>;tag=as64618445 To: <sip:test at
2004 Nov 30
0
Trouble-shooting SIP/2.0 482 Loop Detected
Could anyone outline a method for trouble-shooting these messages "SIP/2.0 482 Loop Detected" I'm seeing on a particular peer? There is no call going on when these pop up. Sip read: SIP/2.0 482 Loop Detected Via: SIP/2.0/UDP 207.149.XX.XX:5060;branch=z9hG4bK0a322471 From: "asterisk" <sip:asterisk@207.149.241.3>;tag=as395506d6 To:
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 Sep 23
0
Duplicated INVITE in SIP session?
Hello. I'm trying to use Asterisk in combination with SER, to make the routing proccess to my PSTN-Gateways. I made a simple test defining some extension in my extension.conf, when i made a call my SER (SIP) Server forward the call to Asterisk, this proccess is ok, but when the call is answered i see an INVITE going out from Asterisk to my SER Server, this invite is then passed to my
2003 Feb 24
0
Fwd: Message from iptel.org SIP admin (more register= bugs)
Bug in the register= code; see details below from the developer of "ser" (SIP Express Router) Apparently, ACKs don't need to be sent on OK's to REGISTERs. Plus, malformed data somewhere... no details on that, though. JT >Date: Sun, 23 Feb 2003 23:54:07 +0100 >To: John Todd <jtodd at loligo.com> >From: Jiri Kuthan <jiri at iptel.org> >Subject: Re:
2005 Mar 03
0
Some errors on sip debug
I have some problem to configure the call from asterisk to ser. [globals] SERADDRESS=xxx.xxx.xxx.xxx:5060 exten => 77,1,Dial(SIP/phonenumbertocall@${SERADDRESS},20,r) Error in Sip Debug ------------------------------------------- NOTICE[25541]: chan_sip.c:6848 handle_response: Failed to authenticate on INVITE to '"Alexg"
2006 Nov 02
0
Wait for an extension and dial. Why does this not work?
>From my extensions.conf: exten => 888,1,Answer() exten => 888,n,WaitExten(20|m) exten => 888,n,Dial(SIP/${EXTEN}@${SERADDRESS},60,tr) This should: * answer * wait 20 seconds for an extension with music on the background * pass the call to that extension on ${SERADDRESS} What am I doing wrong here? I don't even get the background music while WaitExten is active. I doubt that
2006 Nov 03
4
some simple newbie help with dialplan needed...
Hi all! I need a simple plan for the following: *answer call *wait for 4 digit extension *send call to 4-digit extension entered. I tried the following, but that doesn't work... exten => 998,1,Answer() exten => 998,2,Background(agent-newlocation) exten => 998,n,WaitExten(20) exten => 998,n,Dial(SIP/${EXTEN}@${SERADDRESS},60,tr) WaitExten obviously does not fill EXTEN with
2005 Sep 14
2
Starting From Scratch
Hello all: For fun, I am learning about Asterisk, and trying to get Asterisk working at my house. I installed Asterisk@Home. It seems to be functioning fine. I installed a couple of softphones, and have them registered with Asterisk. I actually work for a CLEC, and I have registered my Asterisk box with SER (which I don't begin to understand yet) at the office. In order to try to
2005 Feb 24
0
Question of SER to Asterisk to PSTN
Dear ALL: My scenario lists below: Assume: UA1 with sip id "1011" And dial number to PSTN is "0939749xxx" There is no modification rule at my CISCO. (It will not change any dialed number) UA1 ==> SER ==> UA2 (SIP to SIP) UA1 ==> SER ==> Asterisk ==> CISCO 5300 ==>
2005 Jul 22
0
Outgoing SIP causes error Got SIP response 482 "Loop Detected&#9; " back from.....
Hello fellow asterisk people! I have Asterisk listening on port 5061 and SER on port 5060. Asterisk is configured as a gateway for ISDN/Analog/H323 and also SIP. My problems are with SIP. I can make incoming calls from SIP to asterisk and to any of the other networks, but when I try to make an outgoing call from Asterisk to SER I see the following in Asterisk: -- Executing
2006 Jan 04
0
confusion about contexts - SER
Guess I got where your confusiion lies.... you DON'T set up the ALL contexts the users will have acces to in sip.conf, in this file you will only set 1 single context. All other contexts you want the users to have acces to, you will have to add them in the extensions.conf So what you have to do is the following: -user 2092, set it the createmenu context in sip .conf - in extensions.conf
2013 Feb 15
1
Problem with User and Group Ownership listing
I am installing smb 3.5 on a CentOS 6.2 host using smbldap-tools. I've previously installed a similar configuration on RHEL4 using smb 3.0 but CentOS now uses nss-pam-ldapd and nslcd instead of nss_ldap, so the configurations cannot be moved straight across. When I do a listing of a share directory that should have user and group ownership determined by LDAP, I get the uidNumbers and