Displaying 2 results from an estimated 2 matches for "mysoftphone".
Did you mean:
ipsoftphone
2004 Jun 11
1
Broadvoice conf
Can anyone send default configuration files to me for connect to
broadvoice.
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.700 / Virus Database: 457 - Release Date: 6/6/2004
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2004 Jul 12
0
Running SIP on multiple ports
...on the same machine and they'd still be able to pass calls
between each other.
Otherwise you'd need something like this:
/etc/asterisk/sip.conf ...
[general]
port=5060 ; default port
[SER]
port=5061 ; talk to SER on this port instead
host=localhost
reinvite=no
canreinvite=no
etc.
[mysoftphone]
port=5062 ; talk to local SIP softphone on this port
host=localhost
reinvite=no
canreinvite=no
etc.
Actually, looking at this, I quite like the idea. Any
developer cares to comment on how much trouble it would be
to implement this?
rgds
benjk
_________________________________________________...