<html>
<head>
<style type="text/css">
<!--
body { font-variant: normal; margin-bottom: 1px; line-height: normal; margin-right: 4px; margin-left: 4px; margin-top: 4px }
-->
</style>
</head>
<body style="margin-bottom: 1px; margin-right: 4px; margin-left: 4px; margin-top: 4px">
<DIV>
Hi ALL
</DIV>
<DIV> </DIV>
<DIV>
After trying that syntax I still have the same problem, one thing is very strange is the number that Asterisk reports as the incoming. My ESN´s numbers are 219898334 and 219898335 but on the console I see 219898334,1 and 219898335,1
</DIV>
<DIV>
Incoming calls are working as you see bellow but on the third example you see what´s appening . Can you give me some ideias were to look, I feel I´m close to solve this but...
</DIV>
<DIV> </DIV>
<DIV>
THIS IS MY LINE 0 WITH ESN NUMBER 219898334 RECEIVING A NORMAL CALL
</DIV>
<DIV> </DIV>
<DIV>
== Starting Modem[i4l]/ttyI0 at incoming,219898334,1 failed so falling back to exten 's'
</DIV>
<DIV>
-- Executing Answer("Modem[i4l]/ttyI0", "") in new stack
</DIV>
<DIV>
-- Executing Dial("Modem[i4l]/ttyI0", "SIP/21|10") in new stack
</DIV>
<DIV>
-- Called 21
</DIV>
<DIV>
-- SIP/21-51ca is ringing
</DIV>
<DIV>
-- SIP/21-51ca answered Modem[i4l]/ttyI0
</DIV>
<DIV>
== Spawn extension (incoming, s, 2) exited non-zero on 'Modem[i4l]/ttyI0'
</DIV>
<DIV>
-- Hungup 'Modem[i4l]/ttyI0'
</DIV>
<DIV>
linuxpbx*CLI>
</DIV>
<DIV> </DIV>
<DIV>
THIS IS MY LINE 1 WITH ESN NUMBER 219898335 RECEIVING A NORMAL CALL
</DIV>
<DIV> </DIV>
<DIV>
== Starting Modem[i4l]/ttyI0 at incoming,219898335,1 failed so falling back to exten 's'
</DIV>
<DIV>
-- Executing Answer("Modem[i4l]/ttyI0", "") in new stack
</DIV>
<DIV>
-- Executing Dial("Modem[i4l]/ttyI0", "SIP/21|10") in new stack
</DIV>
<DIV>
-- Called 21
</DIV>
<DIV>
-- SIP/21-0d8e is ringing
</DIV>
<DIV>
-- SIP/21-0d8e answered Modem[i4l]/ttyI0
</DIV>
<DIV>
== Spawn extension (incoming, s, 2) exited non-zero on 'Modem[i4l]/ttyI0'
</DIV>
<DIV>
-- Hungup 'Modem[i4l]/ttyI0'
</DIV>
<DIV> </DIV>
<DIV>
THIS IS AN OUTGOING CALL TRY TO NUMBER 213570150 MY DIALPLAN REQUIRES 9 to go outside
</DIV>
<DIV> </DIV>
<DIV>
-- Executing Dial("SIP/21-68ef", "Modem/g1/9213570150||tr") in new stack
</DIV>
<DIV>
Nov 3 18:32:43 WARNING[1110502320]: chan_modem.c:191 modem_call: Destination g1 /9213570150 requres a real destination (device:destination)
</DIV>
<DIV>
-- Couldn't call g1/9213570150
</DIV>
<DIV>
-- Hungup 'Modem[i4l]/ttyI1'
</DIV>
<DIV>
== Everyone is busy/congested at this time
</DIV>
<DIV>
Nov 3 18:32:53 WARNING[1110502320]: pbx.c:1933 ast_pbx_run: Timeout, but no rul e 't' in context 'local-access'
</DIV>
<DIV> </DIV>
<DIV>
OR
</DIV>
<DIV> </DIV>
<DIV>
*CLI> -- Executing Dial("SIP/21-9da8", "Modem/g1/9213570150||tr") in new stack
</DIV>
<DIV>
Nov 3 18:37:35 WARNING[1110502320]: chan_modem.c:191 modem_call: Destination g1/9213570150 requres a real destination (device:destination)
</DIV>
<DIV>
-- Couldn't call g1/9213570150
</DIV>
<DIV>
-- Hungup 'Modem[i4l]/ttyI1'
</DIV>
<DIV>
== Everyone is busy/congested at this time
</DIV>
<DIV>
Nov 3 18:37:45 WARNING[1110502320]: pbx.c:1933 ast_pbx_run: Timeout, but no rule 't' in context 'local-access'
</DIV>
<DIV>
-- Saved useragent "SJLabs-SJphone/1.30.248" for peer 21
</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>
Thanks in advance
</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> >>>Mark Elkins <mje@posix.co.za> 11/03 1:57 am >>>
<DIV> </DIV>
<DIV> On Tue, 2004-11-02 at 20:40 +0000, Paulo Adriano wrote:
<DIV> </DIV>
<DIV> >I need some help from you. Ím using Isdn4linux with Asterisk and
<DIV> </DIV>
<DIV> >incoming calls are working but anytime I whant to make an outgoing
<DIV> </DIV>
<DIV> >call I get this message.
<DIV> </DIV>
<DIV> </DIV>
<DIV> All this is in extensions.conf
<DIV> </DIV>
<DIV> </DIV>
<DIV> With ISDN4Linux, I defined the variable...
<DIV> </DIV>
<DIV> TRUNK=Modem/g1
<DIV> </DIV>
<DIV> </DIV>
<DIV> Its used in an outgoing call as....
<DIV> </DIV>
<DIV> exten => _0.,1,Dial(${TRUNK}:${EXTEN:${TRUNKMSD}}||tr)
<DIV> </DIV>
<DIV> </DIV>
<DIV> Note the ':' instead of a '/'
<DIV> </DIV>
<DIV> This seems to be used for the i4l driver where as the same line using
<DIV> </DIV>
<DIV> Digium equipment looks like...
<DIV> </DIV>
<DIV> </DIV>
<DIV> exten => _0.,2,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}}||tr)
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> Changes...
<DIV> </DIV>
<DIV> -- Executing Dial("Modem[i4l]/ttyI0", "Modem/g1/918708798") in new stack
<DIV> </DIV>
<DIV> to...
<DIV> </DIV>
<DIV> -- Executing Dial("Modem[i4l]/ttyI0", "Modem/g1:918708798") in new stack
<DIV> </DIV>
<DIV> </DIV>
<DIV> --
<DIV> </DIV>
<DIV>  .  .     ___. .__      Posix Systems - Sth Africa
<DIV> </DIV>
<DIV> /| /|       / /__       mje@posix.co.za  -  Mark J Elkins, Cisco CCIE
<DIV> </DIV>
<DIV> / |/ |ARK \_/ /__ LKINS  Tel: +27 12 807 0590  Cell: +27 82 601 0496
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> Asterisk-Users mailing list
<DIV> </DIV>
<DIV> Asterisk-Users@lists.digium.com
<DIV> </DIV>
<DIV> http://lists.digium.com/mailman/listinfo/asterisk-users
<DIV> </DIV>
<DIV> To UNSUBSCRIBE or update options visit:
<DIV> </DIV>
<DIV>   http://lists.digium.com/mailman/listinfo/asterisk-users
</body>
</html>