| |
| News & Reviews |
Welcome to the Voxilla VoIP Forum.
Voxilla has been a trusted source for accurate, up-to-date information on the IP Communications industry since 2002. A dedicated staff of reporters and engineers produce feature articles and product reviews to keep industry watchers abreast of the people, companies, and trends driving a fast moving market.
You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!
If you have any problems with the registration process or your account login, please contact contact us.
Voxilla VoIP Forum |
(m)IAXTechnical support, how-to guides, troubleshooting, and general assistance, from beginner to seasoned pro, this is where to discuss Asterisk, the most powerful open source PBX. |
| | LinkBack | Thread Tools | Rate Thread | Display Modes |
| |||
| Hello all, I am trying to use a GSM modem with * as a telephony device. I know the first thing you'll say is that isn't possible, I need special hardware (I do also have a X100P card) however I have come across a program called Mobile IAX which is basically a IAX <--> modem tool. The problem I am having is relating configuring * to work with IAX. The mIAX program is running on the same computer as *. To start it I have the following optional options: -n source number -d destination number source and destination numbers - must be in asterisk format, i.e. 0039xxxx Does anyone know what this means? I have *tried* to get it working but get the following in the console: Feb 23 09:53:01 NOTICE[6740]: chan_iax2.c:6498 socket_read: Rejected connect attempt from 10.0.1.38, request '123@home' does not exist Feb 23 09:53:01 WARNING[6740]: chan_iax2.c:6280 socket_read: Call rejected by 10.0.1.38: No such context/extension iax.conf --------- [general] register => miax:miax@10.0.1.38 [miax] type=friend username=miax secret=miax host=10.0.1.38 context=home I am dialing with Dial(IAX2/miax/123) (123 is just a test number) (10.0.1.38 is the IP of the machine running * and mIAX) I have also tried type=peer with the following error: Feb 23 10:16:56 NOTICE[6740]: chan_iax2.c:6090 socket_read: Rejected connect attempt from 10.0.1.38, who was trying to reach '123@' Feb 23 10:16:56 WARNING[6740]: chan_iax2.c:6280 socket_read: Call rejected by 10.0.1.38: No authority found Is * trying to connect to itself rather than mIAX when i specify it's IP address? Any help on this would be much appreciated. Regards, -Jeff |
| |||
| Do you have a section in your extensions.conf called [home]? If you do, is there an extension listed or format string that would match and accept 123? Either of those seems to be the issue. |
| |||
| I do have a home section, but not an entry for 123. I think part of the problem could be related to me not quite understanding what miax is doing. The program running at IAX2/miax is not another asterisk box, but the IAX server connected to the GSM modem. I simply want 123 to be the number the GSM modem calls and nothing related to * itself. |
| |||
| try using register => miax:miax@10.0.1.38:123 that should register Miax as extension 123, it may also be an issue of having them on the same machine, possibly try using 2 nics and binding *iax to one and miax to the other down side to that is more cables but if your * machine is near your switch/router that shouldn't be too much of an issue. |
| Thread Tools | |
| Display Modes | Rate This Thread |
| |
| | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Sixtel and IAX.cc | CyClore | Asterisk Support Forum | 8 | September 30th, 2006 02:20 PM |
| New SIP/IAX provider | LeeASmith | Provider Rants and Raves | 5 | August 8th, 2006 03:42 AM |
| IAX Issues | linlin | Asterisk Support Forum | 0 | August 4th, 2006 07:16 AM |
| New IAX Client! | itsabouttime | General VoIP Discussion | 0 | February 11th, 2004 06:17 PM |
| Firefly based on IAX | Firefly | Asterisk Support Forum | 1 | February 2nd, 2004 04:17 PM |