Hi Ovidiu,

The log has been included after full debug is turned on.  I did not see
anything out of the ordinary.
May be you can catch some things for me?


Thanks,
Richard
 

-----Original Message-----
From: Ovidiu Sas [mailto:[EMAIL PROTECTED] 
Sent: Saturday, March 24, 2007 8:20 PM
To: Richard (Rogers @ work)
Cc: [email protected]
Subject: Re: [on-asterisk] Debugging drop call problem - due to voice
level

Hi Richard,


Since the asterisk is dropping the call, you can enable debug logs on
the asterusk server and try to debug it.
Edit /etc/asterisk/logger.conf and fix the following line:
console => notice,warning,error,debug
Restart asterisk and enable debug logs:
set debug 10

Place the call, shout and check what's going on ...


Regards,
Ovidiu Sas

PS: My name is Ovidiu, Ovi for short :)

On 3/24/07, Richard (Rogers @ work) <[EMAIL PROTECTED]> wrote:
> Hi Ovidus,
>
> The log below does not seem to have anything out of the ordinary other
> than show the BYE from the asterisk server to the phone.
>
> All IPs below have been masked out and are not the real IPs.
> But the 192.168.1.333 if the IP for the AAstra 480iCT
> 192.168.0.111 is the asterisk server.
>
> Any suggestion is appreciated.
>
> Is there a way I can limit the outbound voice level on either the
phone
> or asterisk?  I highly suspect this is the cause of the problem.  But
if
> this is the case, I should not be the first one to encounter it,
right?
> Would this be a hardware problem i.e, the digium card?
>
> Thanks,
> Richard.
>
>
> 11.337723 192.168.0.111 -> 192.168.1.333 SIP/SDP Request: INVITE
> sip:[EMAIL PROTECTED], with session description
>  11.456023 192.168.0.111 -> 192.168.1.333 SIP/SDP Request: INVITE
> sip:[EMAIL PROTECTED], with session description
>  11.492035 192.168.1.333 -> 192.168.0.111 SIP Status: 100 Trying
>  11.499646 192.168.1.333 -> 192.168.0.111 SIP Status: 180 Ringing
>  11.525902 192.168.1.333 -> 192.168.0.111 SIP Status: 180 Ringing
>  12.272209 192.168.1.333 -> 192.168.0.111 SIP/SDP Status: 200 OK, with
> session description
>  12.273121 192.168.0.111 -> 192.168.1.333 SIP Request: ACK
> sip:[EMAIL PROTECTED]
>
> < I am shouting very loud here!!!!>
>
>  23.962274 192.168.0.111 -> 192.168.1.333 SIP Request: BYE
> sip:[EMAIL PROTECTED]
>  24.076478 192.168.1.333 -> 192.168.0.111 SIP Status: 200 OK
>  45.969554 192.168.1.333 -> 192.168.0.111 SIP Status: 200 OK
> 48.005881 192.168.0.111 -> 75.190.223.32 SIP Request: REGISTER
> sip:75.190.223.32
>  52.006652 192.168.0.111 -> 75.190.223.32 SIP Request: REGISTER
> sip:75.190.223.32
>
> Thanks,
> Richard
>
>
> -----Original Message-----
> From: Ovidiu Sas [mailto:[EMAIL PROTECTED]
> Sent: Saturday, March 24, 2007 12:16 AM
> To: Richard (Rogers @ work)
> Cc: [email protected]
> Subject: Re: [on-asterisk] Debugging drop call problem
>
> Now, that you are able to reproduce the problem, sniff the traffic and
> find out who is dropping/disconnecting the call.
>
>
> Regards,
> Ovidiu Sas
>
> On 3/23/07, Richard (Rogers @ work) <[EMAIL PROTECTED]> wrote:
> >
> >
> >
> >
> > Hi,
> >
> >
> >
> > I think I have finally figured out the direct or indirect cause of
the
> > problem.
> >
> > I was using trixbox 1.2 and later upgraded to 2.0 - latest and
> greatest.
> > The problem can be reproduced in both.
> >
> >
> >
> > I have a Aastra 480i CT but I don't think its phone related.  And
here
> is my
> > observations.
> >
> > When I talk loud consistently for 5-10 seconds, the call will be
> dropped.
> > For a test, I shouted into the phone for 5-10 second, the call would
> for
> > sure be dropped.  If I talk softly in lower volume, the call will
> last.
> >
> > I think Asterisk is dropping it when talk vol is exceeded certain
> limit and
> > the problem is not related to the phone.
> >
> >
> >
> > Any suggestion will be appreciated.
> >
> >
> >
> >
> > Thanks,
> >
> > Richard
> >
> >
> >
> > -----Original Message-----
> >  From: Richard (Rogers @ work) [mailto:[EMAIL PROTECTED]
> >  Sent: Thursday, March 15, 2007 10:25 AM
> >  To: Michael Zhang; Aloysius Thevarajah Lloyd
> >  Cc: [email protected]
> >
> >  Subject: Re: [on-asterisk] Debugging drop call problem
> >
> >
> >
> >
> >
> >
> > Hi Micheal,
> >
> >
> >
> >
> >
> > You are correct.  The problem has not occurred yet.  Good to know
that
> the
> > 401 can be ignored.
> >
> >
> > Will post it again when it occurs.
> >
> >
> >
> >
> >
> > Thanks,
> >
> >
> > Richard
> >
> >
> >
> > ----- Original Message -----
> >
> >
> > From: Michael Zhang
> >
> >
> > To: Richard (Rogers @ work) ; Aloysius Thevarajah Lloyd
> >
> >
> > Cc: [email protected]
> >
> >
> > Sent: Thursday, March 15, 2007 10:22 AM
> >
> >
> > Subject: RE: [on-asterisk] Debugging drop call problem
> >
> >
> >
> >
> > It seems you did not provide sufficient traces for the problem you
> > described. The "401" error is a normal challenge for "Register"
> > authentication. You might need to keep your Ethereal or whatever
> sniffing
> > tool open until the problem happens again.
> >
> >
> >
> > Cheers,
> >
> > Michael
> >
> >
> >  ________________________________
> >
> >
> > From: Richard (Rogers @ work) [mailto:[EMAIL PROTECTED]
> >  Sent: Thursday, March 15, 2007 7:34 AM
> >  To: 'Aloysius Thevarajah Lloyd'
> >  Cc: [email protected]
> >  Subject: RE: [on-asterisk] Debugging drop call problem
> >
> > From the log, I see some 401 errors.  I wonder if this would mean
and
> if it
> > would be the one to blame?
> >
> > But 3 lines below it, the status was OK with 1 bind?
> >
> >
> >
> > Any suggestion is appreciated.
> >
> >
> >
> > 3470.289876 192.168.0.111 -> 192.168.0.222 SIP Status: 100 Trying
> (1
> > bindings)
> >
> > 3470.289951 192.168.0.111 -> 192.168.0.222 SIP Status: 401
> Unauthorized
> > (0 bindings)
> >
> > 3470.360641 192.168.0.222 -> 192.168.0.111 SIP Request: REGISTER
> > sip:192.168.0.111:5060
> >
> > 3470.360838 192.168.0.111 -> 192.168.0.222 SIP Status: 100 Trying
> (1
> > bindings)
> >
> > 3470.364668 192.168.0.111 -> 192.168.0.222 SIP Status: 200 OK    (1
> > bindings)
> >
> > 3474.370689 192.168.0.111 -> 192.168.0.222 SIP Request: NOTIFY
> > sip:[EMAIL PROTECTED]
> >
> > 3474.438354 192.168.0.222 -> 192.168.0.111 SIP Status: 200 OK
> >
> > 3483.629054 192.168.0.111 -> 192.168.0.222 SIP Request: OPTIONS
> > sip:[EMAIL PROTECTED]
> >
> > 3483.686565 192.168.0.222 -> 192.168.0.111 SIP Status: 200 OK
> >
> >
> >
> >
> > Thanks,
> >
> > Richard
> >
> >
> >
> > -----Original Message-----
> >  From: Aloysius Thevarajah Lloyd [mailto:[EMAIL PROTECTED]
> >  Sent: Tuesday, March 13, 2007 9:23 PM
> >  To: Richard (Rogers @ work)
> >  Cc: [email protected]
> >  Subject: Re: [on-asterisk] Debugging drop call problem
> >
> >
> >
> >
> > Use
> >
> >
> >
> >
> >
> > tethereal -l -n udp port 5060 >sip.log
> >
> >
> >
> >
> >
> > capture the sip messages.
> >
> >
> >
> >
> >
> > U will see who is sending the BYE.
> >
> >
> >
> >
> >
> > Thanks
> >
> >
> > Lloyd
> >
> >
> >
> >
> > On 3/13/07, Richard (Rogers @ work) <[EMAIL PROTECTED]> wrote:
> >
> > Hi,
> >
> >  Occasionally, some calls get dropped for no obvious reasons.
> >  What is the best way to track it down?
> >  Is there a way to log all call-terminations and the reasons
> associated
> >  with them?
> >
> >  Thanks,
> >  Richard
> >
> >
> >
> >
> >
---------------------------------------------------------------------
> >  To unsubscribe, e-mail: [EMAIL PROTECTED]
> >  For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Mar 24 23:00:52 WARNING[23176] config.c: Unknown directive 
'permit=192.168.1.0/255.255.255.0' at line 18 of manager_custom.conf
Mar 24 23:00:52 NOTICE[23176] cdr.c: CDR simple logging enabled.
Mar 24 23:00:52 NOTICE[23176] config.c: Registered Config Engine odbc
Mar 24 23:00:52 NOTICE[23176] res_odbc.c: res_odbc loaded.
Mar 24 23:00:52 WARNING[23176] res_config_mysql.c: MySQL RealTime: No database 
port found, using 3306 as default.
Mar 24 23:00:52 WARNING[23176] res_config_mysql.c: MySQL RealTime: No database 
socket found, using '/tmp/mysql.sock' as default.
Mar 24 23:00:52 NOTICE[23176] config.c: Registered Config Engine mysql
Mar 24 23:00:52 WARNING[23176] pbx_ael.c: Unable to open 
'/etc/asterisk/extensions.ael': No such file or directory
Mar 24 23:00:52 WARNING[23176] pbx.c: Requested contexts didn't get merged
Mar 24 23:00:52 WARNING[23176] pbx_config.c: The use of '_.' for an extension 
is strongly discouraged and can have unexpected behavior.  Please use '_X.' 
instead at line 955
Mar 24 23:00:52 WARNING[23176] pbx_config.c: The use of '_.' for an extension 
is strongly discouraged and can have unexpected behavior.  Please use '_X.' 
instead at line 956
Mar 24 23:00:52 WARNING[23176] pbx_config.c: The use of '_.' for an extension 
is strongly discouraged and can have unexpected behavior.  Please use '_X.' 
instead at line 802
Mar 24 23:00:52 WARNING[23176] pbx_config.c: The use of '_.' for an extension 
is strongly discouraged and can have unexpected behavior.  Please use '_X.' 
instead at line 803
Mar 24 23:00:52 WARNING[23176] pbx_config.c: The use of '_.' for an extension 
is strongly discouraged and can have unexpected behavior.  Please use '_X.' 
instead at line 804
Mar 24 23:00:52 WARNING[23176] pbx.c: Context 'from-did-direct' tries includes 
nonexistent context 'ext-findmefollow'
Mar 24 23:00:52 WARNING[23176] pbx.c: Context 'from-pstn' tries includes 
nonexistent context 'from-pstn-custom'
Mar 24 23:00:52 WARNING[23176] pbx.c: Context 'custom-meetme' tries includes 
nonexistent context 'ext-meetme'
Mar 24 23:00:52 WARNING[23176] pbx.c: Context 'from-internal-additional' tries 
includes nonexistent context 'from-internal-additional-custom'
Mar 24 23:00:52 WARNING[23176] pbx.c: Context 'from-internal-additional' tries 
includes nonexistent context 'ext-queues'
Mar 24 23:00:52 WARNING[23176] pbx.c: Context 'from-internal-additional' tries 
includes nonexistent context 'ext-meetme'
Mar 24 23:00:52 WARNING[23176] pbx.c: Context 'from-internal-additional' tries 
includes nonexistent context 'grps'
Mar 24 23:00:52 WARNING[23176] pbx.c: Context 'from-internal-additional' tries 
includes nonexistent context 'ext-findmefollow'
Mar 24 23:00:52 WARNING[23176] pbx.c: Context 'from-internal-additional' tries 
includes nonexistent context 'fmgrps'
Mar 24 23:00:52 WARNING[23176] pbx.c: Context 'app-blackhole' tries includes 
nonexistent context 'app-blackhole-custom'
Mar 24 23:00:52 WARNING[23176] pbx.c: Context 'outrt-001-9_outside' tries 
includes nonexistent context 'outrt-001-9_outside-custom'
Mar 24 23:00:52 WARNING[23176] pbx.c: Context 'outbound-allroutes' tries 
includes nonexistent context 'outbound-allroutes-custom'
Mar 24 23:00:52 WARNING[23176] pbx.c: Context 'ext-local' tries includes 
nonexistent context 'ext-local-custom'
Mar 24 23:00:52 WARNING[23176] pbx.c: Context 'ext-did-direct' tries includes 
nonexistent context 'ext-did-direct-custom'
Mar 24 23:00:52 WARNING[23176] pbx.c: Context 'macro-from-zaptel-4' tries 
includes nonexistent context 'macro-from-zaptel-4-custom'
Mar 24 23:00:52 WARNING[23176] pbx.c: Context 'ext-did' tries includes 
nonexistent context 'ext-did-custom'
Mar 24 23:00:52 WARNING[23176] pbx.c: Context 'ext-test' tries includes 
nonexistent context 'ext-test-custom'
Mar 24 23:00:52 WARNING[23176] pbx.c: Context 'app-chanspy' tries includes 
nonexistent context 'app-chanspy-custom'
Mar 24 23:00:52 WARNING[23176] pbx.c: Context 'app-zapbarge' tries includes 
nonexistent context 'app-zapbarge-custom'
Mar 24 23:00:52 WARNING[23176] pbx.c: Context 'app-pickup' tries includes 
nonexistent context 'app-pickup-custom'
Mar 24 23:00:52 WARNING[23176] pbx.c: Context 'app-userlogonoff' tries includes 
nonexistent context 'app-userlogonoff-custom'
Mar 24 23:00:52 WARNING[23176] pbx.c: Context 'app-announcement-2' tries 
includes nonexistent context 'app-announcement-2-custom'
Mar 24 23:00:52 WARNING[23176] pbx.c: Context 'app-announcement-1' tries 
includes nonexistent context 'app-announcement-1-custom'
Mar 24 23:00:52 WARNING[23176] pbx.c: Context 'ext-group' tries includes 
nonexistent context 'ext-group-custom'
Mar 24 23:00:52 WARNING[23176] pbx.c: Context 'app-callwaiting-cwon' tries 
includes nonexistent context 'app-callwaiting-cwon-custom'
Mar 24 23:00:52 WARNING[23176] pbx.c: Context 'app-callwaiting-cwoff' tries 
includes nonexistent context 'app-callwaiting-cwoff-custom'
Mar 24 23:00:52 WARNING[23176] pbx.c: Context 'ivr-7' tries includes 
nonexistent context 'ivr-7-custom'
Mar 24 23:00:52 WARNING[23176] pbx.c: Context 'ivr-7' tries includes 
nonexistent context 'ext-findmefollow'
Mar 24 23:00:52 WARNING[23176] pbx.c: Context 'ivr-5' tries includes 
nonexistent context 'ivr-5-custom'
Mar 24 23:00:52 WARNING[23176] pbx.c: Context 'ivr-8' tries includes 
nonexistent context 'ivr-8-custom'
Mar 24 23:00:52 WARNING[23176] pbx.c: Context 'ivr-8' tries includes 
nonexistent context 'ext-findmefollow'
Mar 24 23:00:52 WARNING[23176] pbx.c: Context 'app-speakingclock' tries 
includes nonexistent context 'app-speakingclock-custom'
Mar 24 23:00:52 WARNING[23176] pbx.c: Context 'app-speakextennum' tries 
includes nonexistent context 'app-speakextennum-custom'
Mar 24 23:00:52 WARNING[23176] pbx.c: Context 'app-echo-test' tries includes 
nonexistent context 'app-echo-test-custom'
Mar 24 23:00:52 WARNING[23176] pbx.c: Context 'app-directory' tries includes 
nonexistent context 'app-directory-custom'
Mar 24 23:00:52 WARNING[23176] pbx.c: Context 'app-calltrace-perform' tries 
includes nonexistent context 'app-calltrace-perform-custom'
Mar 24 23:00:52 WARNING[23176] pbx.c: Context 'app-calltrace' tries includes 
nonexistent context 'app-calltrace-custom'
Mar 24 23:00:52 WARNING[23176] pbx.c: Context 'timeconditions' tries includes 
nonexistent context 'timeconditions-custom'
Mar 24 23:00:52 WARNING[23176] pbx.c: Context 'app-dnd-on' tries includes 
nonexistent context 'app-dnd-on-custom'
Mar 24 23:00:52 WARNING[23176] pbx.c: Context 'app-dnd-off' tries includes 
nonexistent context 'app-dnd-off-custom'
Mar 24 23:00:52 WARNING[23176] pbx.c: Context 'app-vmmain' tries includes 
nonexistent context 'app-vmmain-custom'
Mar 24 23:00:52 WARNING[23176] pbx.c: Context 'app-dialvm' tries includes 
nonexistent context 'app-dialvm-custom'
Mar 24 23:00:52 WARNING[23176] pbx.c: Context 'app-pbdirectory' tries includes 
nonexistent context 'app-pbdirectory-custom'
Mar 24 23:00:52 WARNING[23176] pbx.c: Context 'app-speeddial-set' tries 
includes nonexistent context 'app-speeddial-set-custom'
Mar 24 23:00:52 WARNING[23176] pbx.c: Context 'app-speeddial' tries includes 
nonexistent context 'app-speeddial-custom'
Mar 24 23:00:52 WARNING[23176] pbx.c: Context 'macro-speeddial-lookup' tries 
includes nonexistent context 'macro-speeddial-lookup-custom'
Mar 24 23:00:52 WARNING[23176] pbx.c: Context 'macro-speeddial-clean' tries 
includes nonexistent context 'macro-speeddial-clean-custom'
Mar 24 23:00:52 WARNING[23176] pbx.c: Context 'park-dial' tries includes 
nonexistent context 'park-dial-custom'
Mar 24 23:00:52 WARNING[23176] pbx.c: Context 'app-cf-unavailable-on' tries 
includes nonexistent context 'app-cf-unavailable-on-custom'
Mar 24 23:00:52 WARNING[23176] pbx.c: Context 'app-cf-unavailable-off' tries 
includes nonexistent context 'app-cf-unavailable-off-custom'
Mar 24 23:00:52 WARNING[23176] pbx.c: Context 'app-cf-on' tries includes 
nonexistent context 'app-cf-on-custom'
Mar 24 23:00:52 WARNING[23176] pbx.c: Context 'app-cf-off-any' tries includes 
nonexistent context 'app-cf-off-any-custom'
Mar 24 23:00:52 WARNING[23176] pbx.c: Context 'app-cf-off' tries includes 
nonexistent context 'app-cf-off-custom'
Mar 24 23:00:52 WARNING[23176] pbx.c: Context 'app-cf-busy-on' tries includes 
nonexistent context 'app-cf-busy-on-custom'
Mar 24 23:00:52 WARNING[23176] pbx.c: Context 'app-cf-busy-off-any' tries 
includes nonexistent context 'app-cf-busy-off-any-custom'
Mar 24 23:00:52 WARNING[23176] pbx.c: Context 'app-cf-busy-off' tries includes 
nonexistent context 'app-cf-busy-off-custom'
Mar 24 23:00:52 WARNING[23176] pbx.c: Context 'app-blacklist-remove' tries 
includes nonexistent context 'app-blacklist-remove-custom'
Mar 24 23:00:52 WARNING[23176] pbx.c: Context 'app-blacklist-last' tries 
includes nonexistent context 'app-blacklist-last-custom'
Mar 24 23:00:52 WARNING[23176] pbx.c: Context 'app-blacklist-add' tries 
includes nonexistent context 'app-blacklist-add-custom'
Mar 24 23:00:52 WARNING[23176] pbx.c: Context 'app-blacklist' tries includes 
nonexistent context 'app-blacklist-custom'
Mar 24 23:00:52 WARNING[23176] pbx.c: Context 'app-blacklist-check' tries 
includes nonexistent context 'app-blacklist-check-custom'
Mar 24 23:00:52 WARNING[23176] pbx.c: Context 'cidlookup' tries includes 
nonexistent context 'cidlookup-custom'
Mar 24 23:00:52 WARNING[23176] pbx.c: Context 'app-dictate-send' tries includes 
nonexistent context 'app-dictate-send-custom'
Mar 24 23:00:52 WARNING[23176] pbx.c: Context 'app-dictate-record' tries 
includes nonexistent context 'app-dictate-record-custom'
Mar 24 23:00:52 NOTICE[23176] src/chan_h323.c: Unable to load config 
ooh323.conf, OOH323 disabled
Mar 24 23:00:52 WARNING[23176] cdr_addon_mysql.c: MySQL database sock file not 
specified.  Using default
Mar 24 23:00:52 NOTICE[23176] cdr_addon_mysql.c: MySQL database table not 
specified.  Assuming "cdr"
Mar 24 23:00:52 NOTICE[23176] cdr_addon_mysql.c: MySQL spool file not 
specified. Will not catch lost database queries.
Mar 24 23:00:52 WARNING[23176] cdr_custom.c: Failed to load configuration file. 
Module not activated.
Mar 24 23:00:57 WARNING[23199] config.c: Unknown directive 
'permit=192.168.1.0/255.255.255.0' at line 18 of manager_custom.conf
Mar 24 23:01:08 WARNING[23208] config.c: Unknown directive 
'permit=192.168.1.0/255.255.255.0' at line 18 of manager_custom.conf
Mar 24 23:01:12 NOTICE[23190] chan_sip.c:    -- Registration for '[EMAIL 
PROTECTED]' timed out, trying again (Attempt #1)
Mar 24 23:01:19 NOTICE[23204] cdr.c: CDR on channel 'SIP/668-09308d70' not 
posted
Mar 24 23:01:19 NOTICE[23204] cdr.c: CDR on channel 'SIP/668-09308d70' lacks end
Mar 24 23:01:32 NOTICE[23190] chan_sip.c:    -- Registration for '[EMAIL 
PROTECTED]' timed out, trying again (Attempt #2)
Mar 24 23:01:42 WARNING[23220] config.c: Unknown directive 
'permit=192.168.1.0/255.255.255.0' at line 18 of manager_custom.conf
Mar 24 23:01:42 WARNING[23221] config.c: Unknown directive 
'permit=192.168.1.0/255.255.255.0' at line 18 of manager_custom.conf
Mar 24 23:01:42 WARNING[23222] config.c: Unknown directive 
'permit=192.168.1.0/255.255.255.0' at line 18 of manager_custom.conf
Mar 24 23:01:52 NOTICE[23190] chan_sip.c:    -- Registration for '[EMAIL 
PROTECTED]' timed out, trying again (Attempt #3)
Mar 24 23:01:53 NOTICE[23216] cdr.c: CDR on channel 'Zap/4-1' not posted
Mar 24 23:01:53 NOTICE[23216] cdr.c: CDR on channel 'Zap/4-1' lacks end
Mar 24 23:04:29 WARNING[23257] config.c: Unknown directive 
'permit=192.168.1.0/255.255.255.0' at line 18 of manager_custom.conf
Mar 24 23:04:29 NOTICE[23257] cdr.c: CDR simple logging enabled.
Mar 24 23:04:29 NOTICE[23257] config.c: Registered Config Engine odbc
Mar 24 23:04:29 NOTICE[23257] res_odbc.c: res_odbc loaded.
Mar 24 23:04:29 WARNING[23257] res_config_mysql.c: MySQL RealTime: No database 
port found, using 3306 as default.
Mar 24 23:04:29 WARNING[23257] res_config_mysql.c: MySQL RealTime: No database 
socket found, using '/tmp/mysql.sock' as default.
Mar 24 23:04:29 NOTICE[23257] config.c: Registered Config Engine mysql
Mar 24 23:04:29 WARNING[23257] pbx_ael.c: Unable to open 
'/etc/asterisk/extensions.ael': No such file or directory
Mar 24 23:04:29 WARNING[23257] pbx.c: Requested contexts didn't get merged
Mar 24 23:04:29 WARNING[23257] pbx_config.c: The use of '_.' for an extension 
is strongly discouraged and can have unexpected behavior.  Please use '_X.' 
instead at line 955
Mar 24 23:04:29 WARNING[23257] pbx_config.c: The use of '_.' for an extension 
is strongly discouraged and can have unexpected behavior.  Please use '_X.' 
instead at line 956
Mar 24 23:04:29 WARNING[23257] pbx_config.c: The use of '_.' for an extension 
is strongly discouraged and can have unexpected behavior.  Please use '_X.' 
instead at line 802
Mar 24 23:04:29 WARNING[23257] pbx_config.c: The use of '_.' for an extension 
is strongly discouraged and can have unexpected behavior.  Please use '_X.' 
instead at line 803
Mar 24 23:04:29 WARNING[23257] pbx_config.c: The use of '_.' for an extension 
is strongly discouraged and can have unexpected behavior.  Please use '_X.' 
instead at line 804
Mar 24 23:04:29 WARNING[23257] pbx.c: Context 'from-did-direct' tries includes 
nonexistent context 'ext-findmefollow'
Mar 24 23:04:29 WARNING[23257] pbx.c: Context 'from-pstn' tries includes 
nonexistent context 'from-pstn-custom'
Mar 24 23:04:29 WARNING[23257] pbx.c: Context 'custom-meetme' tries includes 
nonexistent context 'ext-meetme'
Mar 24 23:04:29 WARNING[23257] pbx.c: Context 'from-internal-additional' tries 
includes nonexistent context 'from-internal-additional-custom'
Mar 24 23:04:29 WARNING[23257] pbx.c: Context 'from-internal-additional' tries 
includes nonexistent context 'ext-queues'
Mar 24 23:04:29 WARNING[23257] pbx.c: Context 'from-internal-additional' tries 
includes nonexistent context 'ext-meetme'
Mar 24 23:04:29 WARNING[23257] pbx.c: Context 'from-internal-additional' tries 
includes nonexistent context 'grps'
Mar 24 23:04:29 WARNING[23257] pbx.c: Context 'from-internal-additional' tries 
includes nonexistent context 'ext-findmefollow'
Mar 24 23:04:29 WARNING[23257] pbx.c: Context 'from-internal-additional' tries 
includes nonexistent context 'fmgrps'
Mar 24 23:04:29 WARNING[23257] pbx.c: Context 'app-blackhole' tries includes 
nonexistent context 'app-blackhole-custom'
Mar 24 23:04:29 WARNING[23257] pbx.c: Context 'outrt-001-9_outside' tries 
includes nonexistent context 'outrt-001-9_outside-custom'
Mar 24 23:04:29 WARNING[23257] pbx.c: Context 'outbound-allroutes' tries 
includes nonexistent context 'outbound-allroutes-custom'
Mar 24 23:04:29 WARNING[23257] pbx.c: Context 'ext-local' tries includes 
nonexistent context 'ext-local-custom'
Mar 24 23:04:29 WARNING[23257] pbx.c: Context 'ext-did-direct' tries includes 
nonexistent context 'ext-did-direct-custom'
Mar 24 23:04:29 WARNING[23257] pbx.c: Context 'macro-from-zaptel-4' tries 
includes nonexistent context 'macro-from-zaptel-4-custom'
Mar 24 23:04:29 WARNING[23257] pbx.c: Context 'ext-did' tries includes 
nonexistent context 'ext-did-custom'
Mar 24 23:04:29 WARNING[23257] pbx.c: Context 'ext-test' tries includes 
nonexistent context 'ext-test-custom'
Mar 24 23:04:29 WARNING[23257] pbx.c: Context 'app-chanspy' tries includes 
nonexistent context 'app-chanspy-custom'
Mar 24 23:04:29 WARNING[23257] pbx.c: Context 'app-zapbarge' tries includes 
nonexistent context 'app-zapbarge-custom'
Mar 24 23:04:29 WARNING[23257] pbx.c: Context 'app-pickup' tries includes 
nonexistent context 'app-pickup-custom'
Mar 24 23:04:29 WARNING[23257] pbx.c: Context 'app-userlogonoff' tries includes 
nonexistent context 'app-userlogonoff-custom'
Mar 24 23:04:29 WARNING[23257] pbx.c: Context 'app-announcement-2' tries 
includes nonexistent context 'app-announcement-2-custom'
Mar 24 23:04:29 WARNING[23257] pbx.c: Context 'app-announcement-1' tries 
includes nonexistent context 'app-announcement-1-custom'
Mar 24 23:04:29 WARNING[23257] pbx.c: Context 'ext-group' tries includes 
nonexistent context 'ext-group-custom'
Mar 24 23:04:29 WARNING[23257] pbx.c: Context 'app-callwaiting-cwon' tries 
includes nonexistent context 'app-callwaiting-cwon-custom'
Mar 24 23:04:29 WARNING[23257] pbx.c: Context 'app-callwaiting-cwoff' tries 
includes nonexistent context 'app-callwaiting-cwoff-custom'
Mar 24 23:04:29 WARNING[23257] pbx.c: Context 'ivr-7' tries includes 
nonexistent context 'ivr-7-custom'
Mar 24 23:04:29 WARNING[23257] pbx.c: Context 'ivr-7' tries includes 
nonexistent context 'ext-findmefollow'
Mar 24 23:04:29 WARNING[23257] pbx.c: Context 'ivr-5' tries includes 
nonexistent context 'ivr-5-custom'
Mar 24 23:04:29 WARNING[23257] pbx.c: Context 'ivr-8' tries includes 
nonexistent context 'ivr-8-custom'
Mar 24 23:04:29 WARNING[23257] pbx.c: Context 'ivr-8' tries includes 
nonexistent context 'ext-findmefollow'
Mar 24 23:04:29 WARNING[23257] pbx.c: Context 'app-speakingclock' tries 
includes nonexistent context 'app-speakingclock-custom'
Mar 24 23:04:29 WARNING[23257] pbx.c: Context 'app-speakextennum' tries 
includes nonexistent context 'app-speakextennum-custom'
Mar 24 23:04:29 WARNING[23257] pbx.c: Context 'app-echo-test' tries includes 
nonexistent context 'app-echo-test-custom'
Mar 24 23:04:29 WARNING[23257] pbx.c: Context 'app-directory' tries includes 
nonexistent context 'app-directory-custom'
Mar 24 23:04:29 WARNING[23257] pbx.c: Context 'app-calltrace-perform' tries 
includes nonexistent context 'app-calltrace-perform-custom'
Mar 24 23:04:29 WARNING[23257] pbx.c: Context 'app-calltrace' tries includes 
nonexistent context 'app-calltrace-custom'
Mar 24 23:04:29 WARNING[23257] pbx.c: Context 'timeconditions' tries includes 
nonexistent context 'timeconditions-custom'
Mar 24 23:04:29 WARNING[23257] pbx.c: Context 'app-dnd-on' tries includes 
nonexistent context 'app-dnd-on-custom'
Mar 24 23:04:29 WARNING[23257] pbx.c: Context 'app-dnd-off' tries includes 
nonexistent context 'app-dnd-off-custom'
Mar 24 23:04:29 WARNING[23257] pbx.c: Context 'app-vmmain' tries includes 
nonexistent context 'app-vmmain-custom'
Mar 24 23:04:29 WARNING[23257] pbx.c: Context 'app-dialvm' tries includes 
nonexistent context 'app-dialvm-custom'
Mar 24 23:04:29 WARNING[23257] pbx.c: Context 'app-pbdirectory' tries includes 
nonexistent context 'app-pbdirectory-custom'
Mar 24 23:04:29 WARNING[23257] pbx.c: Context 'app-speeddial-set' tries 
includes nonexistent context 'app-speeddial-set-custom'
Mar 24 23:04:29 WARNING[23257] pbx.c: Context 'app-speeddial' tries includes 
nonexistent context 'app-speeddial-custom'
Mar 24 23:04:29 WARNING[23257] pbx.c: Context 'macro-speeddial-lookup' tries 
includes nonexistent context 'macro-speeddial-lookup-custom'
Mar 24 23:04:29 WARNING[23257] pbx.c: Context 'macro-speeddial-clean' tries 
includes nonexistent context 'macro-speeddial-clean-custom'
Mar 24 23:04:29 WARNING[23257] pbx.c: Context 'park-dial' tries includes 
nonexistent context 'park-dial-custom'
Mar 24 23:04:29 WARNING[23257] pbx.c: Context 'app-cf-unavailable-on' tries 
includes nonexistent context 'app-cf-unavailable-on-custom'
Mar 24 23:04:29 WARNING[23257] pbx.c: Context 'app-cf-unavailable-off' tries 
includes nonexistent context 'app-cf-unavailable-off-custom'
Mar 24 23:04:29 WARNING[23257] pbx.c: Context 'app-cf-on' tries includes 
nonexistent context 'app-cf-on-custom'
Mar 24 23:04:29 WARNING[23257] pbx.c: Context 'app-cf-off-any' tries includes 
nonexistent context 'app-cf-off-any-custom'
Mar 24 23:04:29 WARNING[23257] pbx.c: Context 'app-cf-off' tries includes 
nonexistent context 'app-cf-off-custom'
Mar 24 23:04:29 WARNING[23257] pbx.c: Context 'app-cf-busy-on' tries includes 
nonexistent context 'app-cf-busy-on-custom'
Mar 24 23:04:29 WARNING[23257] pbx.c: Context 'app-cf-busy-off-any' tries 
includes nonexistent context 'app-cf-busy-off-any-custom'
Mar 24 23:04:29 WARNING[23257] pbx.c: Context 'app-cf-busy-off' tries includes 
nonexistent context 'app-cf-busy-off-custom'
Mar 24 23:04:29 WARNING[23257] pbx.c: Context 'app-blacklist-remove' tries 
includes nonexistent context 'app-blacklist-remove-custom'
Mar 24 23:04:29 WARNING[23257] pbx.c: Context 'app-blacklist-last' tries 
includes nonexistent context 'app-blacklist-last-custom'
Mar 24 23:04:29 WARNING[23257] pbx.c: Context 'app-blacklist-add' tries 
includes nonexistent context 'app-blacklist-add-custom'
Mar 24 23:04:29 WARNING[23257] pbx.c: Context 'app-blacklist' tries includes 
nonexistent context 'app-blacklist-custom'
Mar 24 23:04:29 WARNING[23257] pbx.c: Context 'app-blacklist-check' tries 
includes nonexistent context 'app-blacklist-check-custom'
Mar 24 23:04:29 WARNING[23257] pbx.c: Context 'cidlookup' tries includes 
nonexistent context 'cidlookup-custom'
Mar 24 23:04:29 WARNING[23257] pbx.c: Context 'app-dictate-send' tries includes 
nonexistent context 'app-dictate-send-custom'
Mar 24 23:04:29 WARNING[23257] pbx.c: Context 'app-dictate-record' tries 
includes nonexistent context 'app-dictate-record-custom'
Mar 24 23:04:29 NOTICE[23257] src/chan_h323.c: Unable to load config 
ooh323.conf, OOH323 disabled
Mar 24 23:04:29 WARNING[23257] cdr_addon_mysql.c: MySQL database sock file not 
specified.  Using default
Mar 24 23:04:29 NOTICE[23257] cdr_addon_mysql.c: MySQL database table not 
specified.  Assuming "cdr"
Mar 24 23:04:29 NOTICE[23257] cdr_addon_mysql.c: MySQL spool file not 
specified. Will not catch lost database queries.
Mar 24 23:04:29 WARNING[23257] cdr_custom.c: Failed to load configuration file. 
Module not activated.
Mar 24 23:04:38 WARNING[23282] config.c: Unknown directive 
'permit=192.168.1.0/255.255.255.0' at line 18 of manager_custom.conf
Mar 24 23:04:49 NOTICE[23271] chan_sip.c:    -- Registration for '[EMAIL 
PROTECTED]' timed out, trying again (Attempt #1)
Mar 24 23:04:49 NOTICE[23283] cdr.c: CDR on channel 'SIP/668-09a5dd70' not 
posted
Mar 24 23:04:49 NOTICE[23283] cdr.c: CDR on channel 'SIP/668-09a5dd70' lacks end
Mar 24 23:05:09 NOTICE[23271] chan_sip.c:    -- Registration for '[EMAIL 
PROTECTED]' timed out, trying again (Attempt #2)
Mar 24 23:05:29 NOTICE[23271] chan_sip.c:    -- Registration for '[EMAIL 
PROTECTED]' timed out, trying again (Attempt #3)
Mar 24 23:05:49 NOTICE[23271] chan_sip.c:    -- Registration for '[EMAIL 
PROTECTED]' timed out, trying again (Attempt #4)
Mar 24 23:06:09 NOTICE[23271] chan_sip.c:    -- Registration for '[EMAIL 
PROTECTED]' timed out, trying again (Attempt #5)
Mar 24 23:06:29 NOTICE[23271] chan_sip.c:    -- Registration for '[EMAIL 
PROTECTED]' timed out, trying again (Attempt #6)
Mar 24 23:06:49 NOTICE[23271] chan_sip.c:    -- Registration for '[EMAIL 
PROTECTED]' timed out, trying again (Attempt #7)

Reply via email to