Hello,
I have newly installed Asterisk 13.0.1 on my raspberry box.
I am triyng to set up PJSIP using an IPV6 transport.
The box has a global address and two local addresses:
asterisk@raspbx ~ $ ifconfig -a
eth0 Link encap:Ethernet HWaddr b8:27:eb:da:bb:b6
inet addr:192.168.178.99 Bcast:192.168.178.255 Mask:255.255.255.0
inet6 addr: fe80::ba27:ebff:feda:bbb6/64 Scope:Link
inet6 addr: 2a02:8070:8680:9520:ba27:ebff:feda:bbb6/64 Scope:Global
inet6 addr: fd00::ba27:ebff:feda:bbb6/64 Scope:Global
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:23373 errors:0 dropped:0 overruns:0 frame:0
TX packets:26482 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2431636 (2.3 MiB) TX bytes:11339366 (10.8 MiB)
The transport definition in pjsip.conf is:
[udp-ipv6]
type=transport
protocol=udp
bind=::
as it is described in the documentation to have it binded to all available addresses
I get the following message when starting up asterisk:
[Dec 12 00:58:23] Asterisk 13.0.1 built by root @ raspberrypi on a armv6l running Linux on 2014-12-06 17:25:37 UTC
[Dec 12 00:58:24] NOTICE[10157] cdr.c: CDR simple logging enabled.
[Dec 12 00:58:26] NOTICE[10157] loader.c: 232 modules will be loaded.
[Dec 12 00:58:26] WARNING[10157] loader.c: Error loading module 'res_monitor.so': /usr/lib/asterisk/modules/res_monitor.so: undefined symbol: __ast_beep_stop
[Dec 12 00:58:31] ERROR[10157] config_options.c: Could not find option suitable for category 'easybell' named 'aors' at line 34 of
[Dec 12 00:58:31] ERROR[10157] res_sorcery_config.c: Could not create an object of type 'auth' with id 'easybell' from configuration file 'pjsip.conf'
[Dec 12 00:58:31] ERROR[10157] config_options.c: Error parsing bind=:: at line 8 of
[Dec 12 00:58:31] ERROR[10157] res_sorcery_config.c: Could not create an object of type 'transport' with id 'udp-ipv6' from configuration file 'pjsip.conf'
Is there an alternate way to bind asterisk to all available IPV6 addresses, I do not want to use a specific address, as the address is given by the ISP and may change over time.
(I did not yet try to bind asterisk to the global address)
Statistics : Posted by rbasche • on Fri Dec 12, 2014 10:53 am • Replies 8 • Views 191