[Mac-telephony-list] Where to find a ztdummy for mac OS X. Or fix for the zatptel timing issue.
Martin Joseph via List
mac-telephony-list at mactelephony.net
Sat Jun 2 05:38:58 JST 2007
On Jun 1, 2007, at 1:12 PM, Mr. Eric Eugene Naujock via List wrote:
> OK thanks. I have turned off the trunking as you suggested and now
> the error is gone. Though I am not sure why my my server is not
> listening, and not responding to my JakenIAX or my sip phones.
If you start up the asterisk command line, you can then say something
like:
set verbose 512
This is a preposterously high value, but you get the idea.
Then when jackenIAX (or any client) starts up and goes to register,
you should see in the CLI the registration occurring.
Also the command:
IAX2 show peers
should let you see who'all is registered.
Also in your configuration:
[naujockephone]
type=friend
host=dynamic
regextn=241
context=internal
secret=password
auth=md5
You have the string naujockephone in the square brackets. In my
configuration I have the actual extension # of the phone in the
square brackets.
; IAX entry for softphone at extension 2002
[2002]
type=friend
secret=foo
auth=md5
host=dynamic
disallow=all
allow=gsm
allow=ulaw
context=whateveryourcontext
callerid="softphone2"<2002>
I am not an expert on all the options, and I see you have a regextn
thing that I don't have, but then again mine works ;~)
Marty
More information about the mac-telephony-list
mailing list