similar to: Sip exten matching based on contact: sip header?

Displaying 20 results from an estimated 3000 matches similar to: "Sip exten matching based on contact: sip header?"

2007 Aug 19
4
GotoIf not working with ${EXTEN} for me in 1.4.8
I am using GotoIf all over the place in 1.4.8 but for some reason, the following in my dial plan: ############################################################# exten => _1NXXNXXXXXX,1,GotoIf([${EXTEN} = "15554441212"]?100) exten => _1NXXNXXXXXX,n,Dial(SIP/provider1/${EXTEN},60) exten => _1NXXNXXXXXX,n,Dial(SIP/provider2/${EXTEN},60) exten => _1NXXNXXXXXX,n,Hangup exten =>
2012 Oct 10
0
Network issue with multiple uplinks
Hello everyone. I've stumbled upon a strange networking issue with multiple interfaces on CentOS 5. The network setup is just like the diagram in http://lartc.org/howto/lartc.rpdb.multiple-links.html It looks like linux is not routing correctly outgoing packets on interfaces different from the one of the default gateway, but instead broadcasts an ARP request on the link, looking for the
2006 Feb 07
0
Modifying dialplan for DUNDi compatibility
Greetings all, I'd like to start implementing a private DUNDi peering group between one of our asterisk servers hosted at a datacentre and the various asterisk boxes sitting at clients' premises. On most of the clients' boxes the dialplan will have an [in-pstn] section containing the various numbers that should be recognised by that box. Where they're from a VoIP provider they
2017 Dec 14
2
Rewrite Outgoing Number
Kevin Larsen - Systems Analyst - Pioneer Balloon - Ph: 316-688-8208 asterisk-users-bounces at lists.digium.com wrote on 12/14/2017 09:36:06 AM: > From: "basti" <mailinglist at unix-solution.de> > To: asterisk-users at lists.digium.com > Date: 12/14/2017 09:36 AM > Subject: Re: [asterisk-users] Rewrite Outgoing Number > Sent by: asterisk-users-bounces at
2005 Sep 22
1
Early Media with Asterisk
Hi :) I hope someone has a hint concerning Early Media. The situation: My Asterisk is connected to small local carrier who works with several SIP servers. I traced some SIP headers and find something like this: Via: SIP/2.0 UDP sip1.provider1.de In the SDP part I found something like this: o=- 2268929 0 IN IP4 sip2.provider1.de c=IN IP4 sip2.provider1.de If I send
2017 Dec 14
3
Rewrite Outgoing Number
Hello, I am new on asterisk and do some tests on freepbx. I have 2 SIP provider: Provider1: In-/Out- Flatrate, only 1 Number Provider2: Incoming Flatrate, Outgoing Cost depend on destination, 3 numbers On Asterisk site i have 3 phones (branch ??, don't know how its called in asterisk) Is it possible to do something like: Phone 1: Incoming Call: Number1/Provider1 Outgoing Call:
2007 May 16
0
NO ANSWER, When openser make an oubound SIP call to my asterisk
Hi all, I try to make a call from my Openser(SIP Proxy) to the asterisk in different machine. I use my asterisk as a trunking gateway. I can make a call from my openser to some trunking gateway such as my cisco 5300 or welltech 5250. In the same method, I try to make a call to asterisk ( sip listen on udp 5060 ) I use ngrep on my asterisk machine and list as below. But I can't find any sip
2008 Feb 28
0
OT : OpenSER Summit & Pavilion - 17th to 19th of March, 2008 , San Jose, US
I'm taking the liberty to announce this event on the Asterisk mailing list, as Asterisk and OpenSER form a valuable combination in SIP architectures. The second edition of OpenSER Summit will take place in San Jose, USA ,on the 17th of March, 2008, during VonX Spring 2008 pre-conference events. This is the first US edition of the OpenSER Summit - to learn more about the agenda and layout of
2007 Dec 07
0
Asterisk is not adding Via field
Hi, I am trying to integrate asterisk with openser for a simple call. I am facing some issues with Asterisk. Below is the explanation: I have a UA1 sending invite to UA2 through Openser and Asterisk with the below sequence. Sequence is UA1->OpenSER->Asterisk->Openser->UA2 When Asterisk gets the INVITE, the INVITE contains two Via headers, one of the UA1 and
2006 Mar 17
1
Sticky Problem SER/Asterisk
Trying to find a solution to a sticky problem here. We have 3 OpenSER systems. Phones register with the OpenSER systems, and after they authenticate the user, pass the registration info using OpenSER's send() command to all Asterisk boxes sitting behind them. Each asterisk system then knows about every phone. For this to work, I had to turn off authentication in Asterisk for both
2007 May 19
1
asterisk not sending ACK after reinvite
Hi, I am faced with this dilema of asterisk not sending an ACK after it receives 200 OK from OpenSER (which is a response to a reinvite request sent by asterisk. Here is my setup Carrier<->OpenSER<->Asterisk1<->Asterisk2 A user is connected with Asterisk1 (through the carrier and OpenSER). On certain dtmf events the call is forwarded to Asterisk2 using the Dial command.
2009 Mar 02
1
SIP dialog matching problem? (1.4.23.1)
Hello all, Not sure if this mail belongs to this users or dev list. Sorry about that. We have the following scenario: PhoneA OpenSER Asterisk PhoneB PhoneC | | | | | | | | | | | | | |
2006 Mar 14
0
Problem with uac_replace and corrupted From
Hi, Using openser 1.1.0-dev8 as a registrar/proxy in from of Asterisk. Recently I have been getting errors from Asterisk due to corrupted From: headers, which appear to be caused by uac_replace. Here is a section of the debug log: Mar 14 15:12:00 www1 /usr/sbin/openser[7933]: DBG:uac::restore_from_reply: removing <From: <sip:lenc_domain.com@sip.domain.com>;tag=635c3ce6 > Mar
2003 Jun 20
1
doubt about Load Balancing
Hello In the LARCT how-to subitem: 4.2.2. Load balancing the following phrase says: "" Instead of choosing one of the two providers as your default route, you now set up the default route to be a multipath route. In the default kernel this will balance routes over the two providers. It is done as follows (once more building on the example in the section on split-access): ip
2005 Sep 01
1
Problem with include
Hi, I put on sip.conf the following line #include "sip.d/*.conf" inside I have files like that provider1.conf provider2.conf But asterisk does not want to load it This is the error Sep 1 13:18:35 VERBOSE[8756]: == Parsing '/etc/asterisk/sip.d/*.conf': Sep 1 13:18:35 VERBOSE[8756]: == Parsing '/etc/asterisk/sip.d/*.conf': Not found (No such file or directory) this
2006 Jan 13
0
NOTIFY authentication
Hi, does anybody know if asterisk can authenticate on a NOTIFY send to a peer. I use OpenSER as SIP-Proxy and asterisk as voicemail system with ODBC Support for voicemail-messages, voicemail-users and sip-peers/users. My SIP-Users register with OpenSER. Asterisk has two views on the OpenSER database for voicemail-users and sip-peers. Call-Routing, leaving voicemail-messages in database an MWI
2006 Mar 02
0
Redirect a sip outbound requests to a sip proxy
Hi all, Is there a solution to solve this ? ASTERISK 1.2.4 || Internet===SER/OPENSER=====Nat==[private net] || sip agents rtpproxy/mediaproxy Sip agents use SER/OPENSER as an outbound sip proxy and asterisk as a registar server, pbx functions, ... SER/OPENSER look for domains in URI. if domains are handled by SER/OPENSER
2008 Apr 04
0
Forking using Openser And Asterisk
Hi All, I am stuck with an issue in the Openser+Asterisk Forking. In this solution we are using Openser as the Registrar. Hence it will store all the contact bindings along with the q values for a given user, say ua1. The current setup is such that the INVITEs are sent to Asterisk by Openser and Asterisk sends out the INVITE. Now if ua1 is registered with two different contacts having
2007 Apr 24
1
SER/OpenSER, I Finally Get It.............General Observation
Sorry if this hit the list twice, sent out yesterday, but didn't see it show up. Hi All, Can Asterisk be used as a SIP proxy, blah, blah, blah??? I've glanced over questions like this through the years, with a good idea on what a SIP proxy is and what Asterisk is and IS NOT. I never really took the time to lab-up SER and test drive it to see what advantages might be gained from using
2007 Jul 05
1
Simple CDRs w/Asterisk/OpenSER.
Suggestions on how to use Asterisk to collect CDRs from a OpenSER-based proxy / call routing setup? I need to get simple CDRs; not for detailed settlement/rating, but just for reconciliation with an ultimate TDM carrier just to make sure we only get billed for what we're actually using. I'd use the often-heralded approach of dumping a call from OpenSER into Asterisk and having it