similar to: SIP/2.0 403 Forbidden

Displaying 20 results from an estimated 1300 matches similar to: "SIP/2.0 403 Forbidden"

2010 Mar 26
1
send a call from A to B use sip trunk prablem
i have a prablom here, i want to send a call from A to B use sip trunk , the call can sended B,but not work to PSTN. the message from B server. help pls,what's rong? > > <--- SIP read from 192.168.0.176:5060 ---> > INVITE sip:15921256331 at 192.168.0.151 <sip%3A15921256331 at 192.168.0.151>SIP/2.0 > Via: SIP/2.0/UDP 192.168.0.176:5060;branch=z9hG4bK51a51b96;rport
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
2011 Sep 28
2
PSTN connectivity
Hi All, I am trying to connect my asterisk box with freepbx to PSTN. I have purchased x100p FXO card and installed in my asterisk server. My freepbx detected the x100p FXO card and i can see the card specific details in command line. I have configured the following things. 1. OUTBOUND caller id and Dialing rules in Freepbx. 2. INBOUND route When i call to the PSTN number before
2010 Jun 21
1
How to tell if a dropped call is my fault
I just had a user report that they called out to someone on a cell phone this morning, and after a short conversation, the call was dropped/lost. The person on the cell phone says that this is very rare, and would not suspect the dropped/lost call to be on their side. I have looked at the asterisk/full log as thoroughly as I can, and have pasted the lines which seem relevant to that call below.
2013 Feb 16
1
Dial failed due to trunk reporting BUSY - giving up
Hi this message give me when I calling a number than actually not busy: "Dial failed due to trunk reporting BUSY - giving up" max channel is unlimited and sometimes it dial number ok but most of the time it gives me this error. Please inform me how can solve this problem. thanks -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Oct 09
0
calls ansowered for 1 second or less
Hello, Sometimes the call gets answered for 1 second, but actually the phone has not rang, it?s just the CDR, and asterisk hangup automatically, I cought the log of 1 call like this, I hope you can help me with this. My setup is : <vendor> ----SIP--? <Asterisk> ?----IAX2---? <Asterisk with Dhadi channels> Here: -- Executing [966505103150 at from-internal:1]
2010 May 05
0
T38 trunk configuration for relay appears to affect default trunks for voip
Hi list! I have this configuration for sending T38 faxes to my T38 fax termination provider: T38modem --> hylafax --> Asterisk-SIP-Extension --> T38 termination provider --> T.30 termination to PSTN We are experiencing 2 problems with this (if you want configuration files, it won't be a problem, just tell me): 1. T38 termination provider receives faxes at 2400 bpps from our
2009 May 08
2
Configuring SIP Trunk
Hi All, I have searched the various post and not able to find the solution. I am using Asterisk 1.4.21.2 for outgoing calls. Earlier i used ZAP trunk and it works fine. Now i need to move to SIP trunk and configured the same. When i try from softphone i got error as "Call rejected" and in the asterisk i got error as
2010 Mar 26
2
dnd not working correctly
i have posted this question couple of times and never really got any hits i wasn't able to provide any debug info Connected to Asterisk 1.6.0.21 currently running on phoneserver (pid = 3309) Verbosity is at least 4 == Using SIP RTP TOS bits 184 == Using SIP RTP CoS mark 5 == Using SIP VRTP TOS bits 136 == Using SIP VRTP CoS mark 6 == Extension Changed 117[ext-local] new
2009 Mar 17
0
Weird issue with outbound calls and MOH
Hi, We have a PRI Trunk (physical E1) and we are getting some rather weird and very isolocated problems. On outbound calls to specific numbers, it would seem to me that DTMF from the remote side is affecting the local asterisk system. Basically what happens: - We make a OUTBOUND call via the PSTN (PRI Trunk) to a remote System - Remote Answers, and converse - Remote sends DTMF on their site to
2010 Jun 11
2
Call ended after 31 seconds
Hi people, I have a problem with some extensions. The calls are ended after 31/35 seconds, also, it depends on the number which I call. This is the log, but I've not been able to find something wrong... Any ideas? [Jun 11 15:50:46] DEBUG[26071] app_macro.c: Executed application: ExecIf [Jun 11 15:50:46] VERBOSE[26071] logger.c: -- Executing [s at macro-dialout-trunk:16]
2015 Apr 17
0
Why is CDR(recordingfile) not being written to the database despite being set in the dialplan?
I am using Asterisk 11.17.1 with my program that uses AMI Originate calls to generate a bunch of calls for a callcenter. The PBX configuration is handled by FreePBX 2.11. I want to understand the dialplan behavior in order to figure out why the CDR(recordingfile) is blank on the CDR records despite the dialplan setting it. My program generates the calls by setting Channel=Local/NUMBERTODIAL at
2008 Apr 28
2
PRI hangup certain outgoing calls
I have a problem calling a certain number from our PRI line. Calling the number from a separate PSTN phone works fine. The remote number seems to have some funny call redivert setup, when you call it, it answers immediately, makes some kind of beep and then starts to ring. Our PRI is in the UK from Telewest/NTL/Virgin Media and most outgoing calls work without a problem. The server is
2017 Feb 24
2
BUG or ???
Got a strange situation [ext-queues] ... exten => h,2,ExecIf($[${CALLERID(num)} = ' ']?Set(var29=${SHELL(curl -X POST --header "Content-Type: application/json" --header "Accept: application/json" -d "{\"Phone\": ${FROMEXTEN}, \"Source\": \"asterisk\"}" "
2010 Nov 03
1
Ring back problem on SIP calls. Order of 183 Session Progress and 180 Ringing
Hello everyone! I've had this problem for a while and cant figure it out. When an outside caller calls an extension on my asterisk system, they do not hear any sort of ringing. Inside extensions calling other extensions do hear ringing. We have 3 other asterisk systems that are configured the same way, but do not have this problem. We think it has something to do with asterisk 1.6. The other
2011 Feb 21
1
Dialplan execution stops on app call even with TryExec (Am I missing something simple?)
We're having an issue where we call ReceiveFax in a context that includes a hangup extension and half the time dialplan execution doesn't continue after the fax is received successfully. Am I missing something simple here? Below is a sample call where this happened: The last log line for this channel/call is: [Feb 21 09:10:53] VERBOSE[13730] res_fax_digium.c: -- Channel
2014 Jul 09
1
PRI congestion instead of busy
I have two servers, each connected to the PTSN via PRI. When I call from site A (951-999-9999) to site B (555-1212) and the phone at site B is on the phone, I hear the normal ring tone for about 20 seconds, then the message "all circuits are busy now. please try your call again latter" followed by the congestion tone. Instead, I want this to busy ring and then hang up without any
2009 Sep 18
0
Blind Transfer Won't Hangup
I'm using FreePBX 2.5.2.2 with Asterisk 1.6.1.4. If I make a call and then decide to blind transfer them using ## my side of the call is not hung up. Instead it sends me to voicemail. If somebody calls me and then I blind transfer them with ## I am hung up on as expected. I called from 8678 to 28688. I then transferred the call to 8532. Asterisk acts like it wants to hang up, but then
2011 Jan 24
0
Voicemail hangs up
Hello. I am running Asterisk v1.6 on Ubuntu 10.10 with FreePBX v2.8. When I call the voicemail for any of my extensions, the call just dies. On a softphone, I get no sound whatsoever; it just hangs up after a couple of seconds. On my handset attached to my SPA-3102, it get a sound like when you leave an analogue phone off the hook. I have three extensions setup and they all do the same thing.
2009 Oct 31
2
Calls disconnects after short time
Hello, My client customers complaining that their calls suddenly get hung-up, I am just investigating if the problem from my side, I had a log of a hang-up case, Does it help to know if there is a problem that can be resolved from my side? elastix*CLI> -- Hungup 'IAX2/99999-6813' == Spawn extension (macro-dialout-trunk, s, 19) exited non-zero on