[Asterisk-Dev] Problems with making calls from one Gnophone to another through the local Asterisk Server
Hemant Kumar
hemant at versaplanet.com
Tue Oct 21 04:27:21 MST 2003
well you are spamming this list by sending so many multiple mails.
fyi, always send mail in TEXT as lot of people only like TEXT.
----- Original Message -----
From: Sheeba Aggarwal
To: asterisk-dev at lists.digium.com
Sent: Tuesday, October 21, 2003 9:20 AM
Subject: [Asterisk-Dev] Problems with making calls from one Gnophone to another through the local Asterisk Server
Dear Members,
I am trying to make call from one Gnophone to another through the local
Asterisk Server.All the three systems have local IP Addresses
I created two users "sheeba" (extension 600) and "test" (extension 602) in
iax.conf file:
[sheeba]
type=friend
auth=plaintext
host=dynamic
secret=sheeba
context=default
allow=gsm
permit=0.0.0.0/0.0.0.0
callerid="sheeba"<600>
[test]
type=friend
auth=plaintext
host=dynamic
secret=test
allow=gsm
context=default
permit=0.0.0.0/0.0.0.0
callerid="test"<602>
In the extension.conf file ,i made the following configuration:
exten => 600,1,Dial(IAX/sheeba/s|100|r)
exten => 600,2,Playback(demo-congrats)
exten => 600,102,Playback(demo-thanks)
exten => 600,3,Hangup
exten => 602,1,Dial(IAX/test/s|100|r)
exten => 602,2,Playback(demo-congrats)
exten => 602,102,Playback(demo-thanks)
exten => 602,3,Hangup
On making this configuration,i called user "test" with extension 602 from
user "sheeba" with extension 600.
I got the following log on server:
Accepting AUTHENTICATED call from 192.168.8.156, requested format = 2,
actual format = 2
-- Executing Dial("IAX[sheeba at sheeba]/80", "IAX/test/s|100|r") in new
stack
-- Calling using options
'exten=s;callerid="sheeba"<600>;language=en;formats=2;capability=65283;version=1;adsicpe=0'
-- Called test/s
-- Call accepted by 192.168.8.62 (format GSM)
-- Format for call is GSM
-- IAX[test]/81 is ringing
-- IAX[test]/81 answered IAX[sheeba at sheeba]/80
-- Attempting native bridge of IAX[sheeba at sheeba]/80 and IAX[test]/81
-- Channel 'IAX[sheeba at sheeba]/80' ready to transfer
-- Channel 'IAX[test]/81' ready to transfer
-- Releasing IAX[test]/81 and IAX[sheeba at sheeba]/80
-- Hungup 'IAX[test]/81'
== Spawn extension (default, 602, 1) exited non-zero on
'IAX[sheeba at sheeba]/80'
-- Hungup 'IAX[sheeba at sheeba]/80'
In this log,it attempts the native bridge of "sheeba"with "test",then it
gives both the channels are ready to transfer and then releases the
channels.The call is not getting through.What could be the possible error.
Pl help me asap by sending your valuable comments.Your suggestions will be
highly appreciated.
Regards,
Sheeba Aggarwal
Senior Engineer, HFCL R&D
286, Phase 2, Udyog Vihar
Gurgaon, Haryana
India -122016
Phone No: 91-124-2348846/842 - ext-122
email: sheebaaggarwal at hfcl.com
------------------------------------------------------------------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-dev/attachments/20031021/b4c924e5/attachment.htm
More information about the asterisk-dev
mailing list