Kanuri, Seshu (Company IT)
2005-Jun-06 12:39 UTC
[Asterisk-Users] CLUELESS NEWBIE needs help making an outboundsip call to PSTN
Steve,
1) go to /etc/asterisk
2) open modules.conf for editing using vi
3) add this line:
noload=pbx_wilcalu.so
4) Save the file
5) Restart asterisk
Lightup the candles, open the Cabernet Savignon ( or whatever your
prefernce) and call your girlfriend.
;)
Seshu
-----Original Message-----
From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Steve
Sent: Monday, June 06, 2005 3:03 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] CLUELESS NEWBIE needs help making an
outboundsip call to PSTN
Still just simply want to be able to make an outbound sip provider call
from asterisk.... that's all :-) Kinda like that guy that wants to call
his girlfriend....
I'm getting lonely here.
Ok completely started over....
Installed CVS-HEAD
zaptel seems to compile ok (see lots of warnings)
libpri seems to compile ok
zaptel and ztdummy load ok after compile
asterisk builds ok but exits with this error at runtime:
[pbx_wilcalu.so]Jun 6 14:32:54 WARNING[27986]: loader.c
:310 __load_resource: /usr/lib/asterisk/modules/pbx_wilcalu.so:
undefined
symbol: ast_p
thread_create
Jun 6 14:33:49 WARNING[27986]: loader.c:518 load_modules
: Loading module pbx_wilcalu.so failed!
asterisk will not run!
I have no idea what this means or how to deal with it. any help is much
appreciated!
Asterisk version: Vontage:/etc/asterisk# asterisk -V
Asterisk CVS-HEAD
umm.... not really informative there.... :-) I downloaded and built it
June, 6
2:45PM Eastern STD time (US)
Here's some more info about my system just in case it is userful:
Stable compiles & runs OK.
Thanks!
Steve
Vontage:/usr/src/asterisk# cd /proc/version
-bash: cd: /proc/version: Not a directory
Vontage:/usr/src/asterisk# cat /proc/version ; cat /proc/cpuinfo
Linux version 2.4.27-2-386 (horms@charles.lab.ultramonkey.org) (gcc
version 3.3.5 (Debian 1:3.3.5-6)) #1 Thu Jan 20 10:55:08 JST 2005
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 5
model name : Pentium II (Deschutes)
stepping : 2
cpu MHz : 448.976
cache size : 512 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
mca
cmov pat pse36 mmx fxsr
bogomips : 894.56
Vontage:/usr/src/asterisk# free
total used free shared buffers
cached
Mem: 321924 284556 37368 0 76080
149288
-/+ buffers/cache: 59188 262736
Swap: 373928 0 373928
Vontage:/usr/src/asterisk# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/hda3 7661260 1131756 6140332 16% /
tmpfs 160960 0 160960 0% /dev/shm
/dev/hda1 90297 5768 79712 7% /boot
Vontage:/usr/src/asterisk#
Vontage:/usr/src/asterisk# lsmod
Module Size Used by Not tainted
ztdummy 1688 0 (unused)
zaptel 219616 0 [ztdummy]
af_packet 11048 1 (autoclean)
usb-uhci 19504 0 [ztdummy]
usbcore 52268 1 [usb-uhci]
ymfpci 39144 0
ac97_codec 11252 0 [ymfpci]
soundcore 3268 2 [ymfpci]
ide-scsi 8272 0
scsi_mod 86052 1 [ide-scsi]
8139too 12328 1
mii 1952 0 [8139too]
crc32 2848 0 [8139too]
agpgart 39108 0 (unused)
dm-mod 36120 0 (unused)
ide-cd 27072 0
cdrom 26212 0 [ide-cd]
rtc 5768 0 (autoclean)
ext3 65388 1 (autoclean)
jbd 34628 1 (autoclean) [ext3]
ide-detect 288 0 (autoclean) (unused)
piix 7784 1 (autoclean)
ide-disk 12448 3 (autoclean)
ide-core 91832 3 (autoclean) [ide-scsi ide-cd
ide-detect
piix ide-disk]
unix 12752 9 (autoclean)
--------------------------------------------------------
NOTICE: If received in error, please destroy and notify sender. Sender does not
waive confidentiality or privilege, and use is prohibited.
Steve
2005-Jun-06 14:16 UTC
[Asterisk-Users] CLUELESS NEWBIE needs help making an outboundsip call to PSTN
Thanks guys that did the trick as far as getting it to run.
I have no clue what that module is either....
So I am now up & running with very fresh CVS-HEAD
However I'm back to square one as far as trying to get an outbound sip
call to work.
It still does not work and I am 100% sure I am using the proper
username/password
And as usual register works fine and incoming calls continue to work just
fine!
Here's the type of error I get if I try to place an outbound call:
Asterisk Ready.
*CLI> -- Executing Dial("SIP/77-eeeb",
"SIP/15168372973@stanaphone-out") in new stack
-- Called 15168372973@stanaphone-out
Jun 6 17:21:22 WARNING[28076]: chan_sip.c:8470 handle_response: Forbidden
- wrong password on authentication for INVITE to '"Steve 5.8Ghz
Cordless"
<sip:77@68.42.113.92>;tag=as29b7f11b'
-- SIP/stanaphone-out-ec61 is circuit-busy
== Everyone is busy/congested at this time (1:0/1/0)
-- Got SIP response 481 "Call Leg Does Not Exist" back from
204.147.183.18
I will completely and from scratch delete everything in the modules
directory as directed and recompile everything and see if it works....
I somehow expect that it will not but here goes.
Thanks & take care!
Steve
-------------------------------------------------------------------------
On Mon, 6 Jun 2005, Kanuri, Seshu (Company IT) wrote:
> Steve,
>
> 1) go to /etc/asterisk
> 2) open modules.conf for editing using vi
> 3) add this line:
> noload=pbx_wilcalu.so
>
> 4) Save the file
> 5) Restart asterisk
>
> Lightup the candles, open the Cabernet Savignon ( or whatever your
> prefernce) and call your girlfriend.
>
> ;)
>
> Seshu
>
> -----Original Message-----
> From: asterisk-users-bounces@lists.digium.com
> [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Steve
> Sent: Monday, June 06, 2005 3:03 PM
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: Re: [Asterisk-Users] CLUELESS NEWBIE needs help making an
> outboundsip call to PSTN
>
>
> Still just simply want to be able to make an outbound sip provider call
> from asterisk.... that's all :-) Kinda like that guy that wants to call
> his girlfriend....
> I'm getting lonely here.
>
>
> Ok completely started over....
>
> Installed CVS-HEAD
>
> zaptel seems to compile ok (see lots of warnings)
> libpri seems to compile ok
>
> zaptel and ztdummy load ok after compile
>
> asterisk builds ok but exits with this error at runtime:
>
> [pbx_wilcalu.so]Jun 6 14:32:54 WARNING[27986]: loader.c
> :310 __load_resource: /usr/lib/asterisk/modules/pbx_wilcalu.so:
> undefined
> symbol: ast_p
> thread_create
> Jun 6 14:33:49 WARNING[27986]: loader.c:518 load_modules
> : Loading module pbx_wilcalu.so failed!
>
> asterisk will not run!
>
> I have no idea what this means or how to deal with it. any help is much
> appreciated!
>
> Asterisk version: Vontage:/etc/asterisk# asterisk -V
> Asterisk CVS-HEAD
>
> umm.... not really informative there.... :-) I downloaded and built it
> June, 6
> 2:45PM Eastern STD time (US)
>
> Here's some more info about my system just in case it is userful:
>
> Stable compiles & runs OK.
>
> Thanks!
>
> Steve
>
> Vontage:/usr/src/asterisk# cd /proc/version
> -bash: cd: /proc/version: Not a directory
> Vontage:/usr/src/asterisk# cat /proc/version ; cat /proc/cpuinfo
> Linux version 2.4.27-2-386 (horms@charles.lab.ultramonkey.org) (gcc
> version 3.3.5 (Debian 1:3.3.5-6)) #1 Thu Jan 20 10:55:08 JST 2005
> processor : 0
> vendor_id : GenuineIntel
> cpu family : 6
> model : 5
> model name : Pentium II (Deschutes)
> stepping : 2
> cpu MHz : 448.976
> cache size : 512 KB
> fdiv_bug : no
> hlt_bug : no
> f00f_bug : no
> coma_bug : no
> fpu : yes
> fpu_exception : yes
> cpuid level : 2
> wp : yes
> flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
> mca
> cmov pat pse36 mmx fxsr
> bogomips : 894.56
>
> Vontage:/usr/src/asterisk# free
> total used free shared buffers
> cached
> Mem: 321924 284556 37368 0 76080
> 149288
> -/+ buffers/cache: 59188 262736
> Swap: 373928 0 373928
> Vontage:/usr/src/asterisk# df
> Filesystem 1K-blocks Used Available Use% Mounted on
> /dev/hda3 7661260 1131756 6140332 16% /
> tmpfs 160960 0 160960 0% /dev/shm
> /dev/hda1 90297 5768 79712 7% /boot
> Vontage:/usr/src/asterisk#
> Vontage:/usr/src/asterisk# lsmod
> Module Size Used by Not tainted
> ztdummy 1688 0 (unused)
> zaptel 219616 0 [ztdummy]
> af_packet 11048 1 (autoclean)
> usb-uhci 19504 0 [ztdummy]
> usbcore 52268 1 [usb-uhci]
> ymfpci 39144 0
> ac97_codec 11252 0 [ymfpci]
> soundcore 3268 2 [ymfpci]
> ide-scsi 8272 0
> scsi_mod 86052 1 [ide-scsi]
> 8139too 12328 1
> mii 1952 0 [8139too]
> crc32 2848 0 [8139too]
> agpgart 39108 0 (unused)
> dm-mod 36120 0 (unused)
> ide-cd 27072 0
> cdrom 26212 0 [ide-cd]
> rtc 5768 0 (autoclean)
> ext3 65388 1 (autoclean)
> jbd 34628 1 (autoclean) [ext3]
> ide-detect 288 0 (autoclean) (unused)
> piix 7784 1 (autoclean)
> ide-disk 12448 3 (autoclean)
> ide-core 91832 3 (autoclean) [ide-scsi ide-cd
> ide-detect
> piix ide-disk]
> unix 12752 9 (autoclean)
> --------------------------------------------------------
>
> NOTICE: If received in error, please destroy and notify sender. Sender
does not waive confidentiality or privilege, and use is prohibited.
>
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users@lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-users
>