Displaying 8 results from an estimated 8 matches for "simpletrans".
2016 Apr 04
2
Is it possible to have two trunks between two Asterisk boxes ?
...ferents PJSIP trunks between
two Asterisk 13.8.0enabled boxes.
I thought I could set up both trunks like this:
Box A/port 5060 <------ Trunk1 -----> Box B/port 5060
Box A/port 5062 <------ Trunk2 -----> Box B/port 5062
and declare trunks like this:
[foobar1]
type=endpoint
transport=simpletrans
context=from-customer
aors=foobar1
allow=!all,alaw
[foobar1]
type=identify
endpoint=foobar1
match=100.66.1.104:5060
[foobar1]
type=aor
contact=sip:100.66.1.104:5060
(In my above example,simpletrans is one of the two configured UDP
transports).
When giving this a try, the Asterisk box receiving...
2015 Jan 30
0
Remote Attended Transfer
...n an OpenSIPS
Phone1 calls Phone2
Phone1 calls Asterisk 13
Phone1 transfers call in Asterisk 13 to Phone 2
But the transfer fails with an "NOTIFY 400 Bad Request". In Asterisk log I
don't see any reference to "external_replaces" extension when the REFER
arrives
pjsip.conf
[simpletrans]
type=transport
protocol=udp
bind=0.0.0.0
[mytrunk]
type=registration
transport=simpletrans
outbound_auth=mytrunk
server_uri=sip:111 at 89.1.23.217:5060
client_uri=sip:111 at 89.1.23.217:5060
[mytrunk]
type=auth
auth_type=userpass
password=111
username=111
[mytrunk]
type=aor
contact=sip:89.1.23....
2015 Feb 02
0
Asterisk 13, PJSIP and T38 problem
...om the debug of the Patton i see many "Wrong media type. Drop FAX Packet?.
How to ensure that the fax, received by asterisk from the provider with T38 protocol, is routed to the Patton using again T38 protocol?
Below my pjsip.conf? file:
;===============TRANSPORT=========================
[simpletrans]
type=transport
protocol=udp
bind=0.0.0.0:5060
;===============TRUNK==============================
[trunk-provider]
type=endpoint
transport=simpletrans
context=in_provider
direct_media=no
disallow=all
allow=alaw
allow=g729
aors=trunk-provider
t38_udptl=yes
t38_udptl_ec=redundancy
t38_udptl_maxda...
2018 Jul 28
2
Can someone please help with this sip2sip pjsip_wizard "no matching endpoint" issue?
...t;
<sip:myusername at sip2sip.info>' failed for 'x.x.x.x:5060' (callid:
5fa139428fef42d9bd0cd4063e10b047) - No matching endpoint found
here's what I have in pjsip_wizard.conf
[sip2sip]
type = wizard
sends_auth = yes
accepts_registrations = yes
transport = simpletrans
outound_auth/username = myusername at sip2sip.info
outound_auth/password = password
remote_hosts = 81.23.228.129,85.17.186.7,81.23.228.150,sip2sip.info
endpoint/allow = alaw
endpoint/context = fromsip2sip
aor/max_contacts = 3
registration/contact_user = myusername
ou...
2015 Feb 02
2
Asterisk 13 - realtime + static modes
...ua!
However I'm getting following error:
[2015-02-02 16:55:56] ERROR[32605] res_sorcery_config.c: Could not create
an object of type 'endpoint' with id '192.168.1.3' from configuration file
'pjsip.conf'
my endpoint is defined as:
[192.168.1.3]
type = endpoint
transport=simpletrans
context = inbound
dtmf_mode = inband
disallow = all
allow = alaw
allow = ulaw
aors = 192.168.1.3
Thanks,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20150202/a21adfec/attachment.html>
2015 Feb 02
0
Asterisk 13 - realtime + static modes
...error:
> [2015-02-02 16:55:56] ERROR[32605] res_sorcery_config.c: Could not
> create an object of type 'endpoint' with id '192.168.1.3' from
> configuration file 'pjsip.conf'
>
> my endpoint is defined as:
> [192.168.1.3]
> type = endpoint
> transport=simpletrans
> context = inbound
> dtmf_mode = inband
> disallow = all
> allow = alaw
> allow = ulaw
> aors = 192.168.1.3
Does "pjsip show endpoints" show it? I think there may be a regression
or something where it is trying to create endpoints before it can...
leading to an error...
2015 Feb 02
1
Asterisk 13 - realtime + static modes
...5:56] ERROR[32605] res_sorcery_config.c: Could not
>> create an object of type 'endpoint' with id '192.168.1.3' from
>> configuration file 'pjsip.conf'
>>
>> my endpoint is defined as:
>> [192.168.1.3]
>> type = endpoint
>> transport=simpletrans
>> context = inbound
>> dtmf_mode = inband
>> disallow = all
>> allow = alaw
>> allow = ulaw
>> aors = 192.168.1.3
>>
>
> Does "pjsip show endpoints" show it? I think there may be a regression or
> something where it is trying to create e...
2015 Feb 02
2
Asterisk 13 - realtime + static modes
Hello,
In Asterisk 11 it is possible to set extensions on DB table (sipppers) and
also in sip.conf.
But in Asterisk 13 apparently this is not possible: as I tried to set in
ps_endpoints and also in pjsip.conf but only the realtime endpoints are
loaded.
Is there a way to use realtime + static modes at the same time for the
ps_endpoints lookup using PJSIP.
Thanks
-------------- next part