[Asterisk-Users] Re: Asterisk and Sipgate problem...

Michael Vogel icarus at dabo.de
Tue Feb 8 05:53:57 MST 2005


Robert P. McKenzie schrieb:
> 
> So far Sipgate has proved to be the most problematic provider I've tried 
> using.. and now they have my money with no refunds and I can't use them. 
> Sigh.

I never had any problems with (the german) sipgate so far.

My sip.conf (only the sipgate-parts):

register => 0815:password at sipgate.de/0815
context = incoming

[sipgate]
type=friend
username=0815
host=sipgate.de
fromuser=0815
fromdomain=sipgate.de
nat=no
canreinvite=no
---------------------------------
extensions.conf:

[incoming]
exten => _X.,1,Dial(Phone/phone0,90)
exten => _X.,2,Hangup
---------------------------------
callout.php: (I'm using an AGI-script for dialing)

function DialSipgate($agi, $number)
{
$agi->conlog("Dial Sipgate");
$agi->set_callerid("Michael Vogel <0815>");
$agi->agi_exec("EXEC DIAL SIP/".$number."@sipgate");
}
---------------------------------

Bye!

Michael



More information about the asterisk-users mailing list