The last argument to "pa call" is the extension in the dialplan that you
intend to call.
portaudio is backwards in the sense that when you make an outbound call from
the console it's actually a inbound call
as far as FreeSWITCH is concerned.
If you want to be able to call sip urls with portaudio "pa call" you need to
make an extension to capture it and rewrite the dest.
put this as the first extension in your dialplan.
<extension name="dial by url">
<condition field="destination_number" expression="^sip:(.*)">
<action application="bridge" data="sofia/default/$1"/>
</condition>
</extension>
On Wed, Apr 2, 2008 at 10:45 PM, Ritesh Singh <[EMAIL PROTECTED]>
wrote:
> Hi All,
>
> My aim is to call a person who's ip address is x.x.x.x. My ip address is
> y.y.y.y.
>
> What i tried was:
> Run the freeswitch on m/c having ips x.x.x.x and y.y.y.y. In both the
> freeswitch instance, i have loaded the mod_portaudio and mod_spidermonkey.
>
> Now i used commands from x.x.x.x freeswitch console:
> 1) pa call sip:[EMAIL PROTECTED]
> 2) pa call sip:y.y.y.y.
>
> And in both the cases i was unsuccessfull in calling y.y.y.y from x.x.x.x.
> Basically i was thinking that extension SIP_URI in default.xml will work
> with ip addresses only.
> In my scenario, x.x.x.x and y.y.y.y are on the same network.
>
> Please suggest.
>
> Thanks and Regards
> _______________________________________________
> Freeswitch-users mailing list
> [email protected]
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>
--
Anthony Minessale II
FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
AIM: anthm
MSN:[EMAIL PROTECTED] <[EMAIL PROTECTED]>
GTALK/JABBER/PAYPAL:[EMAIL PROTECTED]<[EMAIL PROTECTED]>
IRC: irc.freenode.net #freeswitch
FreeSWITCH Developer Conference
sip:[EMAIL PROTECTED] <[EMAIL PROTECTED]>
iax:[EMAIL PROTECTED]/888
googletalk:[EMAIL PROTECTED]<[EMAIL PROTECTED]>
pstn:213-799-1400
_______________________________________________
Freeswitch-users mailing list
[email protected]
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org