similar to: Outgoing SIP Problems with Asterisk and SER on same PC

Displaying 20 results from an estimated 800 matches similar to: "Outgoing SIP Problems with Asterisk and SER on same PC"

2005 Jul 22
0
Outgoing SIP causes error Got SIP response 482 "Loop Detected	 " 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
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
2005 Jul 25
0
SER & Asterisk & SIP =513 "Message Too Big"
Using Asterisk 1.0.9 When I try to make an outgoing call with SIP I get the message " 513 Message too big" back from SER. Any ideas what I am doing wrong? Debug below. SER and Asterisk are running on the same Server SER is on port 5060 Asterisk is on port 5061 In my extension.conf I have the line SERADDRESS=192.219.85.57:5060 in Globals and am using exten
2010 Mar 19
2
register => 2345:password@sip_proxy/1234
sip.conf.sample: ;register => 2345:password at sip_proxy/1234 ; ; Register 2345 at sip provider 'sip_proxy'. Calls from this provider ; connect to local extension 1234 in extensions.conf, default context, ; unless you configure a [sip_proxy] section below, and configure a ; context. sip.conf: [general] context=default allowoverlap=no udpbindaddr=0.0.0.0 tcpenable=no
2006 Feb 23
3
register => 2345:password@sip_proxy doesn't care about port
Hi, to register my Asterisk with a SIP provider I use the following syntax, as shown in the default sip.conf: register => 2345:password@sip_proxy where [sip_proxy] type=peer context=from-messagenet host=sip.messagenet.it port=5061 <------------- please note this one!!! 5061 is provider's port I have to register to. This also would work for me: register =>
2007 Jun 18
3
How to config SIP blind transfer in extension.conf
I want to setup a blind transer for auto forwarding to SIP peer. I have context forwarding looks like this in extension.conf [forwarding] ... exten => 511,1,Dial(SIP/sip_proxy-out) ... This will do the re-invite, which is attendance transfer maybe. But I want a blind transfer by REFER method. How can I do that? I know that the transfer() function may be able to do that. But I don't know
2005 Jul 01
2
Sip.conf problems
Hi, I have been trying to configure my Asterisk to use a Sip provider for out and incoming calls. I only have one user and password for connect to my sip provider. My sip.conf is: [general] ;disallow=gsm ;allow=ulaw port = 5060 ; Port to bind to bindaddr = 0.0.0.0 ; Address to bind to context = default ; Default for incoming calls callerid=No
2006 Oct 25
3
Quintum DX as gateway to PSTN for Asterisk
Hello, I try configuring Quintum DX gateway as link to PSTN for *. Now, I can dial number which is connect to Quintum, and call is diverted to *. I don't know what I should set, if I want call from SIP_phone registred in Asterisk to PSTN via Quitnum. I set in sip.conf account for Quintum [sip_proxy-out] type=peer outboundproxy=QUINTUM_IP , and changed extensions.conf. When
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 Aug 13
2
forward incoming analog call to SIP?
I'm trying to setup a demo where my Asterisk box with a TDM01B (FXO) answers an incoming call and forwards that call to a SIP softphone (X-lite.) Seems all is built/installed okay: # ztcfg -vv Zaptel Configuration ====================== Channel map: Channel 01: FXS Kewlstart (Default) (Slaves: 01) 1 channels configured. I'm pretty new at this and the extensions.conf file is eating my
2004 Jul 18
4
Cisco 7960 SIP V6 and IBM A30P Fedora Asterisk
Hi All Total noob on the list so all help appreciated.... I've successfully installed Asterisk on an IBM A30P Thinkpad using fedora Core 2 (I'm looking at having a mobile PBX for conferences and shows). I've plugged in two Cisco 7960 phones.... The phones register with the Asterisk correctly and I can run the demo's and even the AIX demo through to digium works correctly.......
2005 Feb 16
0
Outbound calling timeout
I am running asterisk 1.0.1 with OH323 compiled in. We have a 323 trunk to CallManager with a mgcp controlled pri router. When using sip phones (directly registered with asterisk) to call out the 323 trunnk to PSTN, calls timeout after 3 rings. If I answer b4 3 rings - no problem, otherwise I get "no one is available to answer at this time" on the consoel and it redirects to an
2005 Jan 15
0
Polycom IP600 - Bridge stops because we're zombie or need a soft hangup
I'm having trouble with both my Polycom IP600 and IP500 disconnecting calls to the PSTN after about 1 hour. The below log is of a phone call that lasted 1hr 39mins which is my record so far. I cannot figure out what is causing the call to terminate and I am hoping somone on this list can help me. In this example both the phone and the asterisk server have public IP addresses so NAT shoul not
2006 May 10
0
No audio in either direction on Zap -> SIP or SIP -> Zap calls
Hey, Im running Asterisk 1.2.2 and im having problems with the audio when bridging calls between the zap interfaces and sip. zap to zap work fine, as do sip to sip (but asterisk isnt in the media stream, as it doesnt need to be) and terminating the call and playing a test message via either sip or zap work fine. Basically, the only time I see this problem is trying to bridge between sip and
2004 Jun 15
0
sip.conf - register and peer groups
What is the relationship between the peer definitions and the register command? In reviewing the sample sip.conf it seems that you can place the "sip_proxY" peer as the hostname. Is this correct? This question adds the the Broadvoice thread and where to place the dtmfmode variable. sip.conf --- (asterisk sample) -------------------------------- ;register =>
2007 Jun 19
3
Urgent. When the peer returned a 301 forwarded, asterisk thinks it's a local extension.
When making an outbound call, the outbound peer return a 301 forwarded with URI to other domain, but asterisk think it's a local domain and try to look it up from extension.conf. How to configure so that a 301 forwarded with URI from other domain thinks it's outgoing to another proxy? thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL:
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 Apr 01
2
Newbie question - sip.conf incoming contexts
Hello! I've been struggling with the documentation for months on this simple subject... I still have not been able to get this concept down... I have 3 sip accounts (PSTN DID's) that come into my asterisk box and give me phone service from my itsp via SIP. I for the life of me have not been able to figure out how to get them to come in to 3 seperate contexts! This must be simple but I
2004 Dec 13
1
Repost: Cisco 7960 and Asterisk...not working....
Anyone help me here? I am a newbie so be gentle ;-)...... It worked once and then I played with the configs. I have a static IP address which is on my private network.. Phone is 192.192.192.220 and asterisk server is 192.192.192.22 I have the 7690 with a SIP iamge (Whatever latest is ) I have 3 lines setup with Free World Dial up and have the 4th setup to connect to my asterisk server. Here