search for: transport1

Displaying 20 results from an estimated 37 matches for "transport1".

Did you mean: transport
2015 Apr 01
4
PJSIP Endpoint AOR question
...the aors=field to match the name of the endpoint section. Is this correct? Would there ever be a need for multiple aors to a single endpoint? Since the field is named aors, I thought this would be possible. How would I do this if I have to name the aor the name of the endpoint? This fails... [transport1] type = transport bind = 0.0.0.0 protocol = udp [aor3] type = aor max_contacts = 1 remove_existing = yes [auth3] type = auth username = 1003 password = Password [1003] type = endpoint context = Test transport = transport1 auth = auth3 aors = aor3 dtmf_mode = inband device_state_busy_at = 1 disal...
2017 Dec 13
2
Is it possible to have two endpoints to the same IP address where one uses IP based authentication and the other requires asterisk to register to that system?
...have an endpoint configured to a system using IP based authentication. It is configured with a match setting in the endpoint section. All channels coming from that IP address go to this endpoint. They want me to keep this endpoint, but add a new endpoint where we register with them. Existing... [transport1] type = transport bind = 0.0.0.0 protocol = udp [1002] type = aor remove_existing = yes contact = sip:1002 at xxx.xxx.xxx.xxx [1002] type = endpoint context = mycontext transport = transport1 accountcode = 6 dtmf_mode = inband device_state_busy_at = 48 force_rport = no identify_by = username from...
2015 Apr 01
1
PJSIP Endpoint AOR question
...ever be a need for multiple aors to a single endpoint? Since >> the field is named aors, I thought this would be possible. How would I do >> this if I have to name the aor the name of the endpoint? >> >> >> >> This fails... >> >> >> >> [transport1] >> >> type = transport >> >> bind = 0.0.0.0 >> >> protocol = udp >> >> >> >> [aor3] >> >> type = aor >> >> max_contacts = 1 >> >> remove_existing = yes >> >> >> >> [auth3] >&g...
2014 Dec 16
3
PJSIP configuration question
Ok Dan, try this... I was able to get this to work behind a NAT and with ip address authentication. [global] type = global debug = yes [transport1] type = transport bind = 0.0.0.0 protocol = udp *local_net=<yourlocalnet I.E. 10.10.10.10/24 <http://10.10.10.10/24>>external_media_address=<your public ip address>external_signaling_address=<your public address>* [outbound.vitelity.net] type = aor remove_existing = yes q...
2014 Dec 10
4
PJSIP configuration question
...ion: Originate ActionID: S8 Channel: SIP/outbound.vitelity.net/8005555555 Exten: createcall Context: TestApp Priority: 1 Timeout: 60000 CallerID: John Doe <1234> Variable: CALLERID(num-pres)=allowed_passed_screened Async: true I translated those settings to the following for pjsip.conf... [transport1] type = transport bind = 0.0.0.0 protocol = udp [outbound.vitelity.net] type = aor remove_existing = yes contact = sip:64.2.142.93 at 5060 [outbound.vitelity.net] type = endpoint context = TestApp transport = transport1 aors = outbound.vitelity.net dtmf_mode = rfc4733 force_rport = yes rtp_symmet...
2015 Apr 01
0
PJSIP Endpoint AOR question
...correct? > > > > Would there ever be a need for multiple aors to a single endpoint? Since > the field is named aors, I thought this would be possible. How would I do > this if I have to name the aor the name of the endpoint? > > > > This fails... > > > > [transport1] > > type = transport > > bind = 0.0.0.0 > > protocol = udp > > > > [aor3] > > type = aor > > max_contacts = 1 > > remove_existing = yes > > > > [auth3] > > type = auth > > username = 1003 > > password = Password > &gt...
2014 Dec 16
1
PJSIP configuration question
...trace showed a different IP address than the older chan_sip so he had me change the aor contact to outbound.vitelity.net At this point, it seems to be working (and this is going through a Cisco ALG). I will run more tests, but here is the pjsip.conf I have. [global] type = global debug = yes [transport1] type = transport bind = 0.0.0.0 protocol = udp [outbound.vitelity.net] type = aor remove_existing = yes qualify_frequency = 60 contact = sip:outbound.vitelity.net [outbound.vitelity.net] type = endpoint context = TestApp transport = transport1 aors = outbound.vitelity.net dtmf_mode = rfc4733 for...
2017 Dec 18
3
Is it possible to have two endpoints to the same IP address where one uses IP based authentication and the other requires asterisk to register to that system?
...y have an endpoint configured to a system using IP based authentication. It is configured with a match setting in the endpoint section. All channels coming from that IP address go to this endpoint. They want me to keep this endpoint, but add a new endpoint where we register with them. Existing? [transport1] type = transport bind = 0.0.0.0 protocol = udp [1002] type = aor remove_existing = yes contact = sip:1002 at xxx.xxx.xxx.xxx [1002] type = endpoint context = mycontext transport = transport1 accountcode = 6 dtmf_mode = inband device_state_busy_at = 48 force_rport = no identify_by = username from...
2015 Jul 14
2
pjsip.conf question
...nf... [general] context = ABC srvlookup = no callcounter = yes [3400] type = friend qualify = no nat = no host = xxx.xxx.xxx.xxx incominglimit = 32 accountcode = 1 port = 5060 context = DEF dtmfmode = inband insecure = invite I am trying to make it work with PJSIP. My pjsip.conf looks like... [transport1] type = transport bind = 0.0.0.0 protocol = udp [3400] type = aor max_contacts = 1 remove_existing = yes contact=sip:xxx.xxx.xxx.xxx [3400] type = endpoint context = DEF transport = transport1 aors = 3400 accountcode = 1 dtmf_mode = inband device_state_busy_at = 32 Dan Cropp Senior Software En...
2014 Dec 15
2
PJSIP configuration question
...; > > > Thank you for looking into this. > > This is behind a nat? > > > > > > Just to be clear...both the pbx and local endpoints are behind the same > NAT? > > > > > > [global] > > type = global > > debug = yes > > > > [transport1] > > type = transport > > bind = 0.0.0.0 > > protocol = udp > > > > [outbound.vitelity.net] > > type = aor > > remove_existing = yes > > qualify_frequency = 60 > > contact = sip:64.2.142.93 > > > > [outbound.vitelity.net] > > t...
2014 Dec 15
2
PJSIP configuration question
...o.com> wrote: > > Hi George, > > > > Thank you for looking into this. > > This is behind a nat? > > > Just to be clear...both the pbx and local endpoints are behind the same NAT? > [global] > > type = global > > debug = yes > > > > [transport1] > > type = transport > > bind = 0.0.0.0 > > protocol = udp > > > > [outbound.vitelity.net] > > type = aor > > remove_existing = yes > > qualify_frequency = 60 > > contact = sip:64.2.142.93 > > > > [outbound.vitelity.net] > > t...
2014 Dec 16
2
PJSIP configuration question
...Mailing List - Non-Commercial Discussion > *Subject:* Re: [asterisk-users] PJSIP configuration question > > > > Ok Dan, try this... I was able to get this to work behind a NAT and with > ip address authentication. > > [global] > type = global > debug = yes > > [transport1] > type = transport > bind = 0.0.0.0 > protocol = udp > > > > *local_net=<yourlocalnet I.E. 10.10.10.10/24 > <http://10.10.10.10/24>>external_media_address=<your public ip > address>external_signaling_address=<your public address>* > [outbound.v...
2018 Jan 04
3
Is it possible to have two endpoints to the same IP address where one uses IP based authentication and the other requires asterisk to register to that system?
...an endpoint configured to a system using IP based authentication. It is configured with a match setting in the endpoint section. All channels coming from that IP address go to this endpoint. They want me to keep this endpoint, but add a new endpoint where we register with them. Existing? [transport1] type = transport bind = 0.0.0.0 protocol = udp [1002] type = aor remove_existing = yes contact = sip:1002 at xxx.xxx.xxx.xxx [1002] type = endpoint context = mycontext transport = transport1 accountcode = 6 dtmf_mode = inband device_state_busy_at = 48 force_rport = no identify_...
2014 Dec 15
2
PJSIP configuration question
On Mon, Dec 15, 2014 at 2:08 PM, Dan Cropp <dan at amtelco.com> wrote: > > Today, I tried the same behavior on Asterisk 13.1.0 and Asterisk 12.2.0. > > > > Same problem is happening with both of them. > > > > Could this be caused by PJPROJECT 2.3? > > > > Anyone have any suggestions for what I can try? > > > > My boss is giving me until
2020 Feb 14
2
Question on pjsip.conf and aors
I have the following configuration... [aor3] type = aor max_contacts = 1 remove_existing = yes [auth3] type = auth username = 1004 password = SuperSecretProbation [1004] type = endpoint context = IS transport = transport1 auth = auth3 aors = aor3 accountcode = 3 dtmf_mode = rfc4733 device_state_busy_at = 2 force_rport = no moh_passthrough = yes disallow = all allow = ulaw acl = acl1 When a register attempt is received, asterisk outputs... [02/14 12:53:29.870] WARNING[7883] res_pjsip_registrar.c: AOR '1004'...
2015 Dec 15
2
PJSIP configuration question
Thank you Joshua. I tried setting the from_domain for the endpoint, but it still sends the internal ip address for the INVITE's From field [acl1] type = acl deny = 0.0.0.0/0.0.0.0 permit = variousaddress permit = bluipaddress [transport1] type = transport bind = 0.0.0.0 protocol = udp [BLUIPIN] type = aor remove_existing = yes contact = sip:bluipaddress [auth7] type = auth username = didassignedbybluip password = password [didassignedbybluip] type = endpoint context = TestApp transport = transport1 outbound_auth = auth7 aors =...
2014 Dec 16
4
PJSIP configuration question
...t; *Subject:* Re: [asterisk-users] PJSIP configuration question >> >> >> >> Ok Dan, try this... I was able to get this to work behind a NAT and with >> ip address authentication. >> >> [global] >> type = global >> debug = yes >> >> [transport1] >> type = transport >> bind = 0.0.0.0 >> protocol = udp >> >> >> >> *local_net=<yourlocalnet I.E. 10.10.10.10/24 >> <http://10.10.10.10/24>>external_media_address=<your public ip >> address>external_signaling_address=<your...
2014 Dec 10
0
PJSIP configuration question
...y.net/8005555555 > Exten: createcall > Context: TestApp > Priority: 1 > Timeout: 60000 > CallerID: John Doe <1234> > Variable: CALLERID(num-pres)=allowed_passed_screened > Async: true > > > I translated those settings to the following for pjsip.conf... > > [transport1] > type = transport > bind = 0.0.0.0 > protocol = udp > > [outbound.vitelity.net] > type = aor > remove_existing = yes > contact = sip:64.2.142.93 at 5060 > You might want to set a qualify_frequency here to see if the server responds to OPTIONS messages. Also 64.2.142....
2014 Dec 15
0
PJSIP configuration question
Hi George, Thank you for looking into this. This is behind a nat? [global] type = global debug = yes [transport1] type = transport bind = 0.0.0.0 protocol = udp [outbound.vitelity.net] type = aor remove_existing = yes qualify_frequency = 60 contact = sip:64.2.142.93 [outbound.vitelity.net] type = endpoint context = TestApp transport = transport1 aors = outbound.vitelity.net dtmf_mode = rfc4733 force_rport =...
2014 Dec 16
0
PJSIP configuration question
...h Sent: Monday, December 15, 2014 7:27 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] PJSIP configuration question Ok Dan, try this... I was able to get this to work behind a NAT and with ip address authentication. [global] type = global debug = yes [transport1] type = transport bind = 0.0.0.0 protocol = udp local_net=<yourlocalnet I.E. 10.10.10.10/24<http://10.10.10.10/24>> external_media_address=<your public ip address> external_signaling_address=<your public address> [outbound.vitelity.net<http://outbound.vitelity.net>] t...