![]() |
2010-04-17
, 23:35
|
|
Posts: 708 |
Thanked: 125 times |
Joined on Jan 2007
@ Too Close To D.C
|
#12
|
Hi heavyt
I am using N900. I am facing the same problem......
What is missing? Please help.
![]() |
2010-12-03
, 19:30
|
Posts: 19 |
Thanked: 47 times |
Joined on Nov 2010
|
#13
|
/etc/vpnc/vpnc-script-post-connect-action ---------- #!/bin/sh source /etc/osso-af-init/af-defines.sh for acct in `mc-tool list | grep sofiasip/sip`; do mc-tool update $acct \ string:local-ip-address=$INTERNAL_IP4_ADDRESS done ---------- /etc/vpnc/vpnc-script-post-disconnect-action ---------- #!/bin/sh source /etc/osso-af-init/af-defines.sh for acct in `mc-tool list | grep sofiasip/sip`; do mc-tool update $acct clear:local-ip-address done ---------
![]() |
2010-12-04
, 23:06
|
Posts: 2 |
Thanked: 0 times |
Joined on Dec 2010
|
#14
|
![]() |
2010-12-05
, 05:09
|
Posts: 16 |
Thanked: 0 times |
Joined on Mar 2010
|
#15
|
![]() |
2010-12-05
, 08:21
|
Posts: 306 |
Thanked: 106 times |
Joined on Feb 2010
|
#16
|
Hi rajil and heavyt
Could you please help me about this sip audio problem with N900? My phone conects and calls but no voice. I can't hear them and they can't hear me. Help please.
I am using N900. I am facing the same problem
/etc/openvpn/nokia.up tun0 1500 1542 10.9.170.78 10.9.170.77 init
script failed: could not execute external program
Exitng
I added these 3 lines to my .ovpn file
script-security 2
up /etc/openvpn/nokia.up
down /etc/openvpn/nokia.down
My nokia.up script
#!/bin/sh
source /etc/osso-af-init/af-defines.sh
for acct in `mc-tool list | grep sofiasip/sip`; do
mc-tool update $acct string:local-ip-address=$4
done
My nokia.down script
#!/bin/sh
source /etc/osso-af-init/af-defines.sh
for acct in `mc-tool list | grep sofiasip/sip`; do
mc-tool update $acct clear:local-ip-address
done
I have tried doing "chmod 755 /etc/openvpn/nokia.up /etc/openvpn/nokia.down" to
set the execute-allowed bits.
What is missing? Please help.