Displaying 7 results from an estimated 7 matches for "vvvvvvvvvvvc".
2006 Oct 27
2
asterisk misdn incoming line not working.
Hi list,
I have a server running a simple hfs isdn card running with chan_misdn.
the problem is, I can't get asterisk to pick up the phone, outgoing calls work 
fine.
when running asterisk with -vvvvvvvvvvvc I get the following "log" when I try 
to dial the isdn server.
P[ 1] * Starting Ast ctx:kpn-in dad:0594643637 oad:0878722291 with 's' 
extension
P[ 1] MGMT: SSTATUS: L1_ACTIVATED
  == Starting mISDN/1-2 at kpn-in,s,1 failed so falling back to exten 's'
  == Starting mISDN...
2005 Jan 05
5
asterisk - oh323 driver
...23-0.6.4.
I'm using this versions:
         asterisk-1.0.3
         asterisk-oh323-0.6.4
         openh323-Janus_patch4 + asterisk-0h323 patch
         pwlib-Janus_patch4</pre>
<br>
<pre wrap="">At starting time, i've this error message
# /srv/usr/sbin/asterisk -vvvvvvvvvvvc
[chan_oh323.so]
Jan  3 17:06:26 WARNING[5817]: loader.c:258 ast_load_resource: /srv/usr/lib/asterisk/modules/chan_oh323.so: undefined symbol: _ZNK13PSoundChannel6IsOpenEv
Jan  3 17:06:26 WARNING[5817]: loader.c:440 load_modules: Loading module chan_oh323.so failed!
I've tried to upgrade to v...
2004 Oct 20
2
chan_mISDN problem
I'm using avm fritz card usb with kernel 2.6 patch with mISDN. The module is load correctly when I type lsmod I've got the following output:
 
 
Module                  Size  Used by
zaptel                178308  0
avmfritz               21388  0
mISDN_isac             14336  1 avmfritz
mISDN_dsp             191424  0
l3udss1                34184  0
mISDN_l2               39040  0
2005 Oct 15
1
No Audio from Console but mpg123 from shell worksfine.
...from the speakers. 
I have searched and looked through the archives and tried to fix this
but I have had no success. This is an onboard Intel card (AC'97) and I
also tried an SB Live card with the same result. 
-Jonathan
*****************************************
Asterisk startup: (asterisk -vvvvvvvvvvvc)
*****************************************
[chan_oss.so] => (OSS Console Channel Driver)
  == Parsing '/etc/asterisk/oss.conf': Found
  == Registered channel type 'Console' (OSS Console Channel Driver)
*****************************************
Dial 100:
************************...
2004 Jun 23
5
Really basic stuff :(
...sm
externip = 213.232.83.29
localnet = 10.0.0.0
localmask = 255.255.255.0
register => 77830:MyPassword@fwd.pulver.com/3333
[fwd.pulver.com]
type=friend
secret=MyPassword
username=77830
host=fwd.pulver.com
===================================================
root@eddie:/etc/asterisk# asterisk -vvvvvvvvvvvc
[....]
Asterisk Ready.
*CLI> sip show registry
Host                  Username       Refresh State
192.246.69.223:5060   77830              120 Registered
*CLI> sip show peers
Name/username    Host            Dyn Nat ACL Mask             Port     
Status
fwd.pulver.com/  192.246.69.223...
2005 Oct 14
0
No Audio from Console but mpg123 from shell works fine.
...from the speakers. 
I have searched and looked through the archives and tried to fix this
but I have had no success. This is an onboard Intel card (AC'97) and I
also tried an SB Live card with the same result. 
-Jonathan
*****************************************
Asterisk startup: (asterisk -vvvvvvvvvvvc)
*****************************************
[chan_oss.so] => (OSS Console Channel Driver)
  == Parsing '/etc/asterisk/oss.conf': Found
  == Registered channel type 'Console' (OSS Console Channel Driver)
*****************************************
Dial 100:
************************...
2003 Aug 04
14
Mysql CDR
hello all,
I am using the msql cdr module to store cdr in db, I realised that it does't capture the start and end time af a particular call record. 
Therefore I dive into the source code to add the start and end time into the query (add something like cdr->start, cdr->end), but end up getting segfault.
the original version of cdr_mysql.so works fine but I need the start time and end